Re: [Intel-gfx] [PATCH 4/6] drm/i915: Introduce intel_panel_compute_config()

2021-09-24 Thread Ville Syrjälä
On Thu, Sep 23, 2021 at 11:01:07PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Let's introduce a compute_config() helper for fixed mode panels. > For now all it does is the fixed_mode->adjusted_mode copy. > > Note that with sDVO we have to ask the external encoder chip > to spit out ou

[Intel-gfx] [PATCH 4/6] drm/i915: Introduce intel_panel_compute_config()

2021-09-23 Thread Ville Syrjala
From: Ville Syrjälä Let's introduce a compute_config() helper for fixed mode panels. For now all it does is the fixed_mode->adjusted_mode copy. Note that with sDVO we have to ask the external encoder chip to spit out our actual display timings for us, so we won't use intel_panel_compute_config()