Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c728 uint32_t fp_gen_cntl = RREG32(RADEON_FP_GEN_CNTL); in radeon_legacy_tmds_int_dpms()
742 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_dpms()
828 fp_gen_cntl = (RREG32(RADEON_FP_GEN_CNTL) | in radeon_legacy_tmds_int_mode_set()
866 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_mode_set()
Dr100.c546 if (RREG32(RADEON_FP_GEN_CNTL) & RADEON_FP_DETECT_SENSE) in r100_hpd_sense()
575 tmp = RREG32(RADEON_FP_GEN_CNTL); in r100_hpd_set_polarity()
580 WREG32(RADEON_FP_GEN_CNTL, tmp); in r100_hpd_set_polarity()
Dradeon_reg.h904 #define RADEON_FP_GEN_CNTL 0x0284 macro