Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c1049 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_tv_dac_dpms()
1111 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_legacy_tv_dac_dpms()
1311 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in r300_legacy_tv_detect()
1320 WREG32(RADEON_CRTC2_GEN_CNTL, in r300_legacy_tv_detect()
1363 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in r300_legacy_tv_detect()
1451 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_ext_dac_detect()
1476 WREG32(RADEON_CRTC2_GEN_CNTL, (RADEON_CRTC2_EN | in radeon_legacy_ext_dac_detect()
1516 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl); in radeon_legacy_ext_dac_detect()
1587 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL); in radeon_legacy_tv_dac_detect()
1604 WREG32(RADEON_CRTC2_GEN_CNTL, tmp); in radeon_legacy_tv_dac_detect()
[all …]
H A Dradeon_cursor.c81 reg = RADEON_CRTC2_GEN_CNTL; in radeon_hide_cursor()
132 WREG32(RADEON_MM_INDEX, RADEON_CRTC2_GEN_CNTL); in radeon_show_cursor()
H A Dr100.c129 if (!(RREG32(RADEON_CRTC2_GEN_CNTL) & RADEON_CRTC2_EN)) in r100_wait_for_vblank()
472 tmp = RREG32(RADEON_CRTC2_GEN_CNTL); in r100_pm_prepare()
474 WREG32(RADEON_CRTC2_GEN_CNTL, tmp); in r100_pm_prepare()
503 tmp = RREG32(RADEON_CRTC2_GEN_CNTL); in r100_pm_finish()
505 WREG32(RADEON_CRTC2_GEN_CNTL, tmp); in r100_pm_finish()
H A Dradeon_reg.h449 #define RADEON_CRTC2_GEN_CNTL 0x03f8 macro