aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorGravatar Nathan Chancellor <nathan@kernel.org> 2024-04-10 11:16:11 -0700
committerGravatar Lucas De Marchi <lucas.demarchi@intel.com> 2024-04-10 12:19:37 -0700
commitac321eb46e850db5942e4d395b6a50385170d9c0 (patch)
treef60e0a8b22d7ff7e07bc1e6c8af8df44991c862c /drivers/base
parentdrm/xe/guc: Prefer GT oriented asserts in CTB code (diff)
downloadlinux-ac321eb46e850db5942e4d395b6a50385170d9c0.tar.gz
linux-ac321eb46e850db5942e4d395b6a50385170d9c0.tar.bz2
linux-ac321eb46e850db5942e4d395b6a50385170d9c0.zip
drm/xe: Add xe_guc_ads.c to uses_generated_oob
A recent change added a use of xe_wa_oob.h without adding the file that uses it to uses_generated_oob, which means xe_wa_oob.h does not get properly generated before attempting to build the object file: LINK resolve_btfids CC [M] drivers/gpu/drm/xe/xe_guc_ads.o drivers/gpu/drm/xe/xe_guc_ads.c:10:10: fatal error: generated/xe_wa_oob.h: No such file or directory 10 | #include <generated/xe_wa_oob.h> | ^~~~~~~~~~~~~~~~~~~~~~~ After adding '$(obj)/xe_guc_ads.o' to uses_generated_oob, xe_wa_oob.h is always generated before building the file, resulting in no errors: LINK resolve_btfids HOSTCC drivers/gpu/drm/xe/xe_gen_wa_oob GEN xe_wa_oob.c xe_wa_oob.h CC [M] drivers/gpu/drm/xe/xe_guc_ads.o Fixes: c151ff5c9053 ("drm/xe/lnl: Enable GuC Wa_14019882105") Signed-off-by: Nathan Chancellor <nathan@kernel.org> Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240410-drm-xe-fix-xe_guc_ads-using-xe_wa_oob-v1-1-441f2d8e5d83@kernel.org Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions