Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm/dist/shared-core/
Dr600_cp.c727 u32 vgt_gs_per_es; in r600_gfx_init() local
1089 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r600_gfx_init()
1091 if (vgt_gs_per_es > 256) in r600_gfx_init()
1092 vgt_gs_per_es = 256; in r600_gfx_init()
1095 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es); in r600_gfx_init()
1271 u32 vgt_gs_per_es; in r700_gfx_init() local
1613 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r700_gfx_init()
1615 if (vgt_gs_per_es > 256) in r700_gfx_init()
1616 vgt_gs_per_es = 256; in r700_gfx_init()
1619 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es); in r700_gfx_init()