drm/i915/bios: gracefully disable dual eDP for now
authorJani Nikula <jani.nikula@intel.com>
Tue, 5 Oct 2021 17:56:36 +0000 (20:56 +0300)
committerJani Nikula <jani.nikula@intel.com>
Thu, 14 Oct 2021 13:29:26 +0000 (16:29 +0300)
commit05734ca2a8f76c9eb3890b3c9dfc3467f03105c1
treeb4f4ec89b35ebf08fb0f234ab114a34291ff4d94
parent1eecf31e3c962aabc1e9c5a469cfa2d161e5254d
drm/i915/bios: gracefully disable dual eDP for now

For the time being, neither the power sequencer nor the backlight code
properly support two eDP panels simultaneously. While the software
states will be independent, the same sets of registers will be used for
both eDP panels, clobbering the hardware state and leading to errors.

Gracefully disable dual eDP until proper support has been added.

Cc: José Roberto de Souza <jose.souza@intel.com>
Cc: Uma Shankar <uma.shankar@intel.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Swati Sharma <swati2.sharma@intel.com>
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
Acked-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Tested-by: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20211005175636.24669-1-jani.nikula@intel.com
drivers/gpu/drm/i915/display/intel_bios.c