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)
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>

No differences found