✗ CI.checkpatch: warning for drm/i915/dmc: PIPEDMC stuff (rev3)

Patchwork patchwork at emeril.freedesktop.org
Thu May 15 00:30:01 UTC 2025


== Series Details ==

Series: drm/i915/dmc: PIPEDMC stuff (rev3)
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 7f50275196419454a3d71921f4c80b0a051cb5e7
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>
    Reviewed-by: Luca Coelho <luciano.coelho at intel.com>
+ /mt/dim checkpatch 3d6670fab64cb00b5e6ed80d2517147db533faf1 drm-intel
1901df20fdab drm/i915: Drop PIPEDMC faults from the fault mask on LNL+
fd07d2e0d922 drm/i915: Hook up PIPEDMC interrupts
-:131: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#131: FILE: drivers/gpu/drm/i915/display/intel_dmc.c:515:
+		intel_de_write(display, PIPEDMC_INTERRUPT_MASK(pipe), ~pipedmc_interrupt_mask(display));

-:206: WARNING:LONG_LINE: line length of 130 exceeds 100 columns
#206: 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] */

-:211: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#211: FILE: drivers/gpu/drm/i915/display/intel_dmc_regs.h:43:
+#define PIPEDMC_INTERRUPT(pipe)		_MMIO_PIPE((pipe), _PIPEDMC_INTERRUPT_A, _PIPEDMC_INTERRUPT_B)

-:214: WARNING:LONG_LINE: line length of 112 exceeds 100 columns
#214: 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, 160 lines checked
25c34574bdaf drm/i915/dmc: Define all DMC event IDs
69fefb1a80b4 drm/i915/dmc: Extract dmc_evt_ctl_disable()
a4e1aa4da7bd drm/o915/dmc: Relocate is_dmc_evt_{ctl,htp}_reg()
d61139d0c01e drm/i915/dmc: Extract is_event_handler()
7f5027519641 drm/i915/dmc: Introduce dmc_configure_event()




More information about the Intel-xe mailing list