✗ CI.checkpatch: warning for drm/{i915, xe}/disp lay: add core workaround query to display parent interface (r ev3)
Patchwork <[email protected]> Mon, 03 Aug 2026 13:59:18 -0000
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178576555808.13963.12176659300405920683@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 5a0d3f1973d01c7fe4667c4fc209be270008d56a
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 f8d080b47819f01011c1b9c3c875badbb67ec955 drm-intel
5a0d3f1973d0 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