✓ CI.checkpatch: success for drm/i915/dp: Correct max compressed bpp bounds by using link bpp
Patchwork
patchwork at emeril.freedesktop.org
Thu Jan 16 10:12:02 UTC 2025
== Series Details ==
Series: drm/i915/dp: Correct max compressed bpp bounds by using link bpp
URL : https://patchwork.freedesktop.org/series/143596/
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 21e936897f01d16e22d3e56ea4c1bbea22ed9d51
Author: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Date: Thu Jan 16 15:24:16 2025 +0530
drm/i915/dp: Correct max compressed bpp bounds by using link bpp
While setting the bounds for compressed bpp we ensure that the
compressed bpp is less than the pipe bpp.
This gives an issue with 420 output format where effective link bpp is
half that of the pipe bpp. Therefore instead of pipe bpp use link bpp to
set the bounds for the compressed bpp.
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
+ /mt/dim checkpatch 4840e56bcc47f3af6bbc58bcc83b094540e5efa0 drm-intel
21e936897f01 drm/i915/dp: Correct max compressed bpp bounds by using link bpp
More information about the Intel-xe
mailing list