✓ CI.checkpatch: success for drm/i915/dp: Return early if dsc is required but not supported
Patchwork
patchwork at emeril.freedesktop.org
Fri Jan 3 04:30:50 UTC 2025
== Series Details ==
Series: drm/i915/dp: Return early if dsc is required but not supported
URL : https://patchwork.freedesktop.org/series/143076/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4ccf0579a95fc03a50564fe116ba26807771ac3d
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date: Fri Jan 3 08:44:24 2025 +0530
drm/i915/dp: Return early if dsc is required but not supported
Currently, when bandwidth is insufficient for a given mode, we attempt
to use DSC. This is indicated by a debug print, followed by a check for
DSC support.
The debug message states that we are trying DSC, but DSC might not be
supported, which can give an incorrect picture in the logs if we bail
out later.
Correct the order for both DP and DP MST to:
- Check if DSC is required and supported, and return early if DSC is
not supported.
- Print a debug message to indicate that DSC will be tried next.
Suggested-by: Jani Nikula <jani.nikula at linux.intel.com>
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch 048d83e7f9dae81c058d31c371634c1c317b3013 drm-intel
4ccf0579a95f drm/i915/dp: Return early if dsc is required but not supported
More information about the Intel-xe
mailing list