Searched refs:crtc2_gen_cntl (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | radeon_legacy_encoders.c | 1038 uint32_t fp2_gen_cntl = 0, crtc2_gen_cntl = 0, tv_dac_cntl = 0; in radeon_legacy_tv_dac_dpms() local 1051 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_tv_dac_dpms() 1063 crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms() 1088 crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms() 1113 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_legacy_tv_dac_dpms() 1306 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local 1313 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in r300_legacy_tv_detect() 1365 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in r300_legacy_tv_detect() 1441 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; in radeon_legacy_ext_dac_detect() local 1453 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_ext_dac_detect() [all …]
|
| HD | radeon_bios.c | 537 uint32_t crtc2_gen_cntl; local 551 crtc2_gen_cntl = 0; 562 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); 585 ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) | 609 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);
|
| HD | radeon_legacy_crtc.c | 627 uint32_t crtc2_gen_cntl; in radeon_set_crtc_timing() local 631 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL) & 0x00718080; in radeon_set_crtc_timing() 632 crtc2_gen_cntl |= ((format << 8) in radeon_set_crtc_timing() 649 crtc2_gen_cntl |= RADEON_CRTC2_EN; in radeon_set_crtc_timing() 655 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_set_crtc_timing()
|