From patchwork Fri May 31 15:30:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 44472 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 aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E701C27C4F for ; Fri, 31 May 2024 15:30:47 +0000 (UTC) Received: from smtp-bc0d.mail.infomaniak.ch (smtp-bc0d.mail.infomaniak.ch [45.157.188.13]) by mx.groups.io with SMTP id smtpd.web11.15710.1717169446041904836 for ; Fri, 31 May 2024 08:30:46 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: 0leil.net, ip: 45.157.188.13, mailfrom: foss+yocto@0leil.net) Received: from smtp-4-0000.mail.infomaniak.ch (smtp-4-0000.mail.infomaniak.ch [10.7.10.107]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4VrRsJ2wFSzqZS; Fri, 31 May 2024 17:30:44 +0200 (CEST) Received: from unknown by smtp-4-0000.mail.infomaniak.ch (Postfix) with ESMTPA id 4VrRsJ12l0z1Mp; Fri, 31 May 2024 17:30:44 +0200 (CEST) From: Quentin Schulz Date: Fri, 31 May 2024 17:30:26 +0200 Subject: [PATCH meta-rockchip RFC 2/2] mesa: recommend mali csffw firmware package for mesa-megadriver for RK3588s MIME-Version: 1.0 Message-Id: <20240531-mesa-panthor-v1-2-8cfb4d17ad3a@cherry.de> References: <20240531-mesa-panthor-v1-0-8cfb4d17ad3a@cherry.de> In-Reply-To: <20240531-mesa-panthor-v1-0-8cfb4d17ad3a@cherry.de> To: yocto-patches@lists.yoctoproject.org Cc: Quentin Schulz X-Mailer: b4 0.13.0 X-Infomaniak-Routing: alpha List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 31 May 2024 15:30:47 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/273 From: Quentin Schulz Panthor still requires a blob coming from a linux-firmware package to be able to use the Arm GPU in its Valhall version series. Therefore, recommend that package when building mesa for rk3588s. Signed-off-by: Quentin Schulz --- recipes-graphics/mesa/mesa_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/mesa/mesa_%.bbappend b/recipes-graphics/mesa/mesa_%.bbappend index 87ca1b3..6c74742 100644 --- a/recipes-graphics/mesa/mesa_%.bbappend +++ b/recipes-graphics/mesa/mesa_%.bbappend @@ -3,3 +3,5 @@ PACKAGECONFIG:append:rk3399 = " kmsro panfrost" PACKAGECONFIG:append:rk3588s = " kmsro panfrost" PACKAGECONFIG:append:rock64 = " kmsro lima" PACKAGECONFIG:append:px30 = " kmsro panfrost" + +RRECOMMENDS:mesa-megadriver:append:rk3588s = " linux-firmware-mali-csffw-arch108"