On Tue, Apr 22, 2025 at 08:28:31AM +0300, Kandpal, Suraj wrote:
> [...]
>
> > +void intel_dp_compute_min_hblank(int link_bpp_x16,
> > +struct intel_crtc_state *crtc_state,
> > +struct drm_connector_state *conn_state,
> > +
On Tue, Apr 22, 2025 at 10:25:48AM +0300, Govindapillai, Vinod wrote:
> [...]
>
> > > +3263,9 @@ intel_dp_compute_config(struct intel_encoder *encoder,
> > > > &pipe_config->dp_m_n);
> > > > }
> > > >
> > > > + intel_dp_compute_min_hblank(link_b
l-
> > g...@lists.freedesktop.org
> > Cc: Deak, Imre
> > Subject: Re: [PATCH v3 3/3] drm/i915/display: move min_hblank from dp_mst.c
> > to dp.c
> >
> > Hi Arun
> >
> > I was trying to use this series for the underrun issue! But this patch
>
> -Original Message-
> From: Intel-xe On Behalf Of Arun R
> Murthy
> Sent: Thursday, April 17, 2025 4:23 PM
> To: dri-devel@lists.freedesktop.org; intel-...@lists.freedesktop.org; intel-
> x...@lists.freedesktop.org
> Cc: Govindapillai, Vinod ; Deak, Imre
> ; Murthy, Arun R
> Subject: [
> -Original Message-
> From: Govindapillai, Vinod
> Sent: Tuesday, April 22, 2025 4:17 AM
> To: Murthy, Arun R ; dri-
> de...@lists.freedesktop.org; intel...@lists.freedesktop.org; intel-
> g...@lists.freedesktop.org
> Cc: Deak, Imre
> Subject: Re: [PATCH v3 3/3
Hi Arun
I was trying to use this series for the underrun issue! But this patch didnt
apply cleanly!
And had some compilation issues because of an unused variable!
Also I did not get expected traces on min hblank! Not sure if there was any
issue on my conflicts
resolution to get this applied on m