nouveau/mme: Fix a compile warning

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24840>
This commit is contained in:
Faith Ekstrand
2023-08-24 11:56:35 -05:00
committed by Marge Bot
parent 819d359d1d
commit f9cf872745
+1 -1
View File
@@ -142,7 +142,7 @@ mme_hw_runner::submit_push()
#if NVK_NEW_UAPI == 1
struct drm_nouveau_exec_push push = {
.va = push_bo->offset,
.va_len = nv_push_dw_count(&this->push) * 4,
.va_len = (uint32_t)nv_push_dw_count(&this->push) * 4,
};
struct drm_nouveau_sync sync = {