Searched refs:crtc2_gen_cntl (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/radeon/ |
| D | radeon_legacy_encoders.c | 1044 uint32_t fp2_gen_cntl = 0, crtc2_gen_cntl = 0, tv_dac_cntl = 0; in radeon_legacy_tv_dac_dpms() local 1057 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_tv_dac_dpms() 1069 crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms() 1094 crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms() 1119 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_legacy_tv_dac_dpms() 1312 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local 1319 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in r300_legacy_tv_detect() 1371 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in r300_legacy_tv_detect() 1447 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; in radeon_legacy_ext_dac_detect() local 1459 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_ext_dac_detect() [all …]
|
| D | radeon_bios.c | 515 uint32_t crtc2_gen_cntl; in legacy_read_disabled_bios() local 527 crtc2_gen_cntl = 0; in legacy_read_disabled_bios() 536 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in legacy_read_disabled_bios() 559 ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) | in legacy_read_disabled_bios() 583 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.15/drivers/video/fbdev/aty/ |
| D | radeonfb.h | 199 u32 crtc2_gen_cntl; member
|