== Series Details == Series: drm/i915: break intel_display_types.h dependency on i915_drv.h URL : https://patchwork.freedesktop.org/series/97173/ State : warning == Summary == $ dim checkpatch origin/drm-tip 42a9e30e36a5 drm/i915/display: use drm_crtc_wait_one_vblank() directly when possible 35c9992782a8 drm/i915/display: remove intel_wait_for_vblank() fbbf6148f0ec drm/i915/crtc: un-inline some crtc functions and move to intel_crtc.[ch] 7a468e807402 drm/i915/fb: move intel_fb_uses_dpt to intel_fb.c and un-inline fe9d28ef63bd drm/i915: split out intel_pm_types.h -:106: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #106: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 159 lines checked 6cb1c6ad0212 drm/i915: move enum hpd_pin to intel_display.h -:41: CHECK:MACRO_ARG_REUSE: Macro argument reuse '__pin' - possible side-effects? #41: FILE: drivers/gpu/drm/i915/display/intel_display.h:370: +#define for_each_hpd_pin(__pin) \ + for ((__pin) = (HPD_NONE + 1); (__pin) < HPD_NUM_PINS; (__pin)++) total: 0 errors, 0 warnings, 1 checks, 60 lines checked 0239a6a2079b drm/i915/display: convert dp_to_i915() to a macro 795d433c3faa drm/i915/display: stop including i915_drv.h from intel_display_types.h