Re: [Freedreno] [PATCH] drm/msm/a6xx: add QMP dependency

2023-12-03 Thread Dmitry Baryshkov
On Mon, 16 Oct 2023 22:04:03 +0200, Arnd Bergmann wrote: > When QMP is in a loadable module, the A6xx GPU driver fails to link > as built-in: > > x86_64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gmu.o: in function > `a6xx_gmu_resume': > a6xx_gmu.c:(.text+0xd62): undefined reference to `qmp_send

Re: [Freedreno] [PATCH] drm/msm/a6xx: add QMP dependency

2023-12-01 Thread Dmitry Baryshkov
On 16/10/2023 23:04, Arnd Bergmann wrote: From: Arnd Bergmann When QMP is in a loadable module, the A6xx GPU driver fails to link as built-in: x86_64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gmu.o: in function `a6xx_gmu_resume': a6xx_gmu.c:(.text+0xd62): undefined reference to `qmp_send' Ad

Re: [Freedreno] [PATCH] drm/msm/a6xx: add QMP dependency

2023-10-17 Thread Konrad Dybcio
On 10/16/23 22:04, Arnd Bergmann wrote: From: Arnd Bergmann When QMP is in a loadable module, the A6xx GPU driver fails to link as built-in: x86_64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gmu.o: in function `a6xx_gmu_resume': a6xx_gmu.c:(.text+0xd62): undefined reference to `qmp_send' A

[Freedreno] [PATCH] drm/msm/a6xx: add QMP dependency

2023-10-16 Thread Arnd Bergmann
From: Arnd Bergmann When QMP is in a loadable module, the A6xx GPU driver fails to link as built-in: x86_64-linux-ld: drivers/gpu/drm/msm/adreno/a6xx_gmu.o: in function `a6xx_gmu_resume': a6xx_gmu.c:(.text+0xd62): undefined reference to `qmp_send' Add the usual dependency that still allows com