Lines Matching refs:placement
47 struct ttm_placement *placement, in vmw_dmabuf_pin_in_placement() argument
63 ret = ttm_bo_validate(bo, placement, interruptible, false); in vmw_dmabuf_pin_in_placement()
161 struct ttm_placement placement; in vmw_dmabuf_pin_in_start_of_vram() local
165 place = vmw_vram_placement.placement[0]; in vmw_dmabuf_pin_in_start_of_vram()
167 placement.num_placement = 1; in vmw_dmabuf_pin_in_start_of_vram()
168 placement.placement = &place; in vmw_dmabuf_pin_in_start_of_vram()
169 placement.num_busy_placement = 1; in vmw_dmabuf_pin_in_start_of_vram()
170 placement.busy_placement = &place; in vmw_dmabuf_pin_in_start_of_vram()
191 ret = ttm_bo_validate(bo, &placement, interruptible, false); in vmw_dmabuf_pin_in_start_of_vram()
271 struct ttm_placement placement; in vmw_bo_pin_reserved() local
294 memset(&placement, 0, sizeof(placement)); in vmw_bo_pin_reserved()
295 placement.num_placement = 1; in vmw_bo_pin_reserved()
296 placement.placement = &pl; in vmw_bo_pin_reserved()
298 ret = ttm_bo_validate(bo, &placement, false, true); in vmw_bo_pin_reserved()