]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bios: Reorder panel DTD parsing
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 4 May 2022 15:04:32 +0000 (18:04 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 5 May 2022 15:25:09 +0000 (18:25 +0300)
commitd4a7a83e77def11fcecf7ccddfcb078b27956e33
tree3f0fa5d12942bd09d83f208411258b1d25844bd2
parent7a448539e177177e78c20f177da5f01f69159732
drm/i915/bios: Reorder panel DTD parsing

Reorder things so that we can parse the entier LFP data block
in one go. For now we just stick to parsing the DTD from it.

Also fix the misleading comment about block 42 being deprecated.
Only the DTD part is deprecated, the rest is still very much needed.

v2: Move the version check+comment into parse_generic_dtd() (Jani)

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/20220504150440.13748-2-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_bios.c