Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dr600_cp.c734 u32 cc_gc_shader_pipe_config; in r600_gfx_init() local
860 cc_gc_shader_pipe_config = RADEON_READ(R600_CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00; in r600_gfx_init()
861 cc_gc_shader_pipe_config |= in r600_gfx_init()
863 cc_gc_shader_pipe_config |= in r600_gfx_init()
889 RADEON_WRITE(R600_CC_GC_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); in r600_gfx_init()
890 RADEON_WRITE(R600_GC_USER_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); in r600_gfx_init()
893 …R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & R600_INACTIVE_QD_PIPES_MASK) >> … in r600_gfx_init()
1358 u32 cc_gc_shader_pipe_config; in r700_gfx_init() local
1513 cc_gc_shader_pipe_config = RADEON_READ(R600_CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00; in r700_gfx_init()
1514 cc_gc_shader_pipe_config |= in r700_gfx_init()
[all …]
Drv770.c388 u32 cc_gc_shader_pipe_config = 0; in rv770_gpu_init() local
527 cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0xffffff00; in rv770_gpu_init()
528 tmp = R7XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config >> 8) & R7XX_MAX_PIPES_MASK); in rv770_gpu_init()
532 …tmp = R7XX_MAX_SIMDS - r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R7XX_MAX_SIMDS_MASK… in rv770_gpu_init()
596 …num_qd_pipes = R7XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES… in rv770_gpu_init()
Dr600.c1524 u32 cc_gc_shader_pipe_config; in r600_gpu_init() local
1657 cc_gc_shader_pipe_config = RREG32(CC_GC_SHADER_PIPE_CONFIG) & 0x00ffff00; in r600_gpu_init()
1659 r600_count_pipe_bits((cc_gc_shader_pipe_config >> 8) & R6XX_MAX_PIPES_MASK); in r600_gpu_init()
1664 r600_count_pipe_bits((cc_gc_shader_pipe_config >> 16) & R6XX_MAX_SIMDS_MASK); in r600_gpu_init()
1682 …tmp = R6XX_MAX_PIPES - r600_count_pipe_bits((cc_gc_shader_pipe_config & INACTIVE_QD_PIPES_MASK) >>… in r600_gpu_init()
/freebsd-9-stable/sys/dev/drm/
Dr600_cp.c688 u32 cc_gc_shader_pipe_config = 0; in r600_gfx_init() local
815 cc_gc_shader_pipe_config = in r600_gfx_init()
817 cc_gc_shader_pipe_config |= in r600_gfx_init()
828 RADEON_WRITE(R600_CC_GC_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); in r600_gfx_init()
829 RADEON_WRITE(R600_GC_USER_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); in r600_gfx_init()
832 R6XX_MAX_BACKENDS - r600_count_pipe_bits(cc_gc_shader_pipe_config & R600_INACTIVE_QD_PIPES_MASK); in r600_gfx_init()
1230 u32 cc_gc_shader_pipe_config = 0; in r700_gfx_init() local
1387 cc_gc_shader_pipe_config = in r700_gfx_init()
1389 cc_gc_shader_pipe_config |= in r700_gfx_init()
1400 RADEON_WRITE(R600_CC_GC_SHADER_PIPE_CONFIG, cc_gc_shader_pipe_config); in r700_gfx_init()
[all …]