OSDN Git Service

drm/i915/display: hide workaround for broken vbt in intel_bios.c
authorLucas De Marchi <lucas.demarchi@intel.com>
Fri, 30 Apr 2021 22:38:08 +0000 (15:38 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 10 May 2021 14:06:23 +0000 (07:06 -0700)
commit5a9d38b20a5a7b3ce335d059963a8c3e92b1ba3c
tree7e7695a9323d687b2fcc450ad8a854aaa5cda679
parent097d9e902068426e335ba7c0115f2c8ae7f9d08e
drm/i915/display: hide workaround for broken vbt in intel_bios.c

Instead of poluting the normal code path in intel_display.c, make
intel_bios.c handle the brokenness of the VBT.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210430223808.1078010-5-lucas.demarchi@intel.com
drivers/gpu/drm/i915/display/intel_bios.c
drivers/gpu/drm/i915/display/intel_display.c