mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
drm/xe: Use correct function pointer type
Use xe_exec_queue_user_extension_fn type for exec_queue_user_extension_funcs.` Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Matthew Brost <matthew.brost@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240319174919.1847-1-niranjana.vishwanathapura@intel.com
This commit is contained in:
parent
260fa80d4a
commit
c9cc3d6586
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user