Searched refs:disp_output_cntl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_encoders.c | 592 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local 598 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL) & in radeon_legacy_primary_dac_mode_set() 600 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_primary_dac_mode_set() 607 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL) & in radeon_legacy_primary_dac_mode_set() 609 disp_output_cntl |= RADEON_DISP_DAC_SOURCE_CRTC2; in radeon_legacy_primary_dac_mode_set() 610 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_primary_dac_mode_set() 1161 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; in radeon_legacy_tv_dac_mode_set() local 1215 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL); in radeon_legacy_tv_dac_mode_set() 1237 disp_output_cntl &= ~RADEON_DISP_TVDAC_SOURCE_MASK; in radeon_legacy_tv_dac_mode_set() 1238 disp_output_cntl | in radeon_legacy_tv_dac_mode_set() 1312 uint32_t disp_output_cntl, gpiopad_a, tmp; r300_legacy_tv_detect() local 1446 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; radeon_legacy_ext_dac_detect() local 1538 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; radeon_legacy_tv_dac_detect() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_encoders.c | 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 | in radeon_legacy_tv_dac_mode_set() 1305 uint32_t disp_output_cntl, gpiopad_a, tmp; r300_legacy_tv_detect() local 1439 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; radeon_legacy_ext_dac_detect() local 1531 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; radeon_legacy_tv_dac_detect() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | radeonfb.h | 201 u32 disp_output_cntl; member
|
H A D | radeon_base.c | 1557 u32 disp_output_cntl; in radeon_calc_pll_regs() local 1572 disp_output_cntl = INREG(DISP_OUTPUT_CNTL); in radeon_calc_pll_regs() 1573 source = (disp_output_cntl >> 12) & 0x3; in radeon_calc_pll_regs()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | radeonfb.h | 201 u32 disp_output_cntl; member
|
H A D | radeon_base.c | 1558 u32 disp_output_cntl; in radeon_calc_pll_regs() local 1573 disp_output_cntl = INREG(DISP_OUTPUT_CNTL); in radeon_calc_pll_regs() 1574 source = (disp_output_cntl >> 12) & 0x3; in radeon_calc_pll_regs()
|
Completed in 11 milliseconds