drm/i915/bios: Move panel_type stuff out of parse_panel_options()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 15 Jun 2022 15:14:43 +0000 (18:14 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 Jun 2022 14:13:29 +0000 (17:13 +0300)
commit0256ea13d169e9ef00ef1b1c9df395b1d6bad6f6
tree9af5914f63d2ffd3150b8a0e597f096d8090da46
parentbf9719f8c89addcf1947ce2b29cea29ea9d8f875
drm/i915/bios: Move panel_type stuff out of parse_panel_options()

Parsing the panel_type is a bit special and should be done
before we parse anything else potentially panel-specific from
the VBT. So move it out from parse_panel_options(). It doesn't
neet to be there anyway since it'll do its own LVDS options
block lookup.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220615151445.8531-1-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_bios.c