From patchwork Thu Aug 5 02:59:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 492425 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, UNPARSEABLE_RELAY, URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8562DC4338F for ; Thu, 5 Aug 2021 03:00:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6175760560 for ; Thu, 5 Aug 2021 03:00:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238354AbhHEDBL (ORCPT ); Wed, 4 Aug 2021 23:01:11 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:50264 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229609AbhHEDBK (ORCPT ); Wed, 4 Aug 2021 23:01:10 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id 92B7D1F43B32 From: Ezequiel Garcia To: devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org Cc: Rob Herring , Heiko Stuebner , Kever Yang , Benjamin Gaignard , Peter Geis , Johan Jonker , Ezequiel Garcia Subject: [PATCH v3 0/4] RK3568 GPU Date: Wed, 4 Aug 2021 23:59:44 -0300 Message-Id: <20210805025948.10900-1-ezequiel@collabora.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org I've decided to split the GPU off previous series: https://lore.kernel.org/linux-rockchip/2147216.TLkxdtWsSY@diego/ This series now contains only the GPU support, as the VPU needs a tiny rework. This is compiled tested only, in this case. Similar patches have been tested on a v5.10-based kernel, so I'd say it's good to go. The mesa side is merged https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10771 and can be tested without a display, using something like weston --backend=headless-backend.so, which provides an environment for GL to work. Ezequiel Garcia (4): dt-bindings: gpu: mali-bifrost: Allow up to two clocks dt-bindings: gpu: mali-bifrost: Add RK3568 compatible arm64: dts: rockchip: Add GPU node for rk3568 arm64: dts: rockchip: Enable the GPU on Quartz64 Model A .../bindings/gpu/arm,mali-bifrost.yaml | 8 ++- .../boot/dts/rockchip/rk3566-quartz64-a.dts | 5 ++ arch/arm64/boot/dts/rockchip/rk356x.dtsi | 50 +++++++++++++++++++ 3 files changed, 62 insertions(+), 1 deletion(-)