Searched refs:num_qd_pipes (Results 1 – 2 of 2) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | r600_cp.c | 732 int i, j, num_qd_pipes; in r600_gfx_init() local 908 num_qd_pipes = in r600_gfx_init() 910 RADEON_WRITE(R600_VGT_OUT_DEALLOC_CNTL, (num_qd_pipes * 4) & R600_DEALLOC_DIST_MASK); in r600_gfx_init() 911 …RADEON_WRITE(R600_VGT_VERTEX_REUSE_BLOCK_CNTL, ((num_qd_pipes * 4) - 2) & R600_VTX_REUSE_DEPTH_MAS… in r600_gfx_init() 1358 int i, j, num_qd_pipes; in r700_gfx_init() local 1571 num_qd_pipes = in r700_gfx_init() 1573 RADEON_WRITE(R600_VGT_OUT_DEALLOC_CNTL, (num_qd_pipes * 4) & R600_DEALLOC_DIST_MASK); in r700_gfx_init() 1574 …RADEON_WRITE(R600_VGT_VERTEX_REUSE_BLOCK_CNTL, ((num_qd_pipes * 4) - 2) & R600_VTX_REUSE_DEPTH_MAS… in r700_gfx_init()
|
D | rv770.c | 1166 int i, j, num_qd_pipes; in rv770_gpu_init() local 1390 …num_qd_pipes = R7XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES… in rv770_gpu_init() 1391 WREG32(VGT_OUT_DEALLOC_CNTL, (num_qd_pipes * 4) & DEALLOC_DIST_MASK); in rv770_gpu_init() 1392 WREG32(VGT_VERTEX_REUSE_BLOCK_CNTL, ((num_qd_pipes * 4) - 2) & VTX_REUSE_DEPTH_MASK); in rv770_gpu_init()
|