== Series Details == Series: drm/i915: break intel_display_types.h dependency on i915_drv.h (rev2) URL : https://patchwork.freedesktop.org/series/97173/ State : warning == Summary == $ dim checkpatch origin/drm-tip e378d10ac676 drm/i915/display: add intel_crtc_wait_for_next_vblank() and use it fe65a94cc935 drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe() -:294: WARNING:TABSTOP: Statements should start on a tabstop #294: FILE: drivers/gpu/drm/i915/i915_trace.h:112: + struct intel_crtc *crtc = intel_crtc_for_pipe(dev_priv, pipe); -:303: WARNING:TABSTOP: Statements should start on a tabstop #303: FILE: drivers/gpu/drm/i915/i915_trace.h:135: + struct intel_crtc *crtc = intel_crtc_for_pipe(dev_priv, pipe); total: 0 errors, 2 warnings, 0 checks, 252 lines checked 3a537873f52a drm/i915/crtc: rename intel_get_crtc_for_plane() to intel_crtc_for_plane() 020f325604a5 drm/i915/display: remove intel_wait_for_vblank() 2e66240a65d1 drm/i915/crtc: un-inline some crtc functions and move to intel_crtc.[ch] 0b58bbeef964 drm/i915/fb: move intel_fb_uses_dpt to intel_fb.c and un-inline 9e846bc528ce 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 be3ee6847fa0 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 48cc6caf924d drm/i915/display: convert dp_to_i915() to a macro c81d16843e49 drm/i915/display: stop including i915_drv.h from intel_display_types.h