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:
85cd461
)
drm/i915: Reject bind_to_gtt() early if object > aperture
author
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 27 May 2010 12:18:21 +0000
(13:18 +0100)
committer
Eric Anholt
<eric@anholt.net>
Fri, 28 May 2010 17:52:15 +0000
(10:52 -0700)
If the object is bigger than the entire aperture, reject it early
before evicting everything in a vain attempt to find space.
v2: Use E2BIG as suggested by Owain G. Ainsworth.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: stable@kernel.org
Signed-off-by: Eric Anholt <eric@anholt.net>
No differences found