Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/radeon/
Drv770.c1186 u32 vgt_gs_per_es; in rv770_gpu_init() local
1569 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in rv770_gpu_init()
1571 if (vgt_gs_per_es > 256) in rv770_gpu_init()
1572 vgt_gs_per_es = 256; in rv770_gpu_init()
1575 WREG32(VGT_GS_PER_ES, vgt_gs_per_es); in rv770_gpu_init()