Re: [Intel-gfx] [PATCH 03/11] drm/i915/display/dp: Attach and set drm connector VRR property

2020-12-03 Thread Navare, Manasi
On Thu, Dec 03, 2020 at 06:37:46PM +0200, Jani Nikula wrote: > On Tue, 01 Dec 2020, "Navare, Manasi" wrote: > > On Tue, Nov 10, 2020 at 12:41:07PM +0200, Jani Nikula wrote: > >> On Thu, 22 Oct 2020, Manasi Navare wrote: > >> > + > >> > +if (INTEL_GEN(dev_priv) >= 12) > >> > >> I wonder

Re: [Intel-gfx] [PATCH 03/11] drm/i915/display/dp: Attach and set drm connector VRR property

2020-12-03 Thread Jani Nikula
On Tue, 01 Dec 2020, "Navare, Manasi" wrote: > On Tue, Nov 10, 2020 at 12:41:07PM +0200, Jani Nikula wrote: >> On Thu, 22 Oct 2020, Manasi Navare wrote: >> > + >> > + if (INTEL_GEN(dev_priv) >= 12) >> >> I wonder if we should just add a wrapper >> >> #define HAS_VRR(i915) (INTEL_GEN(i915) >=

Re: [Intel-gfx] [PATCH 03/11] drm/i915/display/dp: Attach and set drm connector VRR property

2020-12-01 Thread Navare, Manasi
On Tue, Nov 10, 2020 at 12:41:07PM +0200, Jani Nikula wrote: > On Thu, 22 Oct 2020, Manasi Navare wrote: > > From: Aditya Swarup > > > > This function sets the VRR property for connector based > > on the platform support, EDID monitor range and DP sink > > DPCD capability of outputing video

Re: [Intel-gfx] [PATCH 03/11] drm/i915/display/dp: Attach and set drm connector VRR property

2020-11-10 Thread Jani Nikula
On Thu, 22 Oct 2020, Manasi Navare wrote: > From: Aditya Swarup > > This function sets the VRR property for connector based > on the platform support, EDID monitor range and DP sink > DPCD capability of outputing video without msa > timing information. > > v7: > * Move the helper to separate

[Intel-gfx] [PATCH 03/11] drm/i915/display/dp: Attach and set drm connector VRR property

2020-10-22 Thread Manasi Navare
From: Aditya Swarup This function sets the VRR property for connector based on the platform support, EDID monitor range and DP sink DPCD capability of outputing video without msa timing information. v7: * Move the helper to separate file (Manasi) v6: * Remove unset of prop v5: * Fix the vrr