This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: chips-media: wave5: Requires GENERIC_ALLOCATOR
Author:  Randy Dunlap <rdun...@infradead.org>
Date:    Wed Dec 6 12:48:36 2023 -0800

This driver uses the API that is provided by GENERIC_ALLOCATOR API, so
select it to prevent build errors:

riscv32-linux-ld: drivers/media/platform/chips-media/wave5/wave5-vpu.o: in 
function `.L37':
wave5-vpu.c:(.text+0x468): undefined reference to `of_gen_pool_get'
riscv32-linux-ld: drivers/media/platform/chips-media/wave5/wave5-vdi.o: in 
function `.L116':
wave5-vdi.c:(.text+0xaac): undefined reference to `gen_pool_dma_alloc'
riscv32-linux-ld: drivers/media/platform/chips-media/wave5/wave5-vdi.o: in 
function `wave5_vdi_free_sram':
wave5-vdi.c:(.text+0xb60): undefined reference to `gen_pool_free_owner'

Fixes: 9707a6254a8a ("media: chips-media: wave5: Add the v4l2 layer")
Signed-off-by: Randy Dunlap <rdun...@infradead.org>
Cc: Nas Chung <nas.ch...@chipsnmedia.com>
Cc: Jackson Lee <jackson....@chipsnmedia.com>
Cc: Hans Verkuil <hverkuil-ci...@xs4all.nl>
Cc: Mauro Carvalho Chehab <mche...@kernel.org>
Cc: linux-me...@vger.kernel.org
Signed-off-by: Sebastian Fricke <sebastian.fri...@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 drivers/media/platform/chips-media/wave5/Kconfig | 1 +
 1 file changed, 1 insertion(+)

---

diff --git a/drivers/media/platform/chips-media/wave5/Kconfig 
b/drivers/media/platform/chips-media/wave5/Kconfig
index 9ccc1f7e32f3..f1bcef5177bd 100644
--- a/drivers/media/platform/chips-media/wave5/Kconfig
+++ b/drivers/media/platform/chips-media/wave5/Kconfig
@@ -7,6 +7,7 @@ config VIDEO_WAVE_VPU
        select VIDEOBUF2_DMA_CONTIG
        select VIDEOBUF2_VMALLOC
        select V4L2_MEM2MEM_DEV
+       select GENERIC_ALLOCATOR
        help
          Chips&Media stateful encoder and decoder driver.
          The driver supports HEVC and H264 formats.

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to