Home
last modified time | relevance | path

Searched refs:pl_flag (Results 1 – 8 of 8) sorted by relevance

/drivers/gpu/drm/ast/
Dast_ttm.c355 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr) in ast_bo_pin() argument
365 ast_ttm_placement(bo, pl_flag); in ast_bo_pin()
Dast_drv.h363 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr);
/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c359 int cirrus_bo_pin(struct cirrus_bo *bo, u32 pl_flag, u64 *gpu_addr) in cirrus_bo_pin() argument
369 cirrus_ttm_placement(bo, pl_flag); in cirrus_bo_pin()
Dcirrus_drv.h261 int cirrus_bo_pin(struct cirrus_bo *bo, u32 pl_flag, u64 *gpu_addr);
/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c355 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr) in mgag200_bo_pin() argument
366 mgag200_ttm_placement(bo, pl_flag); in mgag200_bo_pin()
Dmgag200_drv.h302 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
/drivers/gpu/drm/bochs/
Dbochs.h154 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr);
Dbochs_mm.c290 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr) in bochs_bo_pin() argument
301 bochs_ttm_placement(bo, pl_flag); in bochs_bo_pin()