linux/drivers/media/platform/mediatek/vcodec/decoder
Jacopo Mondi 50363fc1fe media: mtk: vcodec: Access v4l2_fh from file
The v4l2_fh associated with an open file handle is now guaranteed
to be available in file->private_data, initialised by v4l2_fh_add().

Access the v4l2_fh, and from there the driver-specific structure,
from the file * in all ioctl handlers.

While at modify mtk_vcodec_enc_get_chip_name() to accept a ctx instead
of a raw void *.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Co-developed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
2025-08-13 08:33:49 +02:00
..
vdec media: mediatek: vcodec: add description for vsi struct 2025-04-11 13:21:14 +02:00
Makefile
mtk_vcodec_dec.c media: mtk: vcodec: Access v4l2_fh from file 2025-08-13 08:33:49 +02:00
mtk_vcodec_dec.h
mtk_vcodec_dec_drv.c media: Reset file->private_data to NULL in v4l2_fh_del() 2025-08-13 08:33:44 +02:00
mtk_vcodec_dec_drv.h media: Replace file->private_data access with custom functions 2025-08-13 08:33:30 +02:00
mtk_vcodec_dec_hw.c
mtk_vcodec_dec_hw.h
mtk_vcodec_dec_pm.c
mtk_vcodec_dec_pm.h
mtk_vcodec_dec_stateful.c
mtk_vcodec_dec_stateless.c media: mediatek: vcodec: Enable HEVC main still picture decode 2025-04-24 15:21:34 +02:00
vdec_drv_base.h
vdec_drv_if.c
vdec_drv_if.h
vdec_ipi_msg.h
vdec_msg_queue.c
vdec_msg_queue.h
vdec_vpu_if.c
vdec_vpu_if.h