Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_object.c292 radeon_bo_check_tiling(bo, 0, 0); in radeon_bo_kmap()
301 radeon_bo_check_tiling(bo, 0, 0); in radeon_bo_kunmap()
744 int radeon_bo_check_tiling(struct radeon_bo *bo, bool has_moved, in radeon_bo_check_tiling() function
783 radeon_bo_check_tiling(rbo, 0, 1); in radeon_bo_move_notify()
805 radeon_bo_check_tiling(rbo, 0, 0); in radeon_bo_fault_reserve_notify()
Dradeon_object.h150 extern int radeon_bo_check_tiling(struct radeon_bo *bo, bool has_moved,
Dradeon_fb.c193 radeon_bo_check_tiling(rbo, 0, 0); in radeonfb_create_pinned_object()