Searched refs:pl_flag (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/mgag200/ |
D | mgag200_ttm.c | 354 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr) in mgag200_bo_pin() argument 365 mgag200_ttm_placement(bo, pl_flag); in mgag200_bo_pin()
|
D | mgag200_drv.h | 303 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
/drivers/gpu/drm/cirrus/ |
D | cirrus_ttm.c | 358 int cirrus_bo_pin(struct cirrus_bo *bo, u32 pl_flag, u64 *gpu_addr) in cirrus_bo_pin() argument 368 cirrus_ttm_placement(bo, pl_flag); in cirrus_bo_pin()
|
D | cirrus_drv.h | 263 int cirrus_bo_pin(struct cirrus_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 353 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr) in ast_bo_pin() argument 363 ast_ttm_placement(bo, pl_flag); in ast_bo_pin()
|
D | ast_drv.h | 368 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
/drivers/gpu/drm/bochs/ |
D | bochs.h | 153 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
D | bochs_mm.c | 284 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr) in bochs_bo_pin() argument 295 bochs_ttm_placement(bo, pl_flag); in bochs_bo_pin()
|