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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 491D6CCA47F for ; Wed, 8 Jun 2022 09:55:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235738AbiFHJzK (ORCPT ); Wed, 8 Jun 2022 05:55:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235561AbiFHJyp (ORCPT ); Wed, 8 Jun 2022 05:54:45 -0400 Received: from mail-vs1-xe32.google.com (mail-vs1-xe32.google.com [IPv6:2607:f8b0:4864:20::e32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94BC1274D7F for ; Wed, 8 Jun 2022 02:27:01 -0700 (PDT) Received: by mail-vs1-xe32.google.com with SMTP id w10so19155393vsa.4 for ; Wed, 08 Jun 2022 02:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=2lZGbCRWT1o/aFofNx6AhoO+aw7BhW/JA9MZQKTHd/A=; b=gghKvqxf+FCHVDQ0z8HltpRkE8orGonRmXkKDy3rmBAp4EZQKHdsHHdU4aIflo5h3Q j0LgQYXetLu4RrItKOeALnnTFjY7yBiNLGdf+nKg0aYppRWaSzQB/Io67FwlVpW0tE5c sPmZN5/QTgMUwDrqd6SIOSHwLEVhlnUiUYkmVBJL694o0w++4y936SyyttRj6IBnT2O7 fYTFBoumOxSpOzAI0cDnYV2VKsu8+FkSzKRMTKdLEj/wUvmuvhyQbfKopFivvjgsWPf9 JvgR/+k6+9xWjotlEIQkG6EvnantGcxj5clGTezaKvMNHnSZGTyqva4a44mh/cDaGcsJ PqQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=2lZGbCRWT1o/aFofNx6AhoO+aw7BhW/JA9MZQKTHd/A=; b=52Vs/rEwNuYYnWEFE/Cuywh2UEhTahhDPyY4G+VCPiGWGuv5fYfvMNlNo67slFR2cq Stxc7iRJiusYJn4JVEo5mzFHy/GGbF3MCVwRTu4qjr0XMy+TqK9e9s3i3+q+WK1d1mD0 6YDXFuQMRgaeQBcXLQSbTG449HjDmkjBf8rxZyzkmWpnbpfO9a8xg5ullXa+J6N08RQO J15pK0EfB2WyZAxRfG6Ur663HUsGzBJ5jXrHuA5nn3qo46PHYdo6b+5iziU7uHLXjm/V mDdTo8p1iJhYIha480Ntf5+HbIqC8wHGDXS1erJPjqIlnGToitRC2l6zStnGPO2iqR+N aWVQ== X-Gm-Message-State: AOAM532JXla1ujGZmTtxkk2qzsJRa3Y8HP7pYixZtKFsAjIoX8Ule5Dq nvgn8PADjzBUhWZznGYUgz8= X-Google-Smtp-Source: ABdhPJwb+4C4QqoFxe2xD91wcP2Otm6U+nHmZkfFm+cVa1X13myEiC0QY82/QebeolbF5AVif/+lhQ== X-Received: by 2002:a67:ae44:0:b0:33f:7baf:852c with SMTP id u4-20020a67ae44000000b0033f7baf852cmr15204678vsh.78.1654680420627; Wed, 08 Jun 2022 02:27:00 -0700 (PDT) Received: from [10.230.29.214] ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id bi9-20020a056122188900b0035ca960eeacsm2679782vkb.5.2022.06.08.02.26.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 08 Jun 2022 02:27:00 -0700 (PDT) Message-ID: Date: Wed, 8 Jun 2022 11:26:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v6 0/6] Raspberry PI 4 V3D enablement Content-Language: en-US To: Peter Robinson , Arnd Bergmann , bcm-kernel-feedback-list@broadcom.com, Daniel Vetter , David Airlie , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Emma Anholt , Florian Fainelli , javierm@redhat.com, linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, maxime@cerno.tech, Nicolas Saenz Julienne , Rob Herring , Stefan Wahren , Catalin Marinas , Will Deacon References: <20220603092610.1909675-1-pbrobinson@gmail.com> From: Florian Fainelli In-Reply-To: <20220603092610.1909675-1-pbrobinson@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 6/3/2022 11:26 AM, Peter Robinson wrote: > This is a follow up from my v4 patchset. The power management pieces have > been split out to a separate independent set of patches by Stefan [1]. This > version 5 of the DRM patches are independent and given the V3D driver has > been upstream for some time the two patches to enable it in defconfigs can > be taken at anytime independent of the enablement for the Raspberry Pi 4. > > I've tested this using mesa 22.0.x and Wayland/Gnome on Fedora 36, it's > more or less stable with basic testing. > > Changes since v5: > - Update the DT compatible to match the others that were updated > - Adjust the Kconfig help text > - Add review tags > > Changes since v4: > - Fixes for device tree and bindings > - Split out the power management changes into an independent set > - Rebase to 5.18 > - Individual changes in patches > > [1] https://www.spinics.net/lists/arm-kernel/msg980342.html I can take the last 3 patches through the Broadcom ARM SoC pull request, but the first three should probably go via the DRM tree unless you want me to merge them all? -- Florian 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 5C6F2C433EF for ; Wed, 8 Jun 2022 09:28:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:To:Subject:MIME-Version: Date:Message-ID:Reply-To:Cc:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=T1ibmQ5nD55J3f4SoXy96AQyAjXxJzPbkD6vJi8vAwg=; b=rKbARXkfj35R2obZb0obVV+iSx TrvE5IlsAZBCCPS13kAOdR5k/mYNH0UiWyr4V9dqPCm2ieMDSXqt6BFmyJnz1vp1HaZ9zzSpKu866 zscBNfBkpvkhac07EAsanT47ZGKEXr21AeBN4/oGraMPZFCOHzUFyoaqeEgnrqqm2EprlQhCScWmV kAaQMsNeVj4VL9G6zr7yauHQfCR24N/Ew+/SM4K2LPBPnv6ZfrHuZ84giQJuaA1RLoxoC1h1o0tMc g/2pv00y4xfnN3jbFr5JvyIbLcxXwpqOZRqvoZIcPAQQjiBgqna29tsC9REN6FQWb6aUVP5Ub/tMi 4zPNX8rQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyrxz-00CMlw-BY; Wed, 08 Jun 2022 09:27:07 +0000 Received: from mail-vs1-xe2c.google.com ([2607:f8b0:4864:20::e2c]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nyrxt-00CMkC-Mf; Wed, 08 Jun 2022 09:27:03 +0000 Received: by mail-vs1-xe2c.google.com with SMTP id c62so19131608vsc.10; Wed, 08 Jun 2022 02:27:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=2lZGbCRWT1o/aFofNx6AhoO+aw7BhW/JA9MZQKTHd/A=; b=gghKvqxf+FCHVDQ0z8HltpRkE8orGonRmXkKDy3rmBAp4EZQKHdsHHdU4aIflo5h3Q j0LgQYXetLu4RrItKOeALnnTFjY7yBiNLGdf+nKg0aYppRWaSzQB/Io67FwlVpW0tE5c sPmZN5/QTgMUwDrqd6SIOSHwLEVhlnUiUYkmVBJL694o0w++4y936SyyttRj6IBnT2O7 fYTFBoumOxSpOzAI0cDnYV2VKsu8+FkSzKRMTKdLEj/wUvmuvhyQbfKopFivvjgsWPf9 JvgR/+k6+9xWjotlEIQkG6EvnantGcxj5clGTezaKvMNHnSZGTyqva4a44mh/cDaGcsJ PqQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=2lZGbCRWT1o/aFofNx6AhoO+aw7BhW/JA9MZQKTHd/A=; b=LiNtJYeiqSDFSabiH/Ly1rNRkd+l1lSsXkJ1Z9shPPG/pDv/oReD4HCAZXLQIh1Xgp wUZkRyw4S5VkEpWeqs7CrX6PwIIyAniu5vKDIxBchkCK4D4yqkTnHiwzfnFEv8tEpiSj v4gkALTqOkgKPe937jo9VmPxkaD/5t6hWMAMe2f7Zx9GCH/UYriyVcpu4+LyPOZdOHR1 lDcYg+RJWl8YibVAXdZZkxETyULohl3HDPsXW6afmHrnAZLb+b5vQ0kcW/9J0wjgfAT/ I6cSmBCrCD2EQWMKYZozvK+Ujw5jftn+DSwTOi/C2bitSqqALsszxkWt7pUmKgedlV/9 Idfw== X-Gm-Message-State: AOAM533fMSIAdiaIe8MHwqLOVl55K6KDR1JCwlSlh/+5rw8xCLLxmELv nM37b2C2PZ8P6hrzxhJGtdM= X-Google-Smtp-Source: ABdhPJwb+4C4QqoFxe2xD91wcP2Otm6U+nHmZkfFm+cVa1X13myEiC0QY82/QebeolbF5AVif/+lhQ== X-Received: by 2002:a67:ae44:0:b0:33f:7baf:852c with SMTP id u4-20020a67ae44000000b0033f7baf852cmr15204678vsh.78.1654680420627; Wed, 08 Jun 2022 02:27:00 -0700 (PDT) Received: from [10.230.29.214] ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id bi9-20020a056122188900b0035ca960eeacsm2679782vkb.5.2022.06.08.02.26.54 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 08 Jun 2022 02:27:00 -0700 (PDT) Message-ID: Date: Wed, 8 Jun 2022 11:26:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: [PATCH v6 0/6] Raspberry PI 4 V3D enablement Content-Language: en-US To: Peter Robinson , Arnd Bergmann , bcm-kernel-feedback-list@broadcom.com, Daniel Vetter , David Airlie , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, Emma Anholt , Florian Fainelli , javierm@redhat.com, linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, maxime@cerno.tech, Nicolas Saenz Julienne , Rob Herring , Stefan Wahren , Catalin Marinas , Will Deacon References: <20220603092610.1909675-1-pbrobinson@gmail.com> From: Florian Fainelli In-Reply-To: <20220603092610.1909675-1-pbrobinson@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220608_022701_811794_50B48FFD X-CRM114-Status: GOOD ( 16.12 ) 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: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 6/3/2022 11:26 AM, Peter Robinson wrote: > This is a follow up from my v4 patchset. The power management pieces have > been split out to a separate independent set of patches by Stefan [1]. This > version 5 of the DRM patches are independent and given the V3D driver has > been upstream for some time the two patches to enable it in defconfigs can > be taken at anytime independent of the enablement for the Raspberry Pi 4. > > I've tested this using mesa 22.0.x and Wayland/Gnome on Fedora 36, it's > more or less stable with basic testing. > > Changes since v5: > - Update the DT compatible to match the others that were updated > - Adjust the Kconfig help text > - Add review tags > > Changes since v4: > - Fixes for device tree and bindings > - Split out the power management changes into an independent set > - Rebase to 5.18 > - Individual changes in patches > > [1] https://www.spinics.net/lists/arm-kernel/msg980342.html I can take the last 3 patches through the Broadcom ARM SoC pull request, but the first three should probably go via the DRM tree unless you want me to merge them all? -- Florian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel