[0/3] Support h264 encoder on MT8195

Message ID 20210630085247.27554-1-irui.wang@mediatek.com (mailing list archive)
Headers
Series Support h264 encoder on MT8195 |

Message

Irui Wang June 30, 2021, 8:52 a.m. UTC
  Add MT8195 H264 venc driver

Irui Wang (3):
  media: mtk-vcodec: Clean redundant encoder format definition
  dt-bindings: media: mtk-vcodec: Add binding for MT8195 VENC
  media: mtk-vcodec: Add MT8195 H264 venc driver

 .../bindings/media/mediatek-vcodec.txt        |  1 +
 .../platform/mtk-vcodec/mtk_vcodec_drv.h      |  1 +
 .../platform/mtk-vcodec/mtk_vcodec_enc_drv.c  | 63 ++++++++++---------
 3 files changed, 35 insertions(+), 30 deletions(-)
  

Comments

Tzung-Bi Shih July 2, 2021, 4:10 a.m. UTC | #1
On Wed, Jun 30, 2021 at 4:52 PM Irui Wang <irui.wang@mediatek.com> wrote:
>
> Add MT8195 H264 venc driver
>
> Irui Wang (3):
>   media: mtk-vcodec: Clean redundant encoder format definition
>   dt-bindings: media: mtk-vcodec: Add binding for MT8195 VENC
>   media: mtk-vcodec: Add MT8195 H264 venc driver
A typo in the commit message of DT binding patch.  With that:
Reviewed-by: Tzung-Bi Shih <tzungbi@google.com>