mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 05:08:04 +02:00
openchrome: s/1/true/
This commit is contained in:
parent
aa5612d308
commit
6a16de23d9
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ int via_execbuffer(struct drm_device *dev, void *data,
|
|||
* Used to block command submission on vt switches.
|
||||
*/
|
||||
|
||||
ret = ttm_read_lock(&dev_priv->ttm_lock, 1);
|
||||
ret = ttm_read_lock(&dev_priv->ttm_lock, true);
|
||||
if (unlikely(ret != 0))
|
||||
goto out_err_ctx1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue