lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231023030640.16393-1-yunfei.dong@mediatek.com>
Date:   Mon, 23 Oct 2023 11:06:33 +0800
From:   Yunfei Dong <yunfei.dong@...iatek.com>
To:     Sebastian Fricke <sebastian.fricke@...labora.com>,
        NĂ­colas F . R . A . Prado 
        <nfraprado@...labora.com>,
        Nicolas Dufresne <nicolas.dufresne@...labora.com>,
        Hans Verkuil <hverkuil-cisco@...all.nl>,
        AngeloGioacchino Del Regno 
        <angelogioacchino.delregno@...labora.com>,
        Benjamin Gaignard <benjamin.gaignard@...labora.com>,
        Nathan Hebert <nhebert@...omium.org>
CC:     Chen-Yu Tsai <wenst@...omium.org>,
        Hsin-Yi Wang <hsinyi@...omium.org>,
        Fritz Koenig <frkoenig@...omium.org>,
        Daniel Vetter <daniel@...ll.ch>,
        Steve Cho <stevecho@...omium.org>,
        Yunfei Dong <yunfei.dong@...iatek.com>,
        <linux-media@...r.kernel.org>, <devicetree@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>,
        <linux-arm-kernel@...ts.infradead.org>,
        <linux-mediatek@...ts.infradead.org>,
        <Project_Global_Chrome_Upstream_Group@...iatek.com>
Subject: [PATCH v2,0/7] media: mediatek: vcodec: Set the correct profile and level for each platform

The supported maximum resolution, bit and frame rate of different platform
for each spec are not always the same, need to set the correct level and
and profile values according to the chip name.

patch 1 get the chip name for each platform
patch 2~3 set h264 and h265 level
patch 4~5 set h264 and h265 profile
patch 6~7 set vp9 level and profile

changed with v1:
- Change the commit message for each patch.
- Change the supported level for mt8195 and mt8192
---
Yunfei Dong (7):
  media: mediatek: vcodec: Get the chip name for each platform
  media: mediatek: vcodec: Set the supported h264 level for each
    platform
  media: mediatek: vcodec: Set the supported h265 level for each
    platform
  media: mediatek: vcodec: Set the supported h264 profile for each
    platform
  media: mediatek: vcodec: Set the supported h265 profile for each
    platform
  media: mediatek: vcodec: Set the supported vp9 level for each platform
  media: mediatek: vcodec: Set the supported vp9 profile for each
    platform

 .../mediatek/vcodec/decoder/mtk_vcodec_dec.c  |  24 +--
 .../vcodec/decoder/mtk_vcodec_dec_drv.c       |  26 +++
 .../vcodec/decoder/mtk_vcodec_dec_drv.h       |  14 ++
 .../vcodec/decoder/mtk_vcodec_dec_stateless.c | 168 +++++++++++++++++-
 4 files changed, 208 insertions(+), 24 deletions(-)

-- 
2.18.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ