Home
last modified time | relevance | path

Searched refs:hop_placement (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/ttm/
A Dttm_bo.c404 struct ttm_placement hop_placement; in ttm_bo_bounce_temp_buffer() local
408 hop_placement.num_placement = hop_placement.num_busy_placement = 1; in ttm_bo_bounce_temp_buffer()
409 hop_placement.placement = hop_placement.busy_placement = hop; in ttm_bo_bounce_temp_buffer()
412 ret = ttm_bo_mem_space(bo, &hop_placement, &hop_mem, ctx); in ttm_bo_bounce_temp_buffer()

Completed in 5 milliseconds