Searched refs:crtc2_gen_cntl (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_legacy_encoders.c | 1043 uint32_t fp2_gen_cntl = 0, crtc2_gen_cntl = 0, tv_dac_cntl = 0; in radeon_legacy_tv_dac_dpms() local 1056 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_tv_dac_dpms() 1068 crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms() 1093 crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms() 1118 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_legacy_tv_dac_dpms() 1311 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local 1318 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in r300_legacy_tv_detect() 1370 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in r300_legacy_tv_detect() 1446 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; in radeon_legacy_ext_dac_detect() local 1458 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_ext_dac_detect() [all …]
|
D | radeon_bios.c | 507 uint32_t crtc2_gen_cntl; in legacy_read_disabled_bios() local 519 crtc2_gen_cntl = 0; in legacy_read_disabled_bios() 528 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in legacy_read_disabled_bios() 551 ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) | in legacy_read_disabled_bios() 575 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in legacy_read_disabled_bios()
|
D | radeon_legacy_crtc.c | 651 uint32_t crtc2_gen_cntl; in radeon_set_crtc_timing() local 655 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL) & 0x00718080; in radeon_set_crtc_timing() 656 crtc2_gen_cntl |= ((format << 8) in radeon_set_crtc_timing() 673 crtc2_gen_cntl |= RADEON_CRTC2_EN; in radeon_set_crtc_timing() 679 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_set_crtc_timing()
|
/Linux-v5.4/drivers/video/fbdev/aty/ |
D | radeonfb.h | 199 u32 crtc2_gen_cntl; member
|