✗ Fi.CI.CHECKPATCH: warning for drm/i915: refactor VLV IOSF SB for display usage (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Mon May 12 18:05:48 UTC 2025
== Series Details ==
Series: drm/i915: refactor VLV IOSF SB for display usage (rev3)
URL : https://patchwork.freedesktop.org/series/148266/
State : warning
== Summary ==
Error: dim checkpatch failed
daa6ad2d9eb6 drm/i915: rename vlv_sideband*.[ch] to vlv_iosf_sb*.[ch]
-:240: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#240:
rename from drivers/gpu/drm/i915/vlv_sideband.c
total: 0 errors, 1 warnings, 0 checks, 207 lines checked
1cb5009eb2d8 drm/i915: add generic read/write functions for VLV IOSF SB
-:152: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#152: FILE: drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h:31:
+static inline u32 vlv_iosf_sb_read(struct drm_i915_private *i915, enum vlv_iosf_sb_unit unit, u32 addr)
-:152: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#152: FILE: drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h:31:
}
+static inline u32 vlv_iosf_sb_read(struct drm_i915_private *i915, enum vlv_iosf_sb_unit unit, u32 addr)
-:158: WARNING:LONG_LINE: line length of 113 exceeds 100 columns
#158: FILE: drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h:35:
+static inline int vlv_iosf_sb_write(struct drm_i915_private *i915, enum vlv_iosf_sb_unit unit, u32 addr, u32 val)
-:158: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#158: FILE: drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h:35:
}
+static inline int vlv_iosf_sb_write(struct drm_i915_private *i915, enum vlv_iosf_sb_unit unit, u32 addr, u32 val)
total: 0 errors, 2 warnings, 2 checks, 130 lines checked
a68c34963497 drm/i915: rewrite VLV IOSF SB unit specific read/write functions
3888a7c1e4df drm/i915: switch i915 core to generic VLV IOSF SB functions
283e6f02ac1e drm/i915: move VLV IOSF SB unit specific helpers under display
-:168: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#168:
new file mode 100644
-:313: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#313: FILE: drivers/gpu/drm/i915/display/vlv_sideband.h:90:
+}
+static inline void vlv_dpio_write(struct drm_i915_private *i915,
total: 0 errors, 1 warnings, 1 checks, 599 lines checked
ad56eca8f3df drm/i915: convert VLV IOSF SB interface to struct drm_device
-:1833: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#1833: FILE: drivers/gpu/drm/i915/display/vlv_sideband.h:90:
}
+static inline void vlv_dpio_write(struct drm_device *drm,
-:2258: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#2258: FILE: drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h:30:
}
+static inline u32 vlv_iosf_sb_read(struct drm_device *drm, enum vlv_iosf_sb_unit unit, u32 addr)
-:2263: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#2263: FILE: drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h:34:
+static inline int vlv_iosf_sb_write(struct drm_device *drm, enum vlv_iosf_sb_unit unit, u32 addr, u32 val)
-:2263: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#2263: FILE: drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h:34:
}
+static inline int vlv_iosf_sb_write(struct drm_device *drm, enum vlv_iosf_sb_unit unit, u32 addr, u32 val)
-:2268: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#2268: FILE: drivers/gpu/drm/xe/compat-i915-headers/vlv_iosf_sb.h:38:
}
+static inline void vlv_iosf_sb_put(struct drm_device *drm, unsigned long ports)
total: 0 errors, 1 warnings, 4 checks, 2084 lines checked
ee8bc5c01867 drm/i915: rename VLV IOSF SB ports parameter to unit_mask
d1af7bd75765 drm/i915: ensure correct VLV IOSF SB units have been get/put
More information about the Intel-gfx
mailing list