✗ CI.checkpatch: warning for VRAM Self Refresh (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Apr 1 15:42:23 UTC 2025
== Series Details ==
Series: VRAM Self Refresh (rev2)
URL : https://patchwork.freedesktop.org/series/145342/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ab1c592bbcdc021074954cf236dd2fa24641fb41
Author: Badal Nilawar <badal.nilawar at intel.com>
Date: Tue Apr 1 21:02:25 2025 +0530
drm/xe/vrsr: Introduce a debugfs node named vrsr_capable
Add a debugfs node named vrsr_capable to check if the device supports
VRSR
Signed-off-by: Badal Nilawar <badal.nilawar at intel.com>
+ /mt/dim checkpatch 075a54ae88695f050fb8baef7e98dee9dfd489df drm-intel
16a13737be22 PCI/ACPI: Add D3cold Aux Power Limit_DSM method
617cc8039d32 PCI/ACPI: Add PERST# Assertion Delay _DSM method
-:64: WARNING:MISSING_SPACE: break quoted strings at a space character
#64: FILE: drivers/pci/pci-acpi.c:1547:
+ "PERST# Assertion Delay request failed"
+ "Previous valid delay: %u microseconds\n", result);
total: 0 errors, 1 warnings, 0 checks, 84 lines checked
f5c35285f625 PCI/ACPI: Add aux power grant notifier
4822e43abc6d drm/xe/vrsr: Introduce flag has_vrsr
423e85554df1 drm/xe/vrsr: Detect VRSR Capability
52417d71d2a1 drm/xe/vrsr: Initialize VRSR feature
-:74: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#74: FILE: drivers/gpu/drm/xe/xe_pm.c:280:
+ ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_D3_VRAM_SELF_REFRESH,
+ PCODE_D3_VRSR_SC_AUX_PL_AND_PERST_DELAY, 0),
-:140: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#140: FILE: drivers/gpu/drm/xe/xe_pm.c:346:
+ ret = xe_pcode_write(root_tile, PCODE_MBOX(PCODE_D3_VRAM_SELF_REFRESH,
+ PCODE_D3_VRSR_SC_ENABLE, 0), uval);
-:143: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#143: FILE: drivers/gpu/drm/xe/xe_pm.c:349:
+ ret = xe_pcode_write(root_tile, PCODE_MBOX(PCODE_D3_VRAM_SELF_REFRESH,
+ PCODE_D3_VRSR_SC_DISABLE, 0), uval);
total: 0 errors, 0 warnings, 3 checks, 136 lines checked
203aff741da0 drm/xe/vrsr: Enable VRSR on default VGA boot device
656e063b1c66 drm/xe: Add PCIe ACPI Aux Power notifier
d32bae784227 drm/xe/vrsr: Refactor d3cold.allowed to a enum
ae4578e9578f drm/xe/pm: D3Cold target state
eeee16a5db81 drm/xe/vrsr: Enable VRSR
ab1c592bbcdc drm/xe/vrsr: Introduce a debugfs node named vrsr_capable
-:20: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#20: FILE: drivers/gpu/drm/xe/xe_debugfs.c:195:
+static ssize_t vrsr_capable_show(struct file *f, char __user *ubuf,
+ size_t size, loff_t *pos)
total: 0 errors, 0 warnings, 1 checks, 32 lines checked
More information about the Intel-xe
mailing list