Re: [PATCH] [v2] accel: fix CONFIG_DRM dependencies

2023-02-01 Thread Thomas Zimmermann
Am 31.01.23 um 10:20 schrieb Jacek Lawrynowicz: On 31.01.2023 09:53, Oded Gabbay wrote: On Sat, Jan 28, 2023 at 12:15 AM Arnd Bergmann wrote: From: Arnd Bergmann At the moment, accel drivers can be built-in even with CONFIG_DRM=m, but this causes a link failure: x86_64-linux-ld: drivers/

Re: [PATCH] [v2] accel: fix CONFIG_DRM dependencies

2023-01-31 Thread Jacek Lawrynowicz
On 31.01.2023 09:53, Oded Gabbay wrote: > On Sat, Jan 28, 2023 at 12:15 AM Arnd Bergmann wrote: >> >> From: Arnd Bergmann >> >> At the moment, accel drivers can be built-in even with CONFIG_DRM=m, >> but this causes a link failure: >> >> x86_64-linux-ld: drivers/accel/ivpu/ivpu_drv.o: in function

Re: [PATCH] [v2] accel: fix CONFIG_DRM dependencies

2023-01-31 Thread Oded Gabbay
On Sat, Jan 28, 2023 at 12:15 AM Arnd Bergmann wrote: > > From: Arnd Bergmann > > At the moment, accel drivers can be built-in even with CONFIG_DRM=m, > but this causes a link failure: > > x86_64-linux-ld: drivers/accel/ivpu/ivpu_drv.o: in function `ivpu_dev_init': > ivpu_drv.c:(.text+0x1535): un

Re: [PATCH] [v2] accel: fix CONFIG_DRM dependencies

2023-01-30 Thread Jeffrey Hugo
On 1/27/2023 3:14 PM, Arnd Bergmann wrote: From: Arnd Bergmann At the moment, accel drivers can be built-in even with CONFIG_DRM=m, but this causes a link failure: x86_64-linux-ld: drivers/accel/ivpu/ivpu_drv.o: in function `ivpu_dev_init': ivpu_drv.c:(.text+0x1535): undefined reference to `dr

Re: [PATCH] [v2] accel: fix CONFIG_DRM dependencies

2023-01-30 Thread Stanislaw Gruszka
On Fri, Jan 27, 2023 at 11:14:55PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > At the moment, accel drivers can be built-in even with CONFIG_DRM=m, > but this causes a link failure: > > x86_64-linux-ld: drivers/accel/ivpu/ivpu_drv.o: in function `ivpu_dev_init': > ivpu_drv.c:(.text+0x1

[PATCH] [v2] accel: fix CONFIG_DRM dependencies

2023-01-27 Thread Arnd Bergmann
From: Arnd Bergmann At the moment, accel drivers can be built-in even with CONFIG_DRM=m, but this causes a link failure: x86_64-linux-ld: drivers/accel/ivpu/ivpu_drv.o: in function `ivpu_dev_init': ivpu_drv.c:(.text+0x1535): undefined reference to `drmm_kmalloc' x86_64-linux-ld: ivpu_drv.c:(.tex