Re: [v3] media: mediatek: vcodec: fix AV1 decoding on MT8188

2023-08-07 Thread Hans Verkuil
FYI: the v2 patch has already been merged, so I dropped this v3. On 03/08/2023 13:10, Xiaoyong Lu wrote: > Fix AV1 decoding failure when the iova is 36bit. > > Before this fix, the decoder was accessing incorrect addresses with 36bit > iova tile buffer, leading to iommu faults. > > Fixes: 2f5d0a

Re: [v3] media: mediatek: vcodec: fix AV1 decoding on MT8188

2023-08-04 Thread Eugen Hristev
Hi Xiaoyong, On 8/3/23 14:10, Xiaoyong Lu wrote: Fix AV1 decoding failure when the iova is 36bit. Before this fix, the decoder was accessing incorrect addresses with 36bit iova tile buffer, leading to iommu faults. Fixes: 2f5d0aef37c6 ("media: mediatek: vcodec: support stateless AV1 decoder")

[v3] media: mediatek: vcodec: fix AV1 decoding on MT8188

2023-08-03 Thread Xiaoyong Lu
Fix AV1 decoding failure when the iova is 36bit. Before this fix, the decoder was accessing incorrect addresses with 36bit iova tile buffer, leading to iommu faults. Fixes: 2f5d0aef37c6 ("media: mediatek: vcodec: support stateless AV1 decoder") Signed-off-by: Xiaoyong Lu --- Changes from v2: - r