Lines Matching refs:disp_output_cntl

585 	uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl;  in radeon_legacy_primary_dac_mode_set()  local
591 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL) & in radeon_legacy_primary_dac_mode_set()
593 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_primary_dac_mode_set()
600 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL) & in radeon_legacy_primary_dac_mode_set()
602 disp_output_cntl |= RADEON_DISP_DAC_SOURCE_CRTC2; in radeon_legacy_primary_dac_mode_set()
603 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_primary_dac_mode_set()
1154 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; in radeon_legacy_tv_dac_mode_set() local
1208 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL); in radeon_legacy_tv_dac_mode_set()
1230 disp_output_cntl &= ~RADEON_DISP_TVDAC_SOURCE_MASK; in radeon_legacy_tv_dac_mode_set()
1231 disp_output_cntl |= (RADEON_DISP_TVDAC_SOURCE_CRTC | in radeon_legacy_tv_dac_mode_set()
1241 disp_output_cntl &= ~RADEON_DISP_TVDAC_SOURCE_MASK; in radeon_legacy_tv_dac_mode_set()
1242 disp_output_cntl |= RADEON_DISP_TV_SOURCE_CRTC; in radeon_legacy_tv_dac_mode_set()
1257 disp_output_cntl &= ~RADEON_DISP_TVDAC_SOURCE_MASK; in radeon_legacy_tv_dac_mode_set()
1258 disp_output_cntl |= RADEON_DISP_TVDAC_SOURCE_CRTC; in radeon_legacy_tv_dac_mode_set()
1266 disp_output_cntl &= ~RADEON_DISP_TVDAC_SOURCE_MASK; in radeon_legacy_tv_dac_mode_set()
1267 disp_output_cntl |= RADEON_DISP_TVDAC_SOURCE_CRTC2; in radeon_legacy_tv_dac_mode_set()
1280 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_tv_dac_mode_set()
1305 uint32_t disp_output_cntl, gpiopad_a, tmp; in r300_legacy_tv_detect() local
1314 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL); in r300_legacy_tv_detect()
1323 tmp = disp_output_cntl & ~RADEON_DISP_TVDAC_SOURCE_MASK; in r300_legacy_tv_detect()
1364 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in r300_legacy_tv_detect()
1439 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; in radeon_legacy_ext_dac_detect() local
1450 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL); in radeon_legacy_ext_dac_detect()
1517 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_ext_dac_detect()
1531 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; in radeon_legacy_tv_dac_detect() local
1583 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL); in radeon_legacy_tv_dac_detect()
1608 tmp = disp_output_cntl & ~RADEON_DISP_TVDAC_SOURCE_MASK; in radeon_legacy_tv_dac_detect()
1662 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_tv_dac_detect()