]> 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)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 26 Nov 2011 17:08:39 +0000 (09:08 -0800)
commit8ec180a74877149cc5974b221f02660114c62acb
tree121b5fb80ed1a13ae98f2232c52ba7bf0e93fd9b
parentf4fb118ca065166a74757cbfa2feac4c366deed3
drm/i915: fix IVB cursor support

commit 65a21cd65316145f9302594be8e69074369e1050 upstream.

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>
Signed-off-by: Robert Hooker <robert.hooker@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c