✓ CI.checkpatch: success for drm/i915 & drm/xe: allocate struct intel_display dynamically (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Fri May 23 08:51:10 UTC 2025
== Series Details ==
Series: drm/i915 & drm/xe: allocate struct intel_display dynamically (rev3)
URL : https://patchwork.freedesktop.org/series/149318/
State : success
== 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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 468ed8f480d0ef231442b2bc19febc785e8db37d
Author: Jani Nikula <jani.nikula at intel.com>
Date: Thu May 22 12:48:44 2025 +0300
drm/xe: stop including intel_display_{core, device}.h from xe_device_types.h
Make xe->display pointer opaque to most of core xe driver. A few places
now need explicit include of intel_display_core.h.
With this dependency broken, changes in display should cause radically
less recompilation of xe.
Acked-by: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch dad3dc322768427e2ecb1a887cb3b710f8bc6848 drm-intel
30a2e5a1c123 drm/i915/display: allocate struct intel_display dynamically
b8fa39082878 drm/i915: stop including display/intel_display_{core, limits}.h from i915_drv.h
468ed8f480d0 drm/xe: stop including intel_display_{core, device}.h from xe_device_types.h
More information about the Intel-xe
mailing list