Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c585 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()
[all …]
/linux-6.12.1/drivers/video/fbdev/aty/
Dradeonfb.h201 u32 disp_output_cntl; member
Dradeon_base.c1558 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()