]> git.dujemihanovic.xyz Git - linux.git/commit
drm/i915/mso: using joiner is not possible with eDP MSO
authorJani Nikula <jani.nikula@intel.com>
Fri, 14 Jun 2024 14:23:11 +0000 (17:23 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 17 Jun 2024 09:01:01 +0000 (12:01 +0300)
commit49cc17967be95d64606d5684416ee51eec35e84a
treef49a34221969de81740577ae3710373280928714
parent6ba59ff4227927d3a8530fc2973b80e94b54d58f
drm/i915/mso: using joiner is not possible with eDP MSO

It's not possible to use the joiner at the same time with eDP MSO. When
a panel needs MSO, it's not optional, so MSO trumps joiner.

v3: Only change intel_dp_has_joiner(), leave debugfs alone (Ville)

Fixes: bc71194e8897 ("drm/i915/edp: enable eDP MSO during link training")
Cc: <stable@vger.kernel.org> # v5.13+
Cc: Ville Syrjala <ville.syrjala@linux.intel.com>
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1668
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240614142311.589089-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
(cherry picked from commit 8b5a92ca24eb96bb71e2a55e352687487d87687f)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dp.c