Skip to content

Commit d08184a

Browse files
committed
drm/i915: Enable per-lane DP drive settings for bxt/glk
Now the bxt/glk PHY code is ready for per-lane drive settings so enable it. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240412175818.29217-9-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
1 parent aeda5f4 commit d08184a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/i915/display/intel_dp_link_training.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ static bool has_per_lane_signal_levels(struct intel_dp *intel_dp,
334334
struct drm_i915_private *i915 = dp_to_i915(intel_dp);
335335

336336
return !intel_dp_phy_is_downstream_of_source(intel_dp, dp_phy) ||
337-
DISPLAY_VER(i915) >= 11;
337+
DISPLAY_VER(i915) >= 10 || IS_BROXTON(i915);
338338
}
339339

340340
/* 128b/132b */

0 commit comments

Comments
 (0)