From: Link Mauve <linkmauve@linkmauve.fr>
To: Detlev Casanova <detlev.casanova@collabora.com>
Cc: linux-kernel@vger.kernel.org, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Heiko Stuebner <heiko@sntech.de>,
Nicolas Frattaroli <nicolas.frattaroli@collabora.com>,
Kever Yang <kever.yang@rock-chips.com>,
Shawn Lin <shawn.lin@rock-chips.com>,
Sebastian Reichel <sebastian.reichel@collabora.com>,
Cristian Ciocaltea <cristian.ciocaltea@collabora.com>,
Dragan Simic <dsimic@manjaro.org>,
Niklas Cassel <cassel@kernel.org>,
Damon Ding <damon.ding@rock-chips.com>,
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>,
Alexey Charkov <alchark@gmail.com>,
Patrick Wildt <patrick@blueri.se>,
Chukun Pan <amadeus@jmu.edu.cn>,
Diederik de Haas <didi.debian@cknow.org>,
Chris Morgan <macromorgan@hotmail.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, kernel@collabora.com
Subject: Re: [PATCH v2 1/2] arm64: dts: rockchip: Add the vdpu381 Video Decoders on RK3588
Date: Sun, 10 Aug 2025 21:22:54 +0200 [thread overview]
Message-ID: <aJjxjgG1gEaKBVwE@desktop> (raw)
In-Reply-To: <20250808193602.142527-2-detlev.casanova@collabora.com>
Hi,
On Fri, Aug 08, 2025 at 03:36:01PM -0400, Detlev Casanova wrote:
> Add the vdpu381 Video Decoders to the rk3588-base devicetree.
>
> The RK3588 based SoCs all embed 2 vdpu381 decoders.
> This also adds the dedicated IOMMU controllers.
Back in the VEPU121 enablement series[1] it had been decided to not
expose multiple identical cores yet, because there is no infrastructure
yet in the kernel to schedule multiple userland processes on multiple
cores, or (more relevant for your usecase) to even combine two cores to
reach 8K support.
>
> Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
> ---
> arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 74 +++++++++++++++++++
> 1 file changed, 74 insertions(+)
>
[snip]
Thanks,
[1] https://lore.kernel.org/all/20240618183816.77597-1-sebastian.reichel@collabora.com/
--
Link Mauve
WARNING: multiple messages have this Message-ID (diff)
From: Link Mauve <linkmauve@linkmauve.fr>
To: Detlev Casanova <detlev.casanova@collabora.com>
Cc: Heiko Stuebner <heiko@sntech.de>,
Shawn Lin <shawn.lin@rock-chips.com>,
Kever Yang <kever.yang@rock-chips.com>,
Niklas Cassel <cassel@kernel.org>,
Chukun Pan <amadeus@jmu.edu.cn>,
kernel@collabora.com, Dragan Simic <dsimic@manjaro.org>,
Rob Herring <robh@kernel.org>,
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>,
Sebastian Reichel <sebastian.reichel@collabora.com>,
linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
Conor Dooley <conor+dt@kernel.org>,
Damon Ding <damon.ding@rock-chips.com>,
Chris Morgan <macromorgan@hotmail.com>,
linux-arm-kernel@lists.infradead.org,
Patrick Wildt <patrick@blueri.se>,
linux-kernel@vger.kernel.org, Alexey Charkov <alchark@gmail.com>,
Diederik de Haas <didi.debian@cknow.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Subject: Re: [PATCH v2 1/2] arm64: dts: rockchip: Add the vdpu381 Video Decoders on RK3588
Date: Sun, 10 Aug 2025 21:22:54 +0200 [thread overview]
Message-ID: <aJjxjgG1gEaKBVwE@desktop> (raw)
In-Reply-To: <20250808193602.142527-2-detlev.casanova@collabora.com>
Hi,
On Fri, Aug 08, 2025 at 03:36:01PM -0400, Detlev Casanova wrote:
> Add the vdpu381 Video Decoders to the rk3588-base devicetree.
>
> The RK3588 based SoCs all embed 2 vdpu381 decoders.
> This also adds the dedicated IOMMU controllers.
Back in the VEPU121 enablement series[1] it had been decided to not
expose multiple identical cores yet, because there is no infrastructure
yet in the kernel to schedule multiple userland processes on multiple
cores, or (more relevant for your usecase) to even combine two cores to
reach 8K support.
>
> Signed-off-by: Detlev Casanova <detlev.casanova@collabora.com>
> ---
> arch/arm64/boot/dts/rockchip/rk3588-base.dtsi | 74 +++++++++++++++++++
> 1 file changed, 74 insertions(+)
>
[snip]
Thanks,
[1] https://lore.kernel.org/all/20240618183816.77597-1-sebastian.reichel@collabora.com/
--
Link Mauve
_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip
next prev parent reply other threads:[~2025-08-10 19:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-08 19:36 [PATCH v2 0/2] arm64: dts: rockchip: Add vdpu 381 and 383 nodes Detlev Casanova
2025-08-08 19:36 ` Detlev Casanova
2025-08-08 19:36 ` [PATCH v2 1/2] arm64: dts: rockchip: Add the vdpu381 Video Decoders on RK3588 Detlev Casanova
2025-08-08 19:36 ` Detlev Casanova
2025-08-10 19:22 ` Link Mauve [this message]
2025-08-10 19:22 ` Link Mauve
2025-08-11 12:40 ` Detlev Casanova
2025-08-11 12:40 ` Detlev Casanova
2025-08-08 19:36 ` [PATCH v2 2/2] arm64: dts: rockchip: Add the vdpu383 Video Decoder on rk3576 Detlev Casanova
2025-08-08 19:36 ` Detlev Casanova
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=aJjxjgG1gEaKBVwE@desktop \
--to=linkmauve@linkmauve.fr \
--cc=alchark@gmail.com \
--cc=amadeus@jmu.edu.cn \
--cc=cassel@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cristian.ciocaltea@collabora.com \
--cc=damon.ding@rock-chips.com \
--cc=detlev.casanova@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=didi.debian@cknow.org \
--cc=dsimic@manjaro.org \
--cc=heiko@sntech.de \
--cc=kernel@collabora.com \
--cc=kever.yang@rock-chips.com \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=macromorgan@hotmail.com \
--cc=nicolas.frattaroli@collabora.com \
--cc=patrick@blueri.se \
--cc=robh@kernel.org \
--cc=sebastian.reichel@collabora.com \
--cc=shawn.lin@rock-chips.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.