✓ CI.checkpatch: success for drm/xe: Do not include current dir for generated/xe_wa_oob.h
Patchwork
patchwork at emeril.freedesktop.org
Wed Feb 21 08:42:17 UTC 2024
== Series Details ==
Series: drm/xe: Do not include current dir for generated/xe_wa_oob.h
URL : https://patchwork.freedesktop.org/series/130179/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8668695e5d887e3d3e6d8298f97b7e4f6c2ac931
Author: Dafna Hirschfeld <dhirschfeld at habana.ai>
Date: Wed Feb 21 10:36:22 2024 +0200
drm/xe: Do not include current dir for generated/xe_wa_oob.h
The generated file 'generated/xe_wa_oob.h' is included using:
"generated/xe_wa_oob.h"
which first look inside the source code. But the file resides
in the build directory and should therefore be included using:
<generated/xe_wa_oob.h>
Signed-off-by: Dafna Hirschfeld <dhirschfeld at habana.ai>
Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch b895612a4da69e73804cd5fc2dedfa44fda1da99 drm-intel
8668695e5d88 drm/xe: Do not include current dir for generated/xe_wa_oob.h
More information about the Intel-xe
mailing list