sna: Add logging for set-tiling failure
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
f252dba9da
commit
4cc2fb8fbf
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue