Re: [PATCH, v2] media: mediatek: vcodec: Fix non subdev architecture open power fail

From: Chen-Yu Tsai
Date: Mon Jun 20 2022 - 03:13:38 EST


On Fri, Jun 17, 2022 at 3:25 PM Yunfei Dong <yunfei.dong@xxxxxxxxxxxx> wrote:
>
> According to subdev_bitmap bit value to open hardware power, need to
> set subdev_bitmap value for non subdev architecture.
>
> Fixes: c05bada35f01 ("media: mtk-vcodec: Add to support multi hardware decode")
> Signed-off-by: Yunfei Dong <yunfei.dong@xxxxxxxxxxxx>

Reviewed-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
Tested-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>

on MT8183 on next-20220617. This makes the hardware operate correctly.
Previously it kept timing out, presumably because the hardware wasn't
properly enabled.