Re: [Intel-gfx] [PATCH v3 08/18] drm/i915/bios: Don't parse some panel specific data multiple times

2022-05-03 Thread Jani Nikula
On Tue, 26 Apr 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > Make sure we don't cause memory leaks/etc. by parsing panel_type > specific parts multiple times. The real solution would be to stop > stuffing panel specific stuff into i915->vbt, but in the meantime > let's just make sure we do

[Intel-gfx] [PATCH v3 08/18] drm/i915/bios: Don't parse some panel specific data multiple times

2022-04-26 Thread Ville Syrjala
From: Ville Syrjälä Make sure we don't cause memory leaks/etc. by parsing panel_type specific parts multiple times. The real solution would be to stop stuffing panel specific stuff into i915->vbt, but in the meantime let's just make sure we don't leak too badly. Signed-off-by: Ville Syrjälä ---