Searched refs:verify_access (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_vram_mm_helper.c | 96 if (!vmm->funcs || !vmm->funcs->verify_access) in bo_driver_verify_access() 98 return vmm->funcs->verify_access(bo, filp); in bo_driver_verify_access() 142 .verify_access = bo_driver_verify_access,
|
D | drm_gem_vram_helper.c | 463 .verify_access = drm_gem_vram_bo_driver_verify_access
|
/Linux-v5.4/include/drm/ |
D | drm_vram_mm_helper.h | 25 int (*verify_access)(struct ttm_buffer_object *bo, struct file *filp); member
|
/Linux-v5.4/drivers/gpu/drm/ttm/ |
D | ttm_bo_vm.c | 442 if (unlikely(!driver->verify_access)) { in ttm_bo_mmap() 446 ret = driver->verify_access(bo, filp); in ttm_bo_mmap()
|
/Linux-v5.4/drivers/gpu/drm/virtio/ |
D | virtgpu_ttm.c | 268 .verify_access = &virtio_gpu_verify_access,
|
/Linux-v5.4/include/drm/ttm/ |
D | ttm_bo_driver.h | 326 int (*verify_access)(struct ttm_buffer_object *bo, member
|
/Linux-v5.4/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 313 .verify_access = &qxl_verify_access,
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_ttm_buffer.c | 874 .verify_access = vmw_verify_access,
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 782 .verify_access = &radeon_verify_access,
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_bo.c | 1705 .verify_access = nouveau_bo_verify_access,
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 1601 .verify_access = &amdgpu_verify_access,
|