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