]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: mediatek: vcodec: add description for vsi struct
authorYunfei Dong <yunfei.dong@mediatek.com>
Sat, 8 Mar 2025 07:47:57 +0000 (15:47 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 11 Apr 2025 11:21:14 +0000 (13:21 +0200)
commit4c3596d7e83a320ef7241de6e194d85bec5974ea
tree1ac4c9c35ece501fdf59c6fbd981a212bf7db568
parentc8c3bb1e54457eec538907a614fab3c9c9295ff8
media: mediatek: vcodec: add description for vsi struct

The vsi (video shared information) struct needs to be synchronized
between firmware and host, as a change that is only done in the host
version of the struct but isn't synchronized to the firmware. This can
lead to decoding issues with H264 bitstreams. Highlight this requirement
within the struct descriptions.

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