Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_legacy_encoders.c591 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local
597 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL) & in radeon_legacy_primary_dac_mode_set()
599 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_primary_dac_mode_set()
606 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL) & in radeon_legacy_primary_dac_mode_set()
608 disp_output_cntl |= RADEON_DISP_DAC_SOURCE_CRTC2; in radeon_legacy_primary_dac_mode_set()
609 WREG32(RADEON_DISP_OUTPUT_CNTL, disp_output_cntl); in radeon_legacy_primary_dac_mode_set()
1160 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; in radeon_legacy_tv_dac_mode_set() local
1214 disp_output_cntl = RREG32(RADEON_DISP_OUTPUT_CNTL); in radeon_legacy_tv_dac_mode_set()
1236 disp_output_cntl &= ~RADEON_DISP_TVDAC_SOURCE_MASK; in radeon_legacy_tv_dac_mode_set()
1237 disp_output_cntl |= (RADEON_DISP_TVDAC_SOURCE_CRTC | in radeon_legacy_tv_dac_mode_set()
[all …]