File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
drivers/gpu/drm/i915/display Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2829,7 +2829,6 @@ static void intel_dp_compute_as_sdp(struct intel_dp *intel_dp,
2829
2829
2830
2830
crtc_state -> infoframes .enable |= intel_hdmi_infoframe_enable (DP_SDP_ADAPTIVE_SYNC );
2831
2831
2832
- /* Currently only DP_AS_SDP_AVT_FIXED_VTOTAL mode supported */
2833
2832
as_sdp -> sdp_type = DP_SDP_ADAPTIVE_SYNC ;
2834
2833
as_sdp -> length = 0x9 ;
2835
2834
as_sdp -> duration_incr_ms = 0 ;
@@ -2840,7 +2839,7 @@ static void intel_dp_compute_as_sdp(struct intel_dp *intel_dp,
2840
2839
as_sdp -> target_rr = drm_mode_vrefresh (adjusted_mode );
2841
2840
as_sdp -> target_rr_divider = true;
2842
2841
} else {
2843
- as_sdp -> mode = DP_AS_SDP_AVT_FIXED_VTOTAL ;
2842
+ as_sdp -> mode = DP_AS_SDP_AVT_DYNAMIC_VTOTAL ;
2844
2843
as_sdp -> vtotal = adjusted_mode -> vtotal ;
2845
2844
as_sdp -> target_rr = 0 ;
2846
2845
}
You can’t perform that action at this time.
0 commit comments