✗ CI.checkpatch: warning for drm/i915/xe3lpd: Prune modes for YUV420

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 20 09:31:47 UTC 2025


== Series Details ==

Series: drm/i915/xe3lpd: Prune modes for YUV420
URL   : https://patchwork.freedesktop.org/series/150549/
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
f8ff75ae1d2127635239b134695774ed4045d05b
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e5aa00270403d0d429c7a8092be1ab5f10a692a4
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date:   Fri Jun 20 14:55:34 2025 +0530

    drm/i915/xe3lpd: Prune modes for YUV420
    
    We only support resolution up to 4k for single pipe when using
    YUV420 format so we prune these modes and restrict the plane size
    at src. This is because pipe scaling will not support YUV420 scaling
    for hwidth > 4096.
    
    --v2
    -Use output format to check [Ville]
    -Add Bspec references
    -Modify commit messge to point to why this is needed
    
    --v3
    -Use a function skl_scaler_mode_valid which is routed throug
    intel_pfit_mode_valid [Ville]
    -Combine the check conditons [Jonathan]
    
    --v4
    -mode_valid functions should return drm_mode_status [Jani]
    
    Bspec: 49247, 50441
    Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
    Reviewed-by: Jonathan Cavitt <jonathan.cavitt at intel.com> #v2
+ /mt/dim checkpatch 1b4be188ae14a43b901f3005075fab3a22f77968 drm-intel
e5aa00270403 drm/i915/xe3lpd: Prune modes for YUV420
-:194: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#194: FILE: drivers/gpu/drm/i915/display/skl_scaler.h:43:
+skl_scaler_mode_valid(struct intel_display *display,
+		     const struct drm_display_mode *mode,

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




More information about the Intel-xe mailing list