✗ CI.checkpatch: warning for drm/{i915, xe}/disp lay: add core workaround query to display parent interface (r ev3)
Patchwork <[email protected]> Tue, 04 Aug 2026 11:45:19 -0000
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178584391989.17168.16284169843332769339@61270ab9df2a> |
== Series Details ==
Series: drm/{i915, xe}/display: add core workaround query to display parent interface (rev3)
URL : https://patchwork.freedesktop.org/series/171199/
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
061140b9bc586ae7f40abc1249c97e1cc72d1b9d
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 11159c74a8e3ae1052a625fd6e9f9e358bfa40ae
Author: Jani Nikula <[email protected]>
Date: Mon Aug 3 14:54:17 2026 +0300
drm/{i915, xe}/display: add core workaround query to display parent interface
There are workarounds display needs to apply depending on information
only available to the core driver. Add a display parent interface for
the query. For starters, there's only one workaround like this, so keep
it simple instead of over-engineering.
This lets us drop an #ifdef I915 as well as xe dependency on some
display headers.
v2: git add xe_display_wa.h
v3: Add a comments about usage (Suraj)
Reviewed-by: Suraj Kandpal <[email protected]>
Signed-off-by: Jani Nikula <[email protected]>
+ /mt/dim checkpatch 11c46820ac5b8e1451b8d0c0b82d2b9b0b0f9e1e drm-intel
11159c74a8e3 drm/{i915, xe}/display: add core workaround query to display parent interface
-:116: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#116:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 102 lines checked