diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_drv.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i915/intel_drv.h index 30e968f8c55e..bd4d5148d27e 100644 --- a/drivers/gpu/drm/i915/intel_drv.h +++ b/drivers/gpu/drm/i915/intel_drv.h | |||
@@ -595,17 +595,6 @@ struct intel_hdmi { | |||
595 | struct intel_dp_mst_encoder; | 595 | struct intel_dp_mst_encoder; |
596 | #define DP_MAX_DOWNSTREAM_PORTS 0x10 | 596 | #define DP_MAX_DOWNSTREAM_PORTS 0x10 |
597 | 597 | ||
598 | /** | ||
599 | * HIGH_RR is the highest eDP panel refresh rate read from EDID | ||
600 | * LOW_RR is the lowest eDP panel refresh rate found from EDID | ||
601 | * parsing for same resolution. | ||
602 | */ | ||
603 | enum edp_drrs_refresh_rate_type { | ||
604 | DRRS_HIGH_RR, | ||
605 | DRRS_LOW_RR, | ||
606 | DRRS_MAX_RR, /* RR count */ | ||
607 | }; | ||
608 | |||
609 | struct intel_dp { | 598 | struct intel_dp { |
610 | uint32_t output_reg; | 599 | uint32_t output_reg; |
611 | uint32_t aux_ch_ctl_reg; | 600 | uint32_t aux_ch_ctl_reg; |
@@ -661,12 +650,6 @@ struct intel_dp { | |||
661 | bool has_aux_irq, | 650 | bool has_aux_irq, |
662 | int send_bytes, | 651 | int send_bytes, |
663 | uint32_t aux_clock_divider); | 652 | uint32_t aux_clock_divider); |
664 | struct { | ||
665 | enum drrs_support_type type; | ||
666 | enum edp_drrs_refresh_rate_type refresh_rate_type; | ||
667 | struct mutex mutex; | ||
668 | } drrs_state; | ||
669 | |||
670 | }; | 653 | }; |
671 | 654 | ||
672 | struct intel_digital_port { | 655 | struct intel_digital_port { |
@@ -1037,7 +1020,6 @@ void intel_edp_backlight_off(struct intel_dp *intel_dp); | |||
1037 | void intel_edp_panel_vdd_on(struct intel_dp *intel_dp); | 1020 | void intel_edp_panel_vdd_on(struct intel_dp *intel_dp); |
1038 | void intel_edp_panel_on(struct intel_dp *intel_dp); | 1021 | void intel_edp_panel_on(struct intel_dp *intel_dp); |
1039 | void intel_edp_panel_off(struct intel_dp *intel_dp); | 1022 | void intel_edp_panel_off(struct intel_dp *intel_dp); |
1040 | void intel_dp_set_drrs_state(struct drm_device *dev, int refresh_rate); | ||
1041 | void intel_dp_add_properties(struct intel_dp *intel_dp, struct drm_connector *connector); | 1023 | void intel_dp_add_properties(struct intel_dp *intel_dp, struct drm_connector *connector); |
1042 | void intel_dp_mst_suspend(struct drm_device *dev); | 1024 | void intel_dp_mst_suspend(struct drm_device *dev); |
1043 | void intel_dp_mst_resume(struct drm_device *dev); | 1025 | void intel_dp_mst_resume(struct drm_device *dev); |