android_kernel_xiaomi_sm8450/drivers/media/platform/mtk-vcodec
Arnd Bergmann 6c5a15622e media: mediatek: vcodec: avoid -Wcast-function-type-strict warning
[ Upstream commit bfb1b99802ef16045402deb855c197591dc78886 ]

The ipi handler here tries hard to maintain const-ness of its argument,
but by doing that causes a warning about function type casts:

drivers/media/platform/mediatek/vcodec/common/mtk_vcodec_fw_vpu.c:38:32: error: cast from 'mtk_vcodec_ipi_handler' (aka 'void (*)(void *, unsigned int, void *)') to 'ipi_handler_t' (aka 'void (*)(const void *, unsigned int, void *)') converts to incompatible function type [-Werror,-Wcast-function-type-strict]
   38 |         ipi_handler_t handler_const = (ipi_handler_t)handler;
      |                                       ^~~~~~~~~~~~~~~~~~~~~~

Remove the hack and just use a non-const argument.

Fixes: bf1d556ad4 ("media: mtk-vcodec: abstract firmware interface")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-26 18:21:59 -04:00
..
vdec media: mediatek: vcodec: Return NULL if no vdec_fb is found 2023-09-19 12:20:17 +02:00
venc
Makefile
mtk_vcodec_dec_drv.c media: mtk-vcodec: fix PM runtime get logic 2021-07-14 16:55:49 +02:00
mtk_vcodec_dec_pm.c media: mtk-vcodec: fix PM runtime get logic 2021-07-14 16:55:49 +02:00
mtk_vcodec_dec_pm.h media: mtk-vcodec: fix PM runtime get logic 2021-07-14 16:55:49 +02:00
mtk_vcodec_dec.c
mtk_vcodec_dec.h
mtk_vcodec_drv.h
mtk_vcodec_enc_drv.c media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released 2022-01-27 10:53:51 +01:00
mtk_vcodec_enc_pm.c
mtk_vcodec_enc_pm.h
mtk_vcodec_enc.c media: vcodec: Fix potential array out-of-bounds in encoder queue_setup 2023-08-30 16:23:16 +02:00
mtk_vcodec_enc.h
mtk_vcodec_fw_priv.h
mtk_vcodec_fw_scp.c
mtk_vcodec_fw_vpu.c media: mediatek: vcodec: avoid -Wcast-function-type-strict warning 2024-03-26 18:21:59 -04:00
mtk_vcodec_fw.c
mtk_vcodec_fw.h
mtk_vcodec_intr.c
mtk_vcodec_intr.h
mtk_vcodec_util.c
mtk_vcodec_util.h
vdec_drv_base.h
vdec_drv_if.c
vdec_drv_if.h
vdec_ipi_msg.h
vdec_vpu_if.c
vdec_vpu_if.h
venc_drv_base.h
venc_drv_if.c
venc_drv_if.h
venc_ipi_msg.h
venc_vpu_if.c
venc_vpu_if.h