]> bbs.cooldavid.org Git - net-next-2.6.git/commit
drm/i915: NOMEM->NOSPC
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 6 Jun 2009 08:46:03 +0000 (09:46 +0100)
committerEric Anholt <eric@anholt.net>
Tue, 9 Jun 2009 21:51:39 +0000 (14:51 -0700)
commit2939e1f5331455d17a4a704dd6210e1474002545
tree15679a405ce113260f755ab1f441e620ae7cc8db
parent21d509e339565c82887733c02465bb7f5866c8f5
drm/i915: NOMEM->NOSPC

To differentiate between encountering an out-of-memory error with running
out of space in the aperture, use ENOSPC for the later.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Eric Anholt <eric@anholt.net>
drivers/gpu/drm/i915/i915_gem.c