From: Benjamin Gaignard <benjamin.gaignard@collabora.com>
To: mchehab@kernel.org, hverkuil@xs4all.nl,
ezequiel@vanguardiasur.com.ar, p.zabel@pengutronix.de,
gregkh@linuxfoundation.org, mripard@kernel.org,
paul.kocialkowski@bootlin.com, wens@csie.org,
jernej.skrabec@gmail.com, samuel@sholland.org,
nicolas.dufresne@collabora.com, andrzej.p@collabora.com
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-rockchip@lists.infradead.org,
linux-staging@lists.linux.dev,
linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, kernel@collabora.com,
Benjamin Gaignard <benjamin.gaignard@collabora.com>
Subject: [PATCH v2 0/7] Enable 10bits bitstream for Hantro/G2 HEVC codec
Date: Mon, 18 Jul 2022 10:39:38 +0200 [thread overview]
Message-ID: <20220718083945.200845-1-benjamin.gaignard@collabora.com> (raw)
Since v1 Jernej patches to support 10 bits decoding have been merged.
This v2 rebase the previously send patches and add Ezequiel reviewed-by
tag.
This series add 10bits support for newer hardware blocks (i.e without
legacy regs) and for HEVC codec.
It based tested on IMX8MQ with HEVC conformance tests.
The results are that all 10bits bitstreams are OK.
The problematic point raise by this series is the question of where
to put HEVC validation function. Does it have to be only hantro_try_ctrl()
or shall it be done also in .run().
This series doesn't change that behavoir so I will argue in farvor to
merge it and to work on this validation time problem when unstaging
the driver.
Hans, Ezequiel may that sound acceptable for you ?
Regards,
Benjamin
Benjamin Gaignard (7):
media: hantro: Store HEVC bit depth in context
media: hantro: HEVC: Fix auxilary buffer size calculation
media: hantro: HEVC: Fix chroma offset computation
media: hantro: postproc: Configure output regs to support 10bit
media: Hantro: HEVC: Allows 10-bit bitstream
media: hantro: imx8m: Enable 10bit decoding
media: hantro: Allows luma and chroma depth to be different
.../staging/media/hantro/hantro_g2_hevc_dec.c | 4 +--
drivers/staging/media/hantro/hantro_hevc.c | 13 +++++----
.../staging/media/hantro/hantro_postproc.c | 7 ++++-
drivers/staging/media/hantro/imx8m_vpu_hw.c | 27 +++++++++++++++++++
4 files changed, 40 insertions(+), 11 deletions(-)
--
2.32.0
next reply other threads:[~2022-07-18 8:40 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-18 8:39 Benjamin Gaignard [this message]
2022-07-18 8:39 ` [PATCH v2 1/7] media: hantro: Store HEVC bit depth in context Benjamin Gaignard
2022-07-18 8:39 ` [PATCH v2 2/7] media: hantro: HEVC: Fix auxilary buffer size calculation Benjamin Gaignard
2022-07-18 8:39 ` [PATCH v2 3/7] media: hantro: HEVC: Fix chroma offset computation Benjamin Gaignard
2022-07-18 8:39 ` [PATCH v2 4/7] media: hantro: postproc: Configure output regs to support 10bit Benjamin Gaignard
2022-07-18 8:39 ` [PATCH v2 5/7] media: Hantro: HEVC: Allows 10-bit bitstream Benjamin Gaignard
2022-07-18 8:39 ` [PATCH v2 6/7] media: hantro: imx8m: Enable 10bit decoding Benjamin Gaignard
2022-07-18 8:39 ` [PATCH v2 7/7] media: hantro: Allows luma and chroma depth to be different Benjamin Gaignard
2022-07-18 10:12 ` [PATCH v2 0/7] Enable 10bits bitstream for Hantro/G2 HEVC codec Hans Verkuil
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220718083945.200845-1-benjamin.gaignard@collabora.com \
--to=benjamin.gaignard@collabora.com \
--cc=andrzej.p@collabora.com \
--cc=ezequiel@vanguardiasur.com.ar \
--cc=gregkh@linuxfoundation.org \
--cc=hverkuil@xs4all.nl \
--cc=jernej.skrabec@gmail.com \
--cc=kernel@collabora.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-staging@lists.linux.dev \
--cc=linux-sunxi@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=mripard@kernel.org \
--cc=nicolas.dufresne@collabora.com \
--cc=p.zabel@pengutronix.de \
--cc=paul.kocialkowski@bootlin.com \
--cc=samuel@sholland.org \
--cc=wens@csie.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox