drm/i915/vbt: Parse panel options separately from timing data
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 15 Nov 2019 16:51:31 +0000 (08:51 -0800)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 18 Nov 2019 16:12:58 +0000 (08:12 -0800)
commit9e7ecedf057f4cb7b69b948e90819e129a7fe168
tree4dff195d8328a4a66c2384b20d6f7efd8c5fb443
parent8eed671415935215dd39569c4fe505a5d1d01014
drm/i915/vbt: Parse panel options separately from timing data

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 <jani.nikula@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Jesse Barnes <jsbarnes@google.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191115165132.9472-2-matthew.d.roper@intel.com
drivers/gpu/drm/i915/display/intel_bios.c