mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-30 12:40:41 +02:00
iris: fix indentation during command submission
Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Rohan Garg <rohan.garg@intel.com> Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37559>
This commit is contained in:
parent
30f12ceadb
commit
cb796839cd
2 changed files with 2 additions and 2 deletions
|
|
@ -393,7 +393,7 @@ i915_batch_submit(struct iris_batch *batch)
|
|||
} while (ret && errno == ENOMEM);
|
||||
|
||||
if (ret)
|
||||
ret = -errno;
|
||||
ret = -errno;
|
||||
}
|
||||
|
||||
simple_mtx_unlock(bo_deps_lock);
|
||||
|
|
|
|||
|
|
@ -409,7 +409,7 @@ xe_batch_submit(struct iris_batch *batch)
|
|||
.num_syncs = sync_len,
|
||||
};
|
||||
if (!batch->screen->devinfo->no_hw)
|
||||
ret = intel_ioctl(iris_bufmgr_get_fd(bufmgr), DRM_IOCTL_XE_EXEC, &exec);
|
||||
ret = intel_ioctl(iris_bufmgr_get_fd(bufmgr), DRM_IOCTL_XE_EXEC, &exec);
|
||||
|
||||
if (ret) {
|
||||
ret = -errno;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue