]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Apply i830 errata for cursor alignment
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 7 Aug 2010 10:01:39 +0000 (11:01 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 9 Aug 2010 18:24:36 +0000 (11:24 -0700)
commit140fe8a4e518b4bf74aeb4b642752dd26e1f02af
treec73c07925f9bc2d23d62271e95fe083a764a3640
parent74e9d2d2220567c0e4950c2864b543be1da6137e
drm/i915: Apply i830 errata for cursor alignment

i830 requires 32bpp cursors to be aligned to 16KB, so we have to expose
the alignment parameter to i915_gem_attach_phys_object().

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_overlay.c