Searched refs:radeon_ttm_tt_has_userptr (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_prime.c | 109 if (radeon_ttm_tt_has_userptr(bo->rdev, bo->tbo.ttm)) in radeon_gem_prime_export()
|
H A D | radeon_gem.c | 273 if (radeon_ttm_tt_has_userptr(rdev, bo->tbo.ttm)) in radeon_gem_object_mmap() 479 if (radeon_ttm_tt_has_userptr(robj->rdev, robj->tbo.ttm)) { in radeon_mode_dumb_mmap() 781 if (radeon_ttm_tt_has_userptr(robj->rdev, robj->tbo.ttm)) in radeon_gem_op_ioctl()
|
H A D | radeon_object.c | 282 if (radeon_ttm_tt_has_userptr(bo->rdev, bo->tbo.ttm)) in radeon_bo_pin_restricted()
|
H A D | radeon_ttm.c | 653 bool radeon_ttm_tt_has_userptr(struct radeon_device *rdev, in radeon_ttm_tt_has_userptr() function
|
H A D | radeon_cs.c | 162 if (radeon_ttm_tt_has_userptr(p->rdev, p->relocs[i].robj->tbo.ttm)) { in radeon_cs_parser_relocs()
|
H A D | radeon.h | 2808 extern bool radeon_ttm_tt_has_userptr(struct radeon_device *rdev, struct ttm_tt *ttm);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_prime.c | 134 if (radeon_ttm_tt_has_userptr(bo->rdev, bo->tbo.ttm)) in radeon_gem_prime_export()
|
H A D | radeon_gem.c | 421 if (radeon_ttm_tt_has_userptr(robj->rdev, robj->tbo.ttm)) { in radeon_mode_dumb_mmap() 722 if (radeon_ttm_tt_has_userptr(robj->rdev, robj->tbo.ttm)) in radeon_gem_op_ioctl()
|
H A D | radeon_ttm.c | 147 if (radeon_ttm_tt_has_userptr(rdev, bo->ttm)) in radeon_verify_access() 775 bool radeon_ttm_tt_has_userptr(struct radeon_device *rdev, in radeon_ttm_tt_has_userptr() function
|
H A D | radeon_cs.c | 163 if (radeon_ttm_tt_has_userptr(p->rdev, p->relocs[i].robj->tbo.ttm)) { in radeon_cs_parser_relocs()
|
H A D | radeon_object.c | 334 if (radeon_ttm_tt_has_userptr(bo->rdev, bo->tbo.ttm)) in radeon_bo_pin_restricted()
|
H A D | radeon.h | 2822 extern bool radeon_ttm_tt_has_userptr(struct radeon_device *rdev, struct ttm_tt *ttm);
|
Completed in 23 milliseconds