Re: [PATCH v4 13/33] drm/gpuvm: Add DRM_GPUVA_OP_DRIVER

2025-02-07 Thread Thomas Hellström
On Wed, 2025-01-29 at 11:51 -0800, Matthew Brost wrote: > 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 comm

[PATCH v4 13/33] drm/gpuvm: Add DRM_GPUVA_OP_DRIVER

2025-01-29 Thread Matthew Brost
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 Signed-off-by: Matthew Bros