Re: [Intel-gfx] [PATCH v4 1/2] drm/i915/vbt: Parse panel options separately from timing data

2019-11-14 Thread Jani Nikula
On Thu, 14 Nov 2019, Jesse Barnes wrote: > LGTM. > > Reviewed-by: Jesse Barnes Yay! LGTM too. > > On Thu, Nov 14, 2019 at 9:07 AM Matt Roper wrote: >> >> Newer VBT versions will add an alternate way to read panel DTD >> information, so let's split parsing of the general panel information >> f

Re: [Intel-gfx] [PATCH v4 1/2] drm/i915/vbt: Parse panel options separately from timing data

2019-11-14 Thread Saarinen, Jani
HI, > -Original Message- > From: Intel-gfx On Behalf Of Jesse > Barnes > Sent: perjantai 15. marraskuuta 2019 2.05 > To: Roper, Matthew D > Cc: Nikula, Jani ; intel-gfx@lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH v4 1/2] drm/i915/vbt: Parse panel opti

Re: [Intel-gfx] [PATCH v4 1/2] drm/i915/vbt: Parse panel options separately from timing data

2019-11-14 Thread Jesse Barnes
LGTM. Reviewed-by: Jesse Barnes On Thu, Nov 14, 2019 at 9:07 AM Matt Roper wrote: > > Newer VBT versions will add an alternate way to read panel DTD > information, so let's split parsing of the general panel information > from the timing data in preparation. > > Cc: Jani Nikula > Signed-off-by

[Intel-gfx] [PATCH v4 1/2] drm/i915/vbt: Parse panel options separately from timing data

2019-11-14 Thread Matt Roper
Newer VBT versions will add an alternate way to read panel DTD information, so let's split parsing of the general panel information from the timing data in preparation. Cc: Jani Nikula Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/display/intel_bios.c | 27 +++ 1 file c