Searched refs:pl_flag (Results 1 – 8 of 8) sorted by relevance
/drivers/gpu/drm/ast/ |
D | ast_ttm.c | 355 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()
|
D | ast_drv.h | 363 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
/drivers/gpu/drm/cirrus/ |
D | cirrus_ttm.c | 359 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()
|
D | cirrus_drv.h | 261 int cirrus_bo_pin(struct cirrus_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
/drivers/gpu/drm/mgag200/ |
D | mgag200_ttm.c | 355 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()
|
D | mgag200_drv.h | 302 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
/drivers/gpu/drm/bochs/ |
D | bochs.h | 154 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr);
|
D | bochs_mm.c | 290 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()
|