mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09:00
drm/gpuvm: Add DRM_GPUVA_OP_DRIVER
Add DRM_GPUVA_OP_DRIVER which allows driver to define their own gpuvm ops. Useful for driver created ops which can be passed into the bind software pipeline. v3: - s/DRM_GPUVA_OP_USER/DRM_GPUVA_OP_DRIVER (Thomas) - Better commit message (Thomas) Cc: Danilo Krummrich <dakr@redhat.com> Signed-off-by: Matthew Brost <matthew.brost@intel.com> Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250306012657.3505757-14-matthew.brost@intel.com
This commit is contained in:
parent
ab498828fa
commit
e53c1e263e
@ -812,6 +812,11 @@ enum drm_gpuva_op_type {
|
||||
* @DRM_GPUVA_OP_PREFETCH: the prefetch op type
|
||||
*/
|
||||
DRM_GPUVA_OP_PREFETCH,
|
||||
|
||||
/**
|
||||
* @DRM_GPUVA_OP_DRIVER: the driver defined op type
|
||||
*/
|
||||
DRM_GPUVA_OP_DRIVER,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user