Home
last modified time | relevance | path

Searched refs:RADEON_FP_GEN_CNTL (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c735 uint32_t fp_gen_cntl = RREG32(RADEON_FP_GEN_CNTL); in radeon_legacy_tmds_int_dpms()
749 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_dpms()
835 fp_gen_cntl = (RREG32(RADEON_FP_GEN_CNTL) | in radeon_legacy_tmds_int_mode_set()
873 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_mode_set()
Dr100.c536 if (RREG32(RADEON_FP_GEN_CNTL) & RADEON_FP_DETECT_SENSE) in r100_hpd_sense()
565 tmp = RREG32(RADEON_FP_GEN_CNTL); in r100_hpd_set_polarity()
570 WREG32(RADEON_FP_GEN_CNTL, tmp); in r100_hpd_set_polarity()
Dradeon_reg.h904 #define RADEON_FP_GEN_CNTL 0x0284 macro