All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Use correct function pointer type
@ 2024-03-19 17:49 Niranjana Vishwanathapura
  2024-03-19 19:32 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Niranjana Vishwanathapura @ 2024-03-19 17:49 UTC (permalink / raw)
  To: intel-xe; +Cc: lucas.demarchi, stuart.summers

Use xe_exec_queue_user_extension_fn type for
exec_queue_user_extension_funcs.`

Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
---
 drivers/gpu/drm/xe/xe_exec_queue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_exec_queue.c b/drivers/gpu/drm/xe/xe_exec_queue.c
index 2016c1af9633..dd10188e8f4d 100644
--- a/drivers/gpu/drm/xe/xe_exec_queue.c
+++ b/drivers/gpu/drm/xe/xe_exec_queue.c
@@ -388,7 +388,7 @@ typedef int (*xe_exec_queue_user_extension_fn)(struct xe_device *xe,
 					       struct xe_exec_queue *q,
 					       u64 extension);
 
-static const xe_exec_queue_set_property_fn exec_queue_user_extension_funcs[] = {
+static const xe_exec_queue_user_extension_fn exec_queue_user_extension_funcs[] = {
 	[DRM_XE_EXEC_QUEUE_EXTENSION_SET_PROPERTY] = exec_queue_user_ext_set_property,
 };
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-03-19 23:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-19 17:49 [PATCH] drm/xe: Use correct function pointer type Niranjana Vishwanathapura
2024-03-19 19:32 ` ✓ CI.Patch_applied: success for " Patchwork
2024-03-19 19:32 ` ✓ CI.checkpatch: " Patchwork
2024-03-19 19:34 ` ✓ CI.KUnit: " Patchwork
2024-03-19 19:44 ` ✓ CI.Build: " Patchwork
2024-03-19 19:47 ` ✓ CI.Hooks: " Patchwork
2024-03-19 19:48 ` ✓ CI.checksparse: " Patchwork
2024-03-19 20:09 ` [PATCH] " Dixit, Ashutosh
2024-03-19 23:35   ` Niranjana Vishwanathapura
2024-03-19 20:10 ` ✓ CI.BAT: success for " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.