Re: [Intel-gfx] [PATCH 07/11] drm/edid: Use GTF2 for inferred modes

2022-09-02 Thread Ville Syrjälä
On Fri, Sep 02, 2022 at 03:25:39PM +0300, Jani Nikula wrote: > On Sat, 27 Aug 2022, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > For some resaon we only use the secondary GTF curve for the > > standard timings. Use it for inferred modes as well. > > > > Signed-off-by: Ville Syrjälä > > -

Re: [Intel-gfx] [PATCH 07/11] drm/edid: Use GTF2 for inferred modes

2022-09-02 Thread Jani Nikula
On Sat, 27 Aug 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > For some resaon we only use the secondary GTF curve for the > standard timings. Use it for inferred modes as well. > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/drm_edid.c | 35 ++- >

[PATCH 07/11] drm/edid: Use GTF2 for inferred modes

2022-08-26 Thread Ville Syrjala
From: Ville Syrjälä For some resaon we only use the secondary GTF curve for the standard timings. Use it for inferred modes as well. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_edid.c | 35 ++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git