Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Drv770.c1178 u32 vgt_gs_per_es; in rv770_gpu_init() local
1561 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in rv770_gpu_init()
1563 if (vgt_gs_per_es > 256) in rv770_gpu_init()
1564 vgt_gs_per_es = 256; in rv770_gpu_init()
1567 WREG32(VGT_GS_PER_ES, vgt_gs_per_es); in rv770_gpu_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Drv770.c1175 u32 vgt_gs_per_es; in rv770_gpu_init() local
1558 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in rv770_gpu_init()
1560 if (vgt_gs_per_es > 256) in rv770_gpu_init()
1561 vgt_gs_per_es = 256; in rv770_gpu_init()
1564 WREG32(VGT_GS_PER_ES, vgt_gs_per_es); in rv770_gpu_init()

Completed in 5 milliseconds