]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915: fix IVB cursor support
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 12 Oct 2011 18:10:21 +0000 (11:10 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 21 Oct 2011 06:21:54 +0000 (23:21 -0700)
commit65a21cd65316145f9302594be8e69074369e1050
treed1e629844f1d14b3db062366ce24ebf4385ebf93
parentf7cb34d47d2e30a8eb6201390ad81e232541c6d0
drm/i915: fix IVB cursor support

The cursor regs have moved around, add the offsets and new macros for
getting at them.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Tested-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
Reviewed-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c