✗ CI.checkpatch: warning for drm/i915: reduce display dependencies on core

Patchwork patchwork at emeril.freedesktop.org
Mon Feb 24 23:19:46 UTC 2025


== Series Details ==

Series: drm/i915: reduce display dependencies on core
URL   : https://patchwork.freedesktop.org/series/145340/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a08b0f03fc094319c65f86503b9e08f375bc7c47
Author: Jani Nikula <jani.nikula at intel.com>
Date:   Mon Feb 24 18:00:49 2025 +0200

    drm/i915: split out i915_gtt_view_types.h from i915_vma_types.h
    
    In the interest of limiting the display dependencies on i915 core
    headers, split out i915_gtt_view_types.h from i915_vma_types.h, and only
    include the new header from intel_display_types.h.
    
    Reuse the new header from xe compat code too, failing build if partial
    view is used in display code.
    
    Side note: Why would we ever have set enum i915_gtt_view_type values to
    size of each type?! What an insane hack.
    
    Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 0bd853a9790bbe9c4ccf3bf2c521958d1df41d54 drm-intel
55542eeb556e drm/i915: relocate intel_plane_ggtt_offset() to intel_atomic_plane.c
a08b0f03fc09 drm/i915: split out i915_gtt_view_types.h from i915_vma_types.h
-:33: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#33: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 144 lines checked




More information about the Intel-xe mailing list