From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7EC3FC27C4F for ; Sat, 15 Jun 2024 08:52:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FzCprlv9GxaDwbOC21n35gObXPY/amCP46gcmpDxZd4=; b=LWA4XcuPa81x7wjjksaumgd8Zr fKfMQo/aMMeP4v/9PgpN/KWW/uaB2FEy36QduLiGTgR3gOcQtFekb0B+6XMINQzOHbPdXe6Tet6b+ vhbbBMzVYHlL2ATqTt5QhSxy1cFc3egl4Z3XUXvl0E37rTjiqkOP24kShJi+k/wg8sSSAiRn/E4ZX k3sNDvtISNRxMmk+KY+CNrJfU/2hjz5XuASdWEJDmkjTLrF4Uw+1il9DY8mcDWLBqzp07SLs24BuD YbW9fqtSGLxwZ59xKut24kgWAZ4Qq2HQKaN04p6+PbBvSer1MP/8ctSiFEInl9wy9HUbiD2qjxXbq WCadUYbg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIP8j-000000053rD-1iRn; Sat, 15 Jun 2024 08:52:01 +0000 Received: from out-188.mta1.migadu.com ([2001:41d0:203:375::bc]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIP8e-000000053o3-0DGh for linux-arm-kernel@lists.infradead.org; Sat, 15 Jun 2024 08:52:00 +0000 X-Envelope-To: linux-kernel@vger.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cknow.org; s=key1; t=1718441510; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FzCprlv9GxaDwbOC21n35gObXPY/amCP46gcmpDxZd4=; b=QeDy1YrOxKKjkHJdePkDCle/LiRFoccvtCuVRnqHasyfAD1jXs8sM0xR/XLODlq+yHXE7J QoodMcP8WCQEbHdDeq1ci6I8HIHG4e9/raQle5ZGipBK2gouPgARL67W26kt8f9tTvNMv6 HBuQOQAsk+jD0jB+kXUysP8AqskjdOU+iS7pHsmEjDkdEIR4qMTWc4/rTfbzyJ+wHz+jZS f4jFFiP9JhsRpL/LpvLMPoTkG08Eb4/nmEvvIom1l/797aDmrjBhZKVgQKxedovcIo9yFw ynlOh5JDc9Q9Xpd/JsCJ1Y+RDmZCPyd93WkHdJF6+1AHs6CzRA5n28v3mZgaOw== X-Envelope-To: detlev.casanova@collabora.com X-Envelope-To: mchehab@kernel.org X-Envelope-To: robh@kernel.org X-Envelope-To: krzk+dt@kernel.org X-Envelope-To: conor+dt@kernel.org X-Envelope-To: heiko@sntech.de X-Envelope-To: gregkh@linuxfoundation.org X-Envelope-To: sebastian.reichel@collabora.com X-Envelope-To: dsimic@manjaro.org X-Envelope-To: alchark@gmail.com X-Envelope-To: cristian.ciocaltea@collabora.com X-Envelope-To: andy.yan@rock-chips.com X-Envelope-To: linux-media@vger.kernel.org X-Envelope-To: devicetree@vger.kernel.org X-Envelope-To: linux-arm-kernel@lists.infradead.org X-Envelope-To: linux-rockchip@lists.infradead.org X-Envelope-To: linux-staging@lists.linux.dev X-Envelope-To: detlev.casanova@collabora.com X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Diederik de Haas To: linux-kernel@vger.kernel.org, Detlev Casanova Cc: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Greg Kroah-Hartman , Sebastian Reichel , Dragan Simic , Alexey Charkov , Cristian Ciocaltea , Andy Yan , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-staging@lists.linux.dev, Detlev Casanova Subject: Re: [PATCH 1/3] media: rockchip: Introduce the rkvdec2 driver Date: Sat, 15 Jun 2024 10:51:38 +0200 Message-ID: <3333233.eAoTOS8U2s@bagend> Organization: Connecting Knowledge In-Reply-To: <20240615015734.1612108-2-detlev.casanova@collabora.com> References: <20240615015734.1612108-1-detlev.casanova@collabora.com> <20240615015734.1612108-2-detlev.casanova@collabora.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart8264659.XZnPd2NMnp"; micalg="pgp-sha256"; protocol="application/pgp-signature" X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240615_015157_413323_31CFC137 X-CRM114-Status: GOOD ( 14.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --nextPart8264659.XZnPd2NMnp Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii"; protected-headers="v1" From: Diederik de Haas Subject: Re: [PATCH 1/3] media: rockchip: Introduce the rkvdec2 driver Date: Sat, 15 Jun 2024 10:51:38 +0200 Message-ID: <3333233.eAoTOS8U2s@bagend> Organization: Connecting Knowledge In-Reply-To: <20240615015734.1612108-2-detlev.casanova@collabora.com> MIME-Version: 1.0 On Saturday, 15 June 2024 03:56:27 CEST Detlev Casanova wrote: > This driver supports the second generation of the Rockchip Video > decoder, also known as vdpu34x. > It is currently only used on the RK3588(s) SoC. > ... > The core supports H264, HEVC, VP9 and AVS2 decoding but this driver > currently only supports H264. > ... > The decision to make a different driver is mainly because rkvdec2 has > more features and can work with multiple cores. https://wiki.pine64.org/wiki/Quartz64_Development#Upstreaming_Status uses both the rkvdec2 and vdpu346 words and I *assumed* that meant that the Quartz64 Model A and B would use rkvdec2. The Q64-A and -B are rk3566 devices though. So is this just an (unfortunate) use of the same words or is that wiki page just wrong ... or better yet: does rkvdec2 support RK356x too? Cheers, Diederik --nextPart8264659.XZnPd2NMnp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQT1sUPBYsyGmi4usy/XblvOeH7bbgUCZm1WGgAKCRDXblvOeH7b brgQAQD+T08UA2/wwhvAFvEN6YbiMOcTnBEhemxyxRye7DTggwD/YEcUSIQQ/RPc NSTPgX06r8mCGK7SuZ4YyKRWnCMpWgQ= =M6ol -----END PGP SIGNATURE----- --nextPart8264659.XZnPd2NMnp--