OSDN Git Service

intel: Print out debugging message following ENOSPC
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 21 Jun 2010 14:38:06 +0000 (15:38 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 21 Jun 2010 21:37:18 +0000 (22:37 +0100)
commit13e8270504cffa96bd067dc5c792a79555e8b2d4
tree45b91c0b255b257a7d808a50202c823311623466
parentf16b4164d686893949daa3217a011d21c5bd7f95
intel: Print out debugging message following ENOSPC

execbuffer() returns ENOSPC if it cannot fit the batch buffer into the
aperture which is the error we want to diagnose here.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
intel/intel_bufmgr_gem.c