From patchwork Fri Jun 27 14:19:15 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Quentin Schulz X-Patchwork-Id: 65761 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 E8457C7EE32 for ; Fri, 27 Jun 2025 14:19:27 +0000 (UTC) Received: from smtp-42ac.mail.infomaniak.ch (smtp-42ac.mail.infomaniak.ch [84.16.66.172]) by mx.groups.io with SMTP id smtpd.web11.14940.1751033964397585105 for ; Fri, 27 Jun 2025 07:19:24 -0700 Authentication-Results: mx.groups.io; dkim=none (message not signed); spf=pass (domain: 0leil.net, ip: 84.16.66.172, mailfrom: foss+yocto@0leil.net) Received: from smtp-3-0001.mail.infomaniak.ch (smtp-3-0001.mail.infomaniak.ch [10.4.36.108]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4bTHk306rsz20c; Fri, 27 Jun 2025 16:19:23 +0200 (CEST) Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4bTHk24S9sz4GW; Fri, 27 Jun 2025 16:19:22 +0200 (CEST) From: Quentin Schulz Date: Fri, 27 Jun 2025 16:19:15 +0200 Subject: [meta-rockchip PATCH v3 4/6] mesa: enable lima for RK3188 boards MIME-Version: 1.0 Message-Id: <20250627-mesa-panthor-v3-4-798c24a9eef3@cherry.de> References: <20250627-mesa-panthor-v3-0-798c24a9eef3@cherry.de> In-Reply-To: <20250627-mesa-panthor-v3-0-798c24a9eef3@cherry.de> To: yocto-patches@lists.yoctoproject.org Cc: Quentin Schulz X-Mailer: b4 0.14.2 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, 27 Jun 2025 14:19:27 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/1716 From: Quentin Schulz lima is the the open-source implementation for the GPU found on RK3188, the Mali 400, so let's enable it for RK3188 boards by default. Not tested. Signed-off-by: Quentin Schulz --- recipes-graphics/mesa/mesa.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/mesa/mesa.bbappend b/recipes-graphics/mesa/mesa.bbappend index 19f0072b61178d71642da4afc9e56880b102069e..1057e114b7569cc9ac841cd0c6818ac7f6c3827c 100644 --- a/recipes-graphics/mesa/mesa.bbappend +++ b/recipes-graphics/mesa/mesa.bbappend @@ -1,4 +1,5 @@ PACKAGECONFIG:append:rk3066 = " lima" +PACKAGECONFIG:append:rk3188 = " lima" PACKAGECONFIG:append:rk3288 = " libclc panfrost" PACKAGECONFIG:append:rk3328 = " lima" PACKAGECONFIG:append:rk3399 = " libclc panfrost"