drm/i915/adl_p: Also disable underrun recovery with MSO
authorMatt Roper <matthew.d.roper@intel.com>
Mon, 16 Aug 2021 20:41:12 +0000 (13:41 -0700)
committerJani Nikula <jani.nikula@intel.com>
Tue, 24 Aug 2021 14:22:57 +0000 (17:22 +0300)
commit3070d934a0b870575ce37da671dfdc969b153412
tree8a6c05e94d38ceee0446a0487eae7bf7aab2d0de
parent37bf34e10ccf71667af5f89a645289796d2c92f4
drm/i915/adl_p: Also disable underrun recovery with MSO

One of the cases that the bspec lists for when underrun recovery must be
disabled is "COG;" that note actually refers to eDP multi-segmented
operation (MSO).  Let's ensure the this additional restriction is
honored by the driver.

Bspec: 50351
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Fixes: ba3b049f4774 ("drm/i915/adl_p: Allow underrun recovery when possible")
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210816204112.2960624-1-matthew.d.roper@intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
(cherry picked from commit c00e14cd4d3fbc5469d6e367371f9e4786a08c03)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_display.c