✓ CI.checkpatch: success for drm: Fix DSC BPP increment decoding
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 12 18:03:49 UTC 2025
== Series Details ==
Series: drm: Fix DSC BPP increment decoding
URL : https://patchwork.freedesktop.org/series/144742/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7be1c13470aa7def0a7404a6927566a7e301f350
Author: Imre Deak <imre.deak at intel.com>
Date: Wed Feb 12 18:18:51 2025 +0200
drm: Fix DSC BPP increment decoding
Starting with DPCD version 2.0 bits 6:3 of the DP_DSC_BITS_PER_PIXEL_INC
DPCD register contains the NativeYCbCr422_MAX_bpp_DELTA field, which can
be non-zero as opposed to earlier DPCD versions, hence decoding the
bit_per_pixel increment value at bits 2:0 in the same register requires
applying a mask, do so.
Cc: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Fixes: 0c2287c96521 ("drm/display/dp: Add helper function to get DSC bpp precision")
Signed-off-by: Imre Deak <imre.deak at intel.com>
Reviewed-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch b9696aa14a67620661572e94f4141df2a4b6b5cd drm-intel
7be1c13470aa drm: Fix DSC BPP increment decoding
More information about the Intel-xe
mailing list