✗ CI.checkpatch: warning for drm/{i915, xe}/disp lay: add core workaround query to display parent interface (r ev2)
Patchwork <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178526100817.232489.1038569230120272985@6beec6c84f66> |
== Series Details ==
Series: drm/{i915, xe}/display: add core workaround query to display parent interface (rev2)
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 aefd2bb061c1149f0b603628496b2f88c6c13b71
Author: Jani Nikula <[email protected]>
Date: Tue Jul 28 20:02:56 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
Signed-off-by: Jani Nikula <[email protected]>
+ /mt/dim checkpatch 231ba00442a06ee877bfed4765c0b1b48bebbf78 drm-intel
aefd2bb061c1 drm/{i915, xe}/display: add core workaround query to display parent interface
-:112: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#112:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 98 lines checked