Re: linux-next: Tree for Feb 26 (drivers/gpu/drm/xe)

From: Randy Dunlap
Date: Mon Feb 26 2024 - 20:04:14 EST




On 2/25/24 22:55, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20240223:
>

on powerpc32 or i386:

./drivers/gpu/drm/xe/xe_ggtt.c: In function 'xe_ggtt_set_pte':
./drivers/gpu/drm/xe/xe_ggtt.c:78:9: error: implicit declaration of function 'writeq'; did you mean 'writel'? [-Werror=implicit-function-declaration]
78 | writeq(pte, &ggtt->gsm[addr >> XE_PTE_SHIFT]);
| ^~~~~~
| writel


--
#Randy