Home
last modified time | relevance | path

Searched refs:pages_per_xcc (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c820 * pages_per_xcc is the size of one MQD+CtrlStack. The first page is MQD
821 * and uses memory type default, UC. The rest of pages_per_xcc are
830 uint64_t page_idx, pages_per_xcc; in amdgpu_ttm_gart_bind_gfx9_mqd() local
835 pages_per_xcc = total_pages; in amdgpu_ttm_gart_bind_gfx9_mqd()
836 do_div(pages_per_xcc, num_xcc); in amdgpu_ttm_gart_bind_gfx9_mqd()
838 for (i = 0, page_idx = 0; i < num_xcc; i++, page_idx += pages_per_xcc) { in amdgpu_ttm_gart_bind_gfx9_mqd()
849 pages_per_xcc - 1, in amdgpu_ttm_gart_bind_gfx9_mqd()

Completed in 4 milliseconds