OSDN Git Service

drm/i915: Remove mmap_offset
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Oct 2010 12:03:06 +0000 (13:03 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 28 Oct 2010 19:55:02 +0000 (20:55 +0100)
commit39a01d1fb63cf8ebc1a8cf436f5c0ba9657b55c6
treecceb0edf2ec224e483ad0aeee9cdcfb09a0fdb07
parent17250b71553680bc6e927497aa619ab06ab1015b
drm/i915: Remove mmap_offset

Since we rarely use the mmap_offset and it is easily computable from the
obj->map_list.hash, remove it.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c