Searched refs:vgt_gs_per_es (Results 1 – 2 of 2) sorted by relevance
737 u32 vgt_gs_per_es; in r600_gfx_init() local1115 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r600_gfx_init()1117 if (vgt_gs_per_es > 256) in r600_gfx_init()1118 vgt_gs_per_es = 256; in r600_gfx_init()1121 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es); in r600_gfx_init()1364 u32 vgt_gs_per_es; in r700_gfx_init() local1736 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in r700_gfx_init()1738 if (vgt_gs_per_es > 256) in r700_gfx_init()1739 vgt_gs_per_es = 256; in r700_gfx_init()1742 RADEON_WRITE(R600_VGT_GS_PER_ES, vgt_gs_per_es); in r700_gfx_init()
1172 u32 vgt_gs_per_es; in rv770_gpu_init() local1555 vgt_gs_per_es = gs_prim_buffer_depth + num_gs_verts_per_thread; in rv770_gpu_init()1557 if (vgt_gs_per_es > 256) in rv770_gpu_init()1558 vgt_gs_per_es = 256; in rv770_gpu_init()1561 WREG32(VGT_GS_PER_ES, vgt_gs_per_es); in rv770_gpu_init()