From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from luna.linkmauve.fr (luna.linkmauve.fr [82.65.109.163]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 485DE1388; Sun, 10 Aug 2025 19:30:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=82.65.109.163 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754854230; cv=none; b=EnHLIvLj4jqiUW64yXsYEf1tHfK+mDpF6aAVtF6aHjyrVzYVTZqRXwlfYwk9AUSmp9TAQyBOfCgAvG1Nv5/TDnfeiqrz59HdNVSEWf/6t0GJheWVXUd2Y8oewLBWOLu5+wsUmhSbMXX1+GH0gxyWh/naCJvrgBg7+gFmN4KfTls= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754854230; c=relaxed/simple; bh=bAhpJhaPv6V4Pq/zY3xiNp+/8EUYDtVDuv5AVjZxVTI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aKVqAqRiS+4S8TEYNTx5BfHF8PD7ZTAhtY81StkulZ0c69lR5WixEatfLACWKhJyp3ViZWg16eFcpGbnCUMGGxfhigCEbpPvUfw5b8RXDa1IP4cGzEFtjtN6O/hDiEfpjAqU/YeIwUUoa2pk6ICVibCqXcAGLA3O08XkChW0rL8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linkmauve.fr; spf=pass smtp.mailfrom=linkmauve.fr; arc=none smtp.client-ip=82.65.109.163 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linkmauve.fr Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linkmauve.fr Received: by luna.linkmauve.fr (Postfix, from userid 1000) id 019474955FE8; Sun, 10 Aug 2025 21:22:54 +0200 (CEST) Date: Sun, 10 Aug 2025 21:22:54 +0200 From: Link Mauve To: Detlev Casanova Cc: linux-kernel@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Nicolas Frattaroli , Kever Yang , Shawn Lin , Sebastian Reichel , Cristian Ciocaltea , Dragan Simic , Niklas Cassel , Damon Ding , Emmanuel Gil Peyrot , Alexey Charkov , Patrick Wildt , Chukun Pan , Diederik de Haas , Chris Morgan , 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 Message-ID: References: <20250808193602.142527-1-detlev.casanova@collabora.com> <20250808193602.142527-2-detlev.casanova@collabora.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250808193602.142527-2-detlev.casanova@collabora.com> Jabber-ID: linkmauve@linkmauve.fr 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 > --- > 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