]> www.infradead.org Git - users/dwmw2/linux.git/commit
media: mediatek: vcodec: remove vsi operation in common interface
authorYunfei Dong <yunfei.dong@mediatek.com>
Sat, 8 Mar 2025 07:47:55 +0000 (15:47 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 11 Apr 2025 11:21:12 +0000 (13:21 +0200)
commit80d45644d5f93d941ff127a0791362a0738c0745
tree11a00fc55d6b8dd2154c9e5d554a8457c7c1df55
parentf19035b86382f635a0d13d177b601babaf263a12
media: mediatek: vcodec: remove vsi operation in common interface

Extend the VSI (video shared information) struct to allow sending slice
parameters to SCP, as the parameters have changed on MT8188 architecture.
Remove VSI related information from the common interface to ensure that
the interface is usable by architectures with and without the extended
parameters. The new VSI extensions will be introduced in later patches.

Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com>
Reviewed-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/mediatek/vcodec/decoder/vdec/vdec_h264_req_multi_if.c