Searched refs:ttm_bo_access (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/ttm/ |
| H A D | ttm_bo_vm.c | 424 int ttm_bo_access(struct ttm_buffer_object *bo, unsigned long offset, in ttm_bo_access() function 454 EXPORT_SYMBOL(ttm_bo_access); 464 return ttm_bo_access(bo, offset, buf, len, write); in ttm_bo_vm_access()
|
| /linux-6.15/include/drm/ttm/ |
| H A D | ttm_bo.h | 445 int ttm_bo_access(struct ttm_buffer_object *bo, unsigned long offset,
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_bo.c | 1569 ret = ttm_bo_access(&bo->ttm, offset, dst, size, 0); in xe_bo_read()
|