Searched refs:crtc2_gen_cntl (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_legacy_encoders.c | 1037 uint32_t fp2_gen_cntl = 0, crtc2_gen_cntl = 0, tv_dac_cntl = 0; in radeon_legacy_tv_dac_dpms() local 1050 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_tv_dac_dpms() 1062 crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms() 1087 crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms() 1112 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_legacy_tv_dac_dpms() 1305 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local 1312 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in r300_legacy_tv_detect() 1364 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in r300_legacy_tv_detect() 1440 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; in radeon_legacy_ext_dac_detect() local 1452 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_ext_dac_detect() [all …]
|
D | radeon_bios.c | 503 uint32_t crtc2_gen_cntl; in legacy_read_disabled_bios() local 515 crtc2_gen_cntl = 0; in legacy_read_disabled_bios() 524 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in legacy_read_disabled_bios() 547 ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) | in legacy_read_disabled_bios() 571 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in legacy_read_disabled_bios()
|
D | radeon_legacy_crtc.c | 648 uint32_t crtc2_gen_cntl; in radeon_set_crtc_timing() local 652 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL) & 0x00718080; in radeon_set_crtc_timing() 653 crtc2_gen_cntl |= ((format << 8) in radeon_set_crtc_timing() 670 crtc2_gen_cntl |= RADEON_CRTC2_EN; in radeon_set_crtc_timing() 676 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_set_crtc_timing()
|
/Linux-v4.19/drivers/video/fbdev/aty/ |
D | radeonfb.h | 199 u32 crtc2_gen_cntl; member
|