OSDN Git Service

drm/i915/dsi: fix dual-link DSI backlight and CABC ports for display 11+
authorJani Nikula <jani.nikula@intel.com>
Tue, 16 Aug 2022 15:37:21 +0000 (18:37 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 18 Aug 2022 10:10:45 +0000 (13:10 +0300)
commitab55165d73a444606af1530cd0d6448b04370f68
treec30fae30bbf4cd896d7a34e4f9fac1ad91d956ea
parentf4a6c7a454a6e71c5ccf25af82694213a9784013
drm/i915/dsi: fix dual-link DSI backlight and CABC ports for display 11+

The VBT dual-link DSI backlight and CABC still use ports A and C, both
in Bspec and code, while display 11+ DSI only supports ports A and
B. Assume port C actually means port B for display 11+ when parsing VBT.

Bspec: 20154
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/6476
Cc: stable@vger.kernel.org
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/8c462718bcc7b36a83e09d0a5eef058b6bc8b1a2.1660664162.git.jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_bios.c