✗ CI.checkpatch: warning for drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 21 04:08:55 UTC 2025


== Series Details ==

Series: drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation
URL   : https://patchwork.freedesktop.org/series/145210/
State : warning

== 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 5efd05ceb65f14a18505ba2de539b933725cdd08
Author: Gareth Yu <gareth.yu at intel.com>
Date:   Fri Feb 21 12:14:01 2025 +0800

    drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation
    
    The condition change is because Gen 14 begins to support DSC 1.2
    and need to check if the sink supports DSC1.2
    
    Closes: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13719
    
    Cc: Suraj Kandpal <suraj.kandpal at intel.com>
    Cc: Juha-Pekka Heikkil <juha-pekka.heikkila at intel.com>
    Signed-off-by: Gareth Yu <gareth.yu at intel.com>
+ /mt/dim checkpatch 773b5639a9ff0a33feccb29de7f2d852c6d7f221 drm-intel
5efd05ceb65f drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation
-:25: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'vdsc_cfg->dsc_version_minor >= 2'
#25: FILE: drivers/gpu/drm/i915/display/intel_vdsc.c:323:
+	if ((DISPLAY_VER(dev_priv) >= 14) && (vdsc_cfg->dsc_version_minor >= 2)) {

total: 0 errors, 0 warnings, 1 checks, 8 lines checked




More information about the Intel-xe mailing list