Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_cursor.c78 reg = RADEON_CRTC_GEN_CNTL; in radeon_hide_cursor()
129 WREG32(RADEON_MM_INDEX, RADEON_CRTC_GEN_CNTL); in radeon_show_cursor()
H A Dradeon_bios.c517 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL); in legacy_read_disabled_bios()
544 WREG32(RADEON_CRTC_GEN_CNTL, in legacy_read_disabled_bios()
572 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in legacy_read_disabled_bios()
H A Dr100.c126 if (!(RREG32(RADEON_CRTC_GEN_CNTL) & RADEON_CRTC_EN)) in r100_wait_for_vblank()
476 tmp = RREG32(RADEON_CRTC_GEN_CNTL); in r100_pm_prepare()
478 WREG32(RADEON_CRTC_GEN_CNTL, tmp); in r100_pm_prepare()
507 tmp = RREG32(RADEON_CRTC_GEN_CNTL); in r100_pm_finish()
509 WREG32(RADEON_CRTC_GEN_CNTL, tmp); in r100_pm_finish()
2880 (void)RREG32(RADEON_CRTC_GEN_CNTL); in r100_pll_errata_after_index()
H A Dradeon_reg.h435 #define RADEON_CRTC_GEN_CNTL 0x0050 macro