Lines Matching refs:placement
91 struct ttm_placement *placement, in vmw_bo_pin_in_placement() argument
105 ret = ttm_resource_compat(bo->resource, placement) in vmw_bo_pin_in_placement()
108 ret = ttm_bo_validate(bo, placement, &ctx); in vmw_bo_pin_in_placement()
206 struct ttm_placement placement; in vmw_bo_pin_in_start_of_vram() local
210 place = vmw_vram_placement.placement[0]; in vmw_bo_pin_in_start_of_vram()
212 placement.num_placement = 1; in vmw_bo_pin_in_start_of_vram()
213 placement.placement = &place; in vmw_bo_pin_in_start_of_vram()
214 placement.num_busy_placement = 1; in vmw_bo_pin_in_start_of_vram()
215 placement.busy_placement = &place; in vmw_bo_pin_in_start_of_vram()
236 ret = ttm_resource_compat(bo->resource, &placement) in vmw_bo_pin_in_start_of_vram()
239 ret = ttm_bo_validate(bo, &placement, &ctx); in vmw_bo_pin_in_start_of_vram()
314 struct ttm_placement placement; in vmw_bo_pin_reserved() local
327 pl.flags = bo->resource->placement; in vmw_bo_pin_reserved()
329 memset(&placement, 0, sizeof(placement)); in vmw_bo_pin_reserved()
330 placement.num_placement = 1; in vmw_bo_pin_reserved()
331 placement.placement = &pl; in vmw_bo_pin_reserved()
333 ret = ttm_bo_validate(bo, &placement, &ctx); in vmw_bo_pin_reserved()
471 struct ttm_placement *placement, in vmw_bo_create_kernel() argument
497 ttm_bo_type_device, placement, 0, in vmw_bo_create_kernel()
532 size_t size, struct ttm_placement *placement, in vmw_bo_init() argument
559 ttm_bo_type_device, placement, in vmw_bo_init()