This is an automatic generated email to let you know that the following patch 
were queued:

Subject: media: mtk-vcodec: enable MT8183 decoder
Author:  Yunfei Dong <yunfei.d...@mediatek.com>
Date:    Fri Aug 6 06:15:30 2021 +0200

Now that all the supporting blocks are present, enable decoder for
MT8183.

[acourbot: refactor, cleanup and split]

Signed-off-by: Yunfei Dong <yunfei.d...@mediatek.com>
Co-developed-by: Alexandre Courbot <acour...@chromium.org>
Signed-off-by: Alexandre Courbot <acour...@chromium.org>
Signed-off-by: Tzung-Bi Shih <tzun...@google.com>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+hua...@kernel.org>

 drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c | 5 +++++
 1 file changed, 5 insertions(+)

---

diff --git a/drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c 
b/drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c
index fe345aab9853..36ae3e6017f0 100644
--- a/drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c
+++ b/drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c
@@ -373,12 +373,17 @@ err_dec_pm:
 }
 
 extern const struct mtk_vcodec_dec_pdata mtk_vdec_8173_pdata;
+extern const struct mtk_vcodec_dec_pdata mtk_vdec_8183_pdata;
 
 static const struct of_device_id mtk_vcodec_match[] = {
        {
                .compatible = "mediatek,mt8173-vcodec-dec",
                .data = &mtk_vdec_8173_pdata,
        },
+       {
+               .compatible = "mediatek,mt8183-vcodec-dec",
+               .data = &mtk_vdec_8183_pdata,
+       },
        {},
 };
 

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to