sna: Add logging for set-tiling failure

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2015-07-24 11:39:53 +01:00
parent f252dba9da
commit 4cc2fb8fbf
1 changed files with 2 additions and 0 deletions

View File

@ -481,6 +481,8 @@ restart:
goto restart;
}
ERR(("%s: failed to set-tiling(tiling=%d, pitch=%d) for handle=%d: %d\n",
__FUNCTION__, tiling, stride, bo->handle, err));
return false;
}