✗ CI.checkpatch: warning for Introduce drm sharpness property (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 14 15:56:26 UTC 2025
== Series Details ==
Series: Introduce drm sharpness property (rev6)
URL : https://patchwork.freedesktop.org/series/139954/
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 b2fa3d4255555e38d686795eae4eec0fc7c090f7
Author: Nemesa Garg <nemesa.garg at intel.com>
Date: Fri Feb 14 20:41:32 2025 +0530
drm/i915/display: Load the lut values and enable sharpness
Load the lut values during pipe enable.
v2: Add the display version check
v3: Fix build issue
v4: Rebase
v5: Add HAS_CASF macro. [Ankit]
Add scaler_id check while reading state. [Ankit]
Signed-off-by: Nemesa Garg <nemesa.garg at intel.com>
Reviewed-by: Naga Venkata Srikanth V <nagavenkata.srikanth.v at intel.com>
+ /mt/dim checkpatch 371df966fcc8fbfb21725c2e5eb32b5c1eb12b36 drm-intel
75f2c8bb8c7d drm: Introduce sharpness strength property
cba4078241b8 drm/i915/display: Compute the scaler filter coefficients
-:38: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#38:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 235 lines checked
7517b6b3fee9 drm/i915/display: Enable the second scaler
-:64: CHECK:MULTIPLE_ASSIGNMENTS: multiple assignments should be avoided
#64: FILE: drivers/gpu/drm/i915/display/skl_scaler.c:744:
+ x = y = 0;
total: 0 errors, 0 warnings, 1 checks, 71 lines checked
f71b90439e68 drm/i915/display: Configure the second scaler for sharpness
3e47003d067b drm/i915/display: Add registers and compute the strength
b2fa3d425555 drm/i915/display: Load the lut values and enable sharpness
More information about the Intel-xe
mailing list