== Series Details == Series: drm/i915: drm_i915.h cleanup URL : https://patchwork.freedesktop.org/series/99979/ State : warning == Summary == $ dim checkpatch origin/drm-tip 2e49d59d1b68 drm/i915: split out i915_gem_internal.h from i915_drv.h -:50: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #50: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 286 lines checked 59b695819bdb drm/i915: remove leftover i915_gem_pm.h declarations from i915_drv.h 80fa6e91fdb3 drm/i915: split out gem/i915_gem_dmabuf.h from i915_drv.h -:25: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #25: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 62 lines checked d530ee1287c2 drm/i915: split out gem/i915_gem_create.h from i915_drv.h -:25: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #25: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 41 lines checked 08e14a541597 drm/i915: split out gem/i915_gem_domain.h from i915_drv.h -:64: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #64: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 60 lines checked 615db0e2922f drm/i915: move i915_cache_level_str() static in i915_debugfs.c -:47: ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #47: FILE: drivers/gpu/drm/i915/i915_debugfs.c:144: + case I915_CACHE_LLC: return HAS_LLC(i915) ? " LLC" : " snooped"; total: 1 errors, 0 warnings, 0 checks, 42 lines checked abc075a2bd16 drm/i915: move i915_gem_vm_lookup() where it's used -:22: CHECK:LINE_SPACING: Please don't use multiple blank lines #22: FILE: drivers/gpu/drm/i915/gem/i915_gem_context.c:346: + total: 0 errors, 0 warnings, 1 checks, 41 lines checked 88223875cb87 drm/i915: move i915_reset_count()/i915_reset_engine_count() out of i915_drv.h 7ae42d3f0003 drm/i915: split out i915_file_private.h from i915_drv.h -:209: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #209: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 279 lines checked 7130b228f332 drm/i915: don't include drm_cache.h in i915_drv.h 77dc444c0e4e drm/i915: include shmem_fs.h only where needed f23b4aa08e52 drm/i915: include some drm headers only where needed 93ece4d15229 drm/i915: axe lots of unnecessary includes from i915_drv.h 87ebd22e9262 drm/i915: fix drm_i915.h include grouping and sorting