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()
231 ret = ttm_bo_validate(bo, &buf->placement, &ctx); in vmw_bo_pin_in_start_of_vram()
306 struct ttm_placement placement; in vmw_bo_pin_reserved() local
319 pl.flags = bo->resource->placement; in vmw_bo_pin_reserved()
321 memset(&placement, 0, sizeof(placement)); in vmw_bo_pin_reserved()
322 placement.num_placement = 1; in vmw_bo_pin_reserved()
323 placement.placement = &pl; in vmw_bo_pin_reserved()
325 ret = ttm_bo_validate(bo, &placement, &ctx); in vmw_bo_pin_reserved()
438 &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()