Re: [Intel-gfx] [PATCH v2 12/22] drm/i915/bios: Split VBT parsing to global vs. panel specific parts

2022-04-08 Thread Ville Syrjälä
On Thu, Apr 07, 2022 at 08:23:03PM +0300, Jani Nikula wrote: > On Tue, 05 Apr 2022, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Parsing the panel specific data from VBT is currently happening > > too early. Split the whole thing into global vs. panel specific > > parts so that we can sta

Re: [Intel-gfx] [PATCH v2 12/22] drm/i915/bios: Split VBT parsing to global vs. panel specific parts

2022-04-07 Thread Jani Nikula
On Tue, 05 Apr 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > Parsing the panel specific data from VBT is currently happening > too early. Split the whole thing into global vs. panel specific > parts so that we can start doing the panel specific parsing at > a later time. Might want to men

[Intel-gfx] [PATCH v2 12/22] drm/i915/bios: Split VBT parsing to global vs. panel specific parts

2022-04-05 Thread Ville Syrjala
From: Ville Syrjälä Parsing the panel specific data from VBT is currently happening too early. Split the whole thing into global vs. panel specific parts so that we can start doing the panel specific parsing at a later time. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_b