Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_legacy_encoders.c736 uint32_t fp_gen_cntl = RREG32(RADEON_FP_GEN_CNTL); in radeon_legacy_tmds_int_dpms()
750 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_dpms()
836 fp_gen_cntl = (RREG32(RADEON_FP_GEN_CNTL) | in radeon_legacy_tmds_int_mode_set()
874 WREG32(RADEON_FP_GEN_CNTL, fp_gen_cntl); in radeon_legacy_tmds_int_mode_set()
Dr100.c545 if (RREG32(RADEON_FP_GEN_CNTL) & RADEON_FP_DETECT_SENSE) in r100_hpd_sense()
574 tmp = RREG32(RADEON_FP_GEN_CNTL); in r100_hpd_set_polarity()
579 WREG32(RADEON_FP_GEN_CNTL, tmp); in r100_hpd_set_polarity()
Dradeon_reg.h904 #define RADEON_FP_GEN_CNTL 0x0284 macro