[Intel-gfx] [RFC 04/12] drm/vmwgfx: Use fence callback initialization helper
Tvrtko Ursulin
tvrtko.ursulin at linux.intel.com
Tue Mar 7 10:48:16 UTC 2023
From: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Use the previously added initialization helper to ensure correct operation
of the common code.
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin at intel.com>
Cc: Zack Rusin <zackr at vmware.com>
---
drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c b/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
index 2a0cda324703..0306596765e5 100644
--- a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
+++ b/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c
@@ -200,7 +200,7 @@ static long vmw_fence_wait(struct dma_fence *f, bool intr, signed long timeout)
goto out;
}
- cb.base.func = vmwgfx_wait_cb;
+ __dma_fence_cb_init(&cb.base, vmwgfx_wait_cb);
cb.task = current;
list_add(&cb.base.node, &f->cb_list);
--
2.37.2
More information about the Intel-gfx
mailing list