]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/gpuvm: Add DRM_GPUVA_OP_DRIVER
authorMatthew Brost <matthew.brost@intel.com>
Thu, 6 Mar 2025 01:26:38 +0000 (17:26 -0800)
committerMatthew Brost <matthew.brost@intel.com>
Thu, 6 Mar 2025 19:35:42 +0000 (11:35 -0800)
commite53c1e263e5c6e22120390c4a4a335a0e3f9ac13
tree3b3f20da99357446c76b629e427732b5d02e67a6
parentab498828fad7349ae9c150e894396ab150f9f2d6
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
include/drm/drm_gpuvm.h