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:
79f11c1
)
drm/i915: Don't allow binding objects into the last page of the aperture.
author
Eric Anholt
<eric@anholt.net>
Tue, 12 May 2009 22:27:36 +0000
(15:27 -0700)
committer
Eric Anholt
<eric@anholt.net>
Thu, 14 May 2009 23:00:20 +0000
(16:00 -0700)
This should avoid a class of bugs where the hardware prefetches past the
end of the object, and walks into unallocated memory when the object is
bound to the last page of the aperture.
fd.o bug #21488
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found