Lines Matching refs:placement
94 struct ttm_placement *placement, in vmw_bo_pin_in_placement() argument
107 ret = ttm_bo_validate(bo, placement, &ctx); in vmw_bo_pin_in_placement()
146 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_vram_or_gmr()
153 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_vram_or_gmr()
224 (void)ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_start_of_vram()
232 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_start_of_vram()
307 struct ttm_placement placement; in vmw_bo_pin_reserved() local
320 pl.flags = bo->resource->placement; in vmw_bo_pin_reserved()
322 memset(&placement, 0, sizeof(placement)); in vmw_bo_pin_reserved()
323 placement.num_placement = 1; in vmw_bo_pin_reserved()
324 placement.placement = &pl; in vmw_bo_pin_reserved()
326 ret = ttm_bo_validate(bo, &placement, &ctx); in vmw_bo_pin_reserved()
439 &vmw_bo->placement, 0, &ctx, in vmw_bo_init()
817 struct ttm_placement *pl = &bo->placement; in vmw_bo_placement_set()
821 pl->placement = bo->places; in vmw_bo_placement_set()
827 bo->tbo.resource->mem_type == pl->placement[i].mem_type) in vmw_bo_placement_set()