✓ CI.checkpatch: success for drm/i915 & drm/xe: prep work towards opaque struct intel_display
Patchwork
patchwork at emeril.freedesktop.org
Fri May 16 13:19:22 UTC 2025
== Series Details ==
Series: drm/i915 & drm/xe: prep work towards opaque struct intel_display
URL : https://patchwork.freedesktop.org/series/149113/
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 1a0dd4524b306ba90d587c2c579f612110345ddf
Author: Jani Nikula <jani.nikula at intel.com>
Date: Fri May 16 15:17:00 2025 +0300
drm/xe/display: use xe->display to decide whether to do anything
Since we only initialize xe->display when xe->info.probe_display, we can
use !xe->display to bail out early. This seems cleaner and more accurate
than relying on xe->info.probe_display, since xe->display may indeed be
NULL.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 6d2dd85ba4eb3df89dc816c03b5bf81a470865b2 drm-intel
2ae12a3e3ce0 drm/i915/display: Add check for alloc_ordered_workqueue() and alloc_workqueue()
a3eb99cb829b drm/xe/display: Add check for alloc_ordered_workqueue()
5fc66d16a706 drm/xe/display: drop duplicate display->fb_tracking.lock init
ff99a48c01d3 drm/i915/display: move hotplug.dp_wq init from xe and i915 to display
2a088cc55aa8 drm/xe/display: move xe->display initialization to xe_display_probe()
aeb6a58439cd drm/xe/display: add notes about how early a few functions can be called
1a0dd4524b30 drm/xe/display: use xe->display to decide whether to do anything
More information about the Intel-xe
mailing list