✗ CI.checkpatch: warning for drm/i915/dmc: PIPEDMC stuff
Patchwork
patchwork at emeril.freedesktop.org
Mon May 12 10:42:01 UTC 2025
== Series Details ==
Series: drm/i915/dmc: PIPEDMC stuff
URL : https://patchwork.freedesktop.org/series/148873/
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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 87bcc08485f981df6a6dd4720ca1f4450672d8d3
Author: Ville Syrjälä <ville.syrjala at linux.intel.com>
Date: Mon May 12 13:33:58 2025 +0300
drm/i915/dmc: Introduce dmc_configure_event()
Instead of hardcoding the event handler indices (for runtime
event handler enable/disable) we can simply look for the handler
with the appropriate event type. This isolates us from the firmware
details a bit better.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
+ /mt/dim checkpatch 821d4254ecd4bf2182c3871c6612202470a6340f drm-intel
47afc85d3117 drm/i915: Drop PIPEDMC faults from the fault mask on LNL+
89e49749dc59 drm/i915: Hook up PIPEDMC interrupts
-:107: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#107: FILE: drivers/gpu/drm/i915/display/intel_dmc.c:512:
+ intel_de_write(display, PIPEDMC_INTERRUPT_MASK(pipe), ~pipedmc_interrupt_mask(display));
-:182: WARNING:LONG_LINE: line length of 130 exceeds 100 columns
#182: FILE: drivers/gpu/drm/i915/display/intel_dmc_regs.h:38:
+#define PIPEDMC_INT_VECTOR_FLIPQ_PROG_DONE REG_FIELD_PREP(PIPEDMC_INT_VECTOR_MASK, 0xff) /* Wa_16018781658:lnl[a0] */
-:187: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#187: FILE: drivers/gpu/drm/i915/display/intel_dmc_regs.h:43:
+#define PIPEDMC_INTERRUPT(pipe) _MMIO_PIPE((pipe), _PIPEDMC_INTERRUPT_A, _PIPEDMC_INTERRUPT_B)
-:190: WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#190: FILE: drivers/gpu/drm/i915/display/intel_dmc_regs.h:46:
+#define PIPEDMC_INTERRUPT_MASK(pipe) _MMIO_PIPE((pipe), _PIPEDMC_INTERRUPT_MASK_A, _PIPEDMC_INTERRUPT_MASK_B)
total: 0 errors, 4 warnings, 0 checks, 156 lines checked
84af374bd0c7 drm/i915/dmc: Define all DMC event IDs
c16189d6873f drm/i915/dmc: Extract dmc_evt_ctl_disable()
e877477c0a53 drm/o915/dmc: Relocate is_dmc_evt_{ctl,htp}_reg()
5e5c3e421843 drm/i915/dmc: Extract is_event_handler()
87bcc08485f9 drm/i915/dmc: Introduce dmc_configure_event()
More information about the Intel-xe
mailing list