> -----Original Message----- > From: Intel-gfx <intel-gfx-boun...@lists.freedesktop.org> On Behalf Of Clint > Taylor > Sent: 25 October 2024 04:01 > To: intel-gfx@lists.freedesktop.org; intel...@lists.freedesktop.org > Subject: [PATCH v4 10/11] drm/i915/xe3lpd: Skip disabling VRR during > modeset disable > > From: Ravi Kumar Vodapalli <ravi.kumar.vodapa...@intel.com> > > Spec does not request to disable VRR in the modeset disabling sequence for > DP and HDMI for xe3_lpd. > > Bspec: 68848 > Signed-off-by: Ravi Kumar Vodapalli <ravi.kumar.vodapa...@intel.com> > Signed-off-by: Matt Atwood <matthew.s.atw...@intel.com> > Signed-off-by: Clint Taylor <clinton.a.tay...@intel.com> > --- > drivers/gpu/drm/i915/display/intel_display.c | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_display.c > b/drivers/gpu/drm/i915/display/intel_display.c > index c904f529d0c5..7a6961432616 100644 > --- a/drivers/gpu/drm/i915/display/intel_display.c > +++ b/drivers/gpu/drm/i915/display/intel_display.c > @@ -1310,9 +1310,11 @@ static void intel_pre_plane_update(struct > intel_atomic_state *state, > intel_atomic_get_new_crtc_state(state, crtc); > enum pipe pipe = crtc->pipe; > > - if (intel_crtc_vrr_disabling(state, crtc)) { > - intel_vrr_disable(old_crtc_state); > - intel_crtc_update_active_timings(old_crtc_state, false); > + if (DISPLAY_VER(dev_priv) < 30) { > + if (intel_crtc_vrr_disabling(state, crtc)) { > + intel_vrr_disable(old_crtc_state); > + intel_crtc_update_active_timings(old_crtc_state, > false); > + } Hello @Clint Taylor Seems comments from revision 2 got missed ? https://patchwork.freedesktop.org/patch/621235/?series=140196&rev=2 > } > > if (audio_disabling(old_crtc_state, new_crtc_state)) > -- > 2.25.1
RE: [PATCH v4 10/11] drm/i915/xe3lpd: Skip disabling VRR during modeset disable
Golani, Mitulkumar Ajitkumar Fri, 25 Oct 2024 01:06:43 -0700
- [PATCH v4 00/11] drm/i915/xe3lpd: ptl display... Clint Taylor
- [PATCH v4 03/11] drm/i915/xe3lpd: Add ch... Clint Taylor
- RE: [PATCH v4 03/11] drm/i915/xe3lpd... Murthy, Arun R
- [PATCH v4 10/11] drm/i915/xe3lpd: Skip d... Clint Taylor
- RE: [PATCH v4 10/11] drm/i915/xe3lpd... Golani, Mitulkumar Ajitkumar
- RE: [PATCH v4 10/11] drm/i915/xe... Golani, Mitulkumar Ajitkumar
- [PATCH v4 06/11] drm/i915/cx0: Remove bu... Clint Taylor
- Re: [PATCH v4 06/11] drm/i915/cx0: R... Gustavo Sousa
- [PATCH v4 09/11] drm/i915/display/xe3: d... Clint Taylor
- [PATCH v4 07/11] drm/i915/xe3lpd: Move a... Clint Taylor
- [PATCH v4 04/11] drm/i915/ptl: Define IS... Clint Taylor
- [PATCH v4 08/11] drm/i915/xe3: Underrun ... Clint Taylor
- [PATCH v4 02/11] drm/i915/xe3lpd: Disabl... Clint Taylor
- [PATCH v4 11/11] drm/i915/xe3lpd: Power ... Clint Taylor
- Re: [PATCH v4 11/11] drm/i915/xe3lpd... Gustavo Sousa