]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: fix IVB cursor support
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 12 Oct 2011 18:10:21 +0000 (11:10 -0700)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Thu, 8 Dec 2011 19:19:21 +0000 (11:19 -0800)
commit423109a49bc9eb4338dcb428b510d6e3f628fa3d
tree6dd73607cc9c0baf2c04e8ca8208597beda69765
parent37a19faccb82771ea9a1dcf9e3da6688e147bae6
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