Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c1036 uint32_t fp2_gen_cntl = 0, crtc2_gen_cntl = 0, tv_dac_cntl = 0; in radeon_legacy_tv_dac_dpms() local
1049 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_tv_dac_dpms()
1061 crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms()
1086 crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON; in radeon_legacy_tv_dac_dpms()
1111 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_legacy_tv_dac_dpms()
1304 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local
1311 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in r300_legacy_tv_detect()
1363 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in r300_legacy_tv_detect()
1439 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; in radeon_legacy_ext_dac_detect() local
1451 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_ext_dac_detect()
[all …]
Dradeon_bios.c516 uint32_t crtc2_gen_cntl; in legacy_read_disabled_bios() local
528 crtc2_gen_cntl = 0; in legacy_read_disabled_bios()
537 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in legacy_read_disabled_bios()
560 ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) | in legacy_read_disabled_bios()
584 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in legacy_read_disabled_bios()
Dradeon_legacy_crtc.c652 uint32_t crtc2_gen_cntl; in radeon_set_crtc_timing() local
656 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL) & 0x00718080; in radeon_set_crtc_timing()
657 crtc2_gen_cntl |= ((format << 8) in radeon_set_crtc_timing()
674 crtc2_gen_cntl |= RADEON_CRTC2_EN; in radeon_set_crtc_timing()
680 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_set_crtc_timing()
/drivers/video/fbdev/aty/
Dradeonfb.h199 u32 crtc2_gen_cntl; member