From patchwork Fri Jul 30 16:45:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 489459 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.8 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 7F777C4338F for ; Fri, 30 Jul 2021 16:45:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5F42960720 for ; Fri, 30 Jul 2021 16:45:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229708AbhG3Qpw (ORCPT ); Fri, 30 Jul 2021 12:45:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49214 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229707AbhG3Qpw (ORCPT ); Fri, 30 Jul 2021 12:45:52 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6C3DFC061765 for ; Fri, 30 Jul 2021 09:45:47 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id DB2611F44BCB From: Ezequiel Garcia To: devicetree@vger.kernel.org, linux-rockchip@lists.infradead.org Cc: Rob Herring , Heiko Stuebner , Kever Yang , Benjamin Gaignard , Peter Geis , Ezequiel Garcia Subject: [PATCH v2 0/4] RK3568 GPU Date: Fri, 30 Jul 2021 13:45:11 -0300 Message-Id: <20210730164515.83044-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 | 47 +++++++++++++++++++ 3 files changed, 59 insertions(+), 1 deletion(-)