✓ CI.checkpatch: success for drm/xe: Generate oob before compiling anything (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 8 22:09:21 UTC 2024
== Series Details ==
Series: drm/xe: Generate oob before compiling anything (rev2)
URL : https://patchwork.freedesktop.org/series/132331/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 330a23209e5523eea49d5bae1cfa9e302e6f646b
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date: Mon Jul 8 14:29:06 2024 -0700
drm/xe: Generate oob before compiling anything
Instead of keep adding more dependencies as WAs are needed in different
places of the driver, just add a rule with all the objects so the code
generation happens before anything else.
While at it, group lines related to wa_oob in the Makefile.
v2: Prefix $(obj) when declaring dependency
Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 46846337d6d2d8a759af3559141909e92e174add drm-intel
330a23209e55 drm/xe: Generate oob before compiling anything
More information about the Intel-xe
mailing list