Searched refs:cc_gc_shader_pipe_config (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr600_cp.c750 u32 cc_gc_shader_pipe_config; r600_gfx_init() local
876 cc_gc_shader_pipe_config = RADEON_READ(R600_CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00; r600_gfx_init()
877 cc_gc_shader_pipe_config |= r600_gfx_init()
879 cc_gc_shader_pipe_config |= r600_gfx_init()
905 RADEON_WRITE(R600_CC_GC_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); r600_gfx_init()
906 RADEON_WRITE(R600_GC_USER_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); r600_gfx_init()
909 R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & R600_INACTIVE_QD_PIPES_MASK) >> 8); r600_gfx_init()
1374 u32 cc_gc_shader_pipe_config; r700_gfx_init() local
1529 cc_gc_shader_pipe_config = RADEON_READ(R600_CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00; r700_gfx_init()
1530 cc_gc_shader_pipe_config |= r700_gfx_init()
1532 cc_gc_shader_pipe_config |= r700_gfx_init()
1562 RADEON_WRITE(R600_CC_GC_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); r700_gfx_init()
1563 RADEON_WRITE(R600_GC_USER_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); r700_gfx_init()
1572 R7XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & R600_INACTIVE_QD_PIPES_MASK) >> 8); r700_gfx_init()
H A Drv770.c1180 u32 cc_gc_shader_pipe_config = 0; rv770_gpu_init() local
1313 cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00; rv770_gpu_init()
1315 r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R7XX_MAX_SIMDS_MASK); rv770_gpu_init()
1390 num_qd_pipes = R7XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >> 8); rv770_gpu_init()
H A Dr600.c1981 u32 cc_gc_shader_pipe_config; r600_gpu_init() local
2107 cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0x00ffff00; r600_gpu_init()
2109 r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R6XX_MAX_SIMDS_MASK); r600_gpu_init()
2133 tmp = R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >> 8); r600_gpu_init()

Completed in 92 milliseconds