]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nouveau/gem: use bo.offset rather than mm_node.start
authorBen Skeggs <bskeggs@redhat.com>
Fri, 3 Aug 2012 19:46:01 +0000 (05:46 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 3 Oct 2012 03:12:42 +0000 (13:12 +1000)
commitcae9830ac15b078b8ca9df340261cc5b3955aeed
tree11ea651bf310f568fc1a135d831eabf2f31d530e
parent5e38fcd85236f0912de8ad09c7fe4ffe705cb305
drm/nouveau/gem: use bo.offset rather than mm_node.start

Won't necessarily be a drm_mm_node in the future, and I can't think of any
good reason to not use the offset from the bo struct.  There may have been
some reason once apon a time, but, separate commit just in case.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nouveau_gem.c