mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
drm/xe/vm: fix xe_vm_validation_exec() kernel-doc
Fix kernel-doc warnings on xe_vm_validation_exec(): Warning: ../drivers/gpu/drm/xe/xe_vm.h:392 expecting prototype for xe_vm_set_validation_exec(). Prototype was for xe_vm_validation_exec() instead Fixes:0131514f97("drm/xe: Pass down drm_exec context to validation") Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com> Cc: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patch.msgid.link/20260107155401.2379127-4-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com> (cherry picked from commitb3a7767989) Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
This commit is contained in:
parent
dc1d0ffee0
commit
47bf28e22a
|
|
@ -379,7 +379,7 @@ static inline void xe_vm_set_validation_exec(struct xe_vm *vm, struct drm_exec *
|
|||
}
|
||||
|
||||
/**
|
||||
* xe_vm_set_validation_exec() - Accessor to read the drm_exec object
|
||||
* xe_vm_validation_exec() - Accessor to read the drm_exec object
|
||||
* @vm: The vm we want to register a drm_exec object with.
|
||||
*
|
||||
* Return: The drm_exec object used to lock the vm's resv. The value
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user