Lines Matching refs:placement
91 struct ttm_placement *placement, in vmw_bo_pin_in_placement() argument
110 ret = ttm_bo_mem_compat(placement, &bo->mem, in vmw_bo_pin_in_placement()
113 ret = ttm_bo_validate(bo, placement, &ctx); in vmw_bo_pin_in_placement()
220 struct ttm_placement placement; in vmw_bo_pin_in_start_of_vram() local
225 place = vmw_vram_placement.placement[0]; in vmw_bo_pin_in_start_of_vram()
227 placement.num_placement = 1; in vmw_bo_pin_in_start_of_vram()
228 placement.placement = &place; in vmw_bo_pin_in_start_of_vram()
229 placement.num_busy_placement = 1; in vmw_bo_pin_in_start_of_vram()
230 placement.busy_placement = &place; in vmw_bo_pin_in_start_of_vram()
255 ret = ttm_bo_mem_compat(&placement, &bo->mem, in vmw_bo_pin_in_start_of_vram()
258 ret = ttm_bo_validate(bo, &placement, &ctx); in vmw_bo_pin_in_start_of_vram()
339 struct ttm_placement placement; in vmw_bo_pin_reserved() local
358 pl.flags = bo->mem.placement; in vmw_bo_pin_reserved()
364 memset(&placement, 0, sizeof(placement)); in vmw_bo_pin_reserved()
365 placement.num_placement = 1; in vmw_bo_pin_reserved()
366 placement.placement = &pl; in vmw_bo_pin_reserved()
368 ret = ttm_bo_validate(bo, &placement, &ctx); in vmw_bo_pin_reserved()
506 size_t size, struct ttm_placement *placement, in vmw_bo_init() argument
524 ttm_bo_type_device, placement, in vmw_bo_init()