diff options
author | 2025-03-16 12:02:46 +1100 | |
---|---|---|
committer | 2025-03-16 12:02:46 +1100 | |
commit | ff443fb402e95f5095dde3c64f7c3249d7c6f993 (patch) | |
tree | fac700d27838ff41a7308dc217551253a1e2b0df /drivers/gpu/drm/i915/display/intel_dp_mst.c | |
parent | scsi: cxlflash: Remove driver (diff) | |
parent | cxl: Fix cross-reference in documentation and add deprecation warning (diff) | |
download | wireguard-linux-ff443fb402e95f5095dde3c64f7c3249d7c6f993.tar.xz wireguard-linux-ff443fb402e95f5095dde3c64f7c3249d7c6f993.zip |
Merge branch 'fixes' into topic/cxl
Merge our fixes branch to bring in the changes to the CXL documentation that
the CXL removal patch depends on.
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_dp_mst.c')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_dp_mst.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_dp_mst.c b/drivers/gpu/drm/i915/display/intel_dp_mst.c index 0c44fc7dd86c..a65cf97ad12d 100644 --- a/drivers/gpu/drm/i915/display/intel_dp_mst.c +++ b/drivers/gpu/drm/i915/display/intel_dp_mst.c @@ -341,6 +341,10 @@ int intel_dp_mtp_tu_compute_config(struct intel_dp *intel_dp, break; } + + /* Allow using zero step to indicate one try */ + if (!step) + break; } if (slots < 0) { |