Home
last modified time | relevance | path

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

/drivers/gpu/drm/mgag200/
Dmgag200_ttm.c354 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()
Dmgag200_drv.h303 int mgag200_bo_pin(struct mgag200_bo *bo, u32 pl_flag, u64 *gpu_addr);
/drivers/gpu/drm/cirrus/
Dcirrus_ttm.c358 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()
Dcirrus_drv.h263 int cirrus_bo_pin(struct cirrus_bo *bo, u32 pl_flag, u64 *gpu_addr);
/drivers/gpu/drm/ast/
Dast_ttm.c353 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()
Dast_drv.h368 int ast_bo_pin(struct ast_bo *bo, u32 pl_flag, u64 *gpu_addr);
/drivers/gpu/drm/bochs/
Dbochs.h153 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr);
Dbochs_mm.c284 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()