]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: Don't trim cursor addresses to 11 bits
authorKeith Packard <keithp@keithp.com>
Sun, 31 May 2009 03:42:29 +0000 (20:42 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 5 Jun 2009 13:09:04 +0000 (13:09 +0000)
commit2245fda810f870dce9b030e6aa604320abba53a5
treebe26cc026f98182ede2afe50929ac16645dc4412
parentcb66c692d1ae257f32dc7f6085cf9cb9f2f6bab8
drm/i915: Don't trim cursor addresses to 11 bits

We can safely assume that cursor addresses will not extend beyond the
addressable screen dimensions; setting the additional bits is harmless in
any case.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/intel_display.c