Lines Matching refs:placement
59 * vmw_bo_pin_in_placement - Validate a buffer to placement.
63 * @placement: The placement to pin it.
70 struct ttm_placement *placement,
83 ret = ttm_bo_validate(bo, placement, &ctx);
122 ret = ttm_bo_validate(bo, &buf->placement, &ctx);
129 ret = ttm_bo_validate(bo, &buf->placement, &ctx);
200 (void)ttm_bo_validate(bo, &buf->placement, &ctx);
207 ret = ttm_bo_validate(bo, &buf->placement, &ctx);
252 * vmw_bo_get_guest_ptr - Get the guest ptr representing the current placement
282 struct ttm_placement placement;
295 pl.flags = bo->resource->placement;
297 memset(&placement, 0, sizeof(placement));
298 placement.num_placement = 1;
299 placement.placement = &pl;
301 ret = ttm_bo_validate(bo, &placement, &ctx);
397 &vmw_bo->placement, 0, &ctx, NULL,
737 * If we're moving a backup MOB out of MOB placement, then make sure we
804 struct ttm_placement *pl = &bo->placement;
808 pl->placement = bo->places;
814 bo->tbo.resource->mem_type == pl->placement[i].mem_type)