Re: [Intel-gfx] [PATCH 07/11] drm/i915/display/vrr: Configure and enable VRR in modeset enable

2020-12-03 Thread Jani Nikula
On Tue, 01 Dec 2020, "Navare, Manasi" wrote: > On Tue, Nov 10, 2020 at 12:56:40PM +0200, Jani Nikula wrote: >> On Thu, 22 Oct 2020, Manasi Navare wrote: >> > + /* Programming adjustments for 0 based regs */ >> > + trans_vrr_vmax = crtc_state->vrr.vtotalmax - 1; >> > + trans_vrr_vmin =

Re: [Intel-gfx] [PATCH 07/11] drm/i915/display/vrr: Configure and enable VRR in modeset enable

2020-12-01 Thread Navare, Manasi
On Tue, Nov 10, 2020 at 12:56:40PM +0200, Jani Nikula wrote: > On Thu, 22 Oct 2020, Manasi Navare wrote: > > This patch computes the VRR parameters from VRR crtc states > > and configures them in VRR registers during CRTC enable in > > the modeset enable sequence. > > > > Cc: Ville Syrjälä > >

Re: [Intel-gfx] [PATCH 07/11] drm/i915/display/vrr: Configure and enable VRR in modeset enable

2020-11-10 Thread Jani Nikula
On Thu, 22 Oct 2020, Manasi Navare wrote: > This patch computes the VRR parameters from VRR crtc states > and configures them in VRR registers during CRTC enable in > the modeset enable sequence. > > Cc: Ville Syrjälä > Signed-off-by: Manasi Navare > --- >

[Intel-gfx] [PATCH 07/11] drm/i915/display/vrr: Configure and enable VRR in modeset enable

2020-10-22 Thread Manasi Navare
This patch computes the VRR parameters from VRR crtc states and configures them in VRR registers during CRTC enable in the modeset enable sequence. Cc: Ville Syrjälä Signed-off-by: Manasi Navare --- drivers/gpu/drm/i915/display/intel_ddi.c | 5 drivers/gpu/drm/i915/display/intel_vrr.c |