Home
last modified time | relevance | path

Searched refs:disp_output_cntl (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c592 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 |= (RADEON_DISP_TVDAC_SOURCE_CRTC | in radeon_legacy_tv_dac_mode_set()
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
Dradeonfb.h201 u32 disp_output_cntl; member
Dradeon_base.c1557 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()