Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c586 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local
592 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL) & in radeon_legacy_primary_dac_mode_set()
594 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_primary_dac_mode_set()
601 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL) & in radeon_legacy_primary_dac_mode_set()
603 disp_output_cntl |= RADEON_DISP_DAC_SOURCE_CRTC2; in radeon_legacy_primary_dac_mode_set()
604 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_primary_dac_mode_set()
1155 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; in radeon_legacy_tv_dac_mode_set() local
1209 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL); in radeon_legacy_tv_dac_mode_set()
1231 disp_output_cntl &= ~RADEON_DISP_TVDAC_SOURCE_MASK; in radeon_legacy_tv_dac_mode_set()
1232 disp_output_cntl |= (RADEON_DISP_TVDAC_SOURCE_CRTC | in radeon_legacy_tv_dac_mode_set()
[all …]
/Linux-v4.19/drivers/video/fbdev/aty/
Dradeonfb.h201 u32 disp_output_cntl; member
Dradeon_base.c1567 u32 disp_output_cntl; in radeon_calc_pll_regs() local
1582 disp_output_cntl = INREG(DISP_OUTPUT_CNTL); in radeon_calc_pll_regs()
1583 source = (disp_output_cntl >> 12) & 0x3; in radeon_calc_pll_regs()