git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb66c69
)
drm/i915: Don't trim cursor addresses to 11 bits
author
Keith Packard
<keithp@keithp.com>
Sun, 31 May 2009 03:42:29 +0000
(20:42 -0700)
committer
Eric 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