Home
last modified time | relevance | path

Searched refs:radeon_bo_check_tiling (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_object.c243 radeon_bo_check_tiling(bo, 0, 0); in radeon_bo_kmap()
252 radeon_bo_check_tiling(bo, 0, 0); in radeon_bo_kunmap()
683 int radeon_bo_check_tiling(struct radeon_bo *bo, bool has_moved, in radeon_bo_check_tiling() function
720 radeon_bo_check_tiling(rbo, 0, 1); in radeon_bo_move_notify()
735 radeon_bo_check_tiling(rbo, 0, 0); in radeon_bo_fault_reserve_notify()
H A Dradeon_object.h161 extern int radeon_bo_check_tiling(struct radeon_bo *bo, bool has_moved,
H A Dradeon_fbdev.c126 radeon_bo_check_tiling(rbo, 0, 0); in radeon_fbdev_create_pinned_object()