drm/i915/bios: Split parse_driver_features() into two parts
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 10 May 2022 10:42:37 +0000 (13:42 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 May 2022 17:29:16 +0000 (20:29 +0300)
commitc3fbcf60bc74b630967f291f47f0d9d0de6fcea7
tree38395c2356a506b56645b38f8c74af6f08db0513
parent50759c13735dab06805eff0e8161d33216d6f5a3
drm/i915/bios: Split parse_driver_features() into two parts

We use the "driver features" block for two different kinds
of data: global data, and per panel data. Split the function
into two parts along that line so that we can start doing the
parsing in two different locations.

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