* [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible
2022-06-01 11:02 [PATCH v5 0/6] Raspberry PI 4 V3D enablement Peter Robinson
@ 2022-06-01 11:02 ` Peter Robinson
2022-06-02 11:58 ` Stefan Wahren
` (2 more replies)
2022-06-01 11:02 ` [PATCH v5 2/6] drm/v3d: Get rid of pm code Peter Robinson
` (4 subsequent siblings)
5 siblings, 3 replies; 21+ messages in thread
From: Peter Robinson @ 2022-06-01 11:02 UTC (permalink / raw)
To: Arnd Bergmann, bcm-kernel-feedback-list, Daniel Vetter,
David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Peter Robinson, Nicolas Saenz Julienne
BCM2711, Raspberry Pi 4's SoC, contains a V3D core. So add its specific
compatible to the bindings.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
Changes since v5:
- Change compatible to align downstream and othee HW, reorder to suit
Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
index e6485f7b046f..217c42874f41 100644
--- a/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
+++ b/Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml
@@ -16,6 +16,7 @@ properties:
compatible:
enum:
+ - brcm,2711-v3d
- brcm,7268-v3d
- brcm,7278-v3d
--
2.36.1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* Re: [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible
2022-06-01 11:02 ` [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible Peter Robinson
@ 2022-06-02 11:58 ` Stefan Wahren
2022-06-02 14:49 ` Rob Herring
2022-06-02 22:56 ` Javier Martinez Canillas
2 siblings, 0 replies; 21+ messages in thread
From: Stefan Wahren @ 2022-06-02 11:58 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Catalin Marinas,
Will Deacon
Cc: Nicolas Saenz Julienne
Am 01.06.22 um 13:02 schrieb Peter Robinson:
> BCM2711, Raspberry Pi 4's SoC, contains a V3D core. So add its specific
> compatible to the bindings.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible
2022-06-01 11:02 ` [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible Peter Robinson
2022-06-02 11:58 ` Stefan Wahren
@ 2022-06-02 14:49 ` Rob Herring
2022-06-02 22:56 ` Javier Martinez Canillas
2 siblings, 0 replies; 21+ messages in thread
From: Rob Herring @ 2022-06-02 14:49 UTC (permalink / raw)
To: Peter Robinson
Cc: Arnd Bergmann, Nicolas Saenz Julienne, devicetree, David Airlie,
Rob Herring, dri-devel, javierm, linux-rpi-kernel,
linux-arm-kernel, Stefan Wahren, Florian Fainelli,
Catalin Marinas, Nicolas Saenz Julienne, Emma Anholt,
bcm-kernel-feedback-list, Will Deacon, maxime, Daniel Vetter
On Wed, 01 Jun 2022 12:02:44 +0100, Peter Robinson wrote:
> BCM2711, Raspberry Pi 4's SoC, contains a V3D core. So add its specific
> compatible to the bindings.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> Changes since v5:
> - Change compatible to align downstream and othee HW, reorder to suit
>
> Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible
2022-06-01 11:02 ` [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible Peter Robinson
2022-06-02 11:58 ` Stefan Wahren
2022-06-02 14:49 ` Rob Herring
@ 2022-06-02 22:56 ` Javier Martinez Canillas
2 siblings, 0 replies; 21+ messages in thread
From: Javier Martinez Canillas @ 2022-06-02 22:56 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, linux-arm-kernel, linux-rpi-kernel, maxime,
Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Nicolas Saenz Julienne
Hello Peter,
On 6/1/22 13:02, Peter Robinson wrote:
> BCM2711, Raspberry Pi 4's SoC, contains a V3D core. So add its specific
> compatible to the bindings.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
--
Best regards,
Javier Martinez Canillas
Linux Engineering
Red Hat
^ permalink raw reply [flat|nested] 21+ messages in thread
* [PATCH v5 2/6] drm/v3d: Get rid of pm code
2022-06-01 11:02 [PATCH v5 0/6] Raspberry PI 4 V3D enablement Peter Robinson
2022-06-01 11:02 ` [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible Peter Robinson
@ 2022-06-01 11:02 ` Peter Robinson
2022-06-02 22:59 ` Javier Martinez Canillas
2022-06-03 7:07 ` nicolas saenz julienne
2022-06-01 11:02 ` [PATCH v5 3/6] drm/v3d: Add support for bcm2711 Peter Robinson
` (3 subsequent siblings)
5 siblings, 2 replies; 21+ messages in thread
From: Peter Robinson @ 2022-06-01 11:02 UTC (permalink / raw)
To: Arnd Bergmann, bcm-kernel-feedback-list, Daniel Vetter,
David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Peter Robinson, Nicolas Saenz Julienne
Runtime PM doesn't seem to work correctly on this driver. On top of
that, commit 8b6864e3e138 ("drm/v3d/v3d_drv: Remove unused static
variable 'v3d_v3d_pm_ops'") hints that it most likely never did as the
driver's PM ops were not hooked-up.
So, in order to support regular operation with V3D on BCM2711 (Raspberry
Pi 4), get rid of the PM code. PM will be reinstated once we figure out
the underlying issues.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
Changes since v5:
- Rebase
Changes since v3:
- Minor updates for rebase
drivers/gpu/drm/v3d/v3d_debugfs.c | 18 +-----------------
drivers/gpu/drm/v3d/v3d_drv.c | 11 -----------
drivers/gpu/drm/v3d/v3d_gem.c | 12 +-----------
3 files changed, 2 insertions(+), 39 deletions(-)
diff --git a/drivers/gpu/drm/v3d/v3d_debugfs.c b/drivers/gpu/drm/v3d/v3d_debugfs.c
index 29fd13109e43..efbde124c296 100644
--- a/drivers/gpu/drm/v3d/v3d_debugfs.c
+++ b/drivers/gpu/drm/v3d/v3d_debugfs.c
@@ -4,7 +4,6 @@
#include <linux/circ_buf.h>
#include <linux/ctype.h>
#include <linux/debugfs.h>
-#include <linux/pm_runtime.h>
#include <linux/seq_file.h>
#include <linux/string_helpers.h>
@@ -131,11 +130,7 @@ static int v3d_v3d_debugfs_ident(struct seq_file *m, void *unused)
struct drm_device *dev = node->minor->dev;
struct v3d_dev *v3d = to_v3d_dev(dev);
u32 ident0, ident1, ident2, ident3, cores;
- int ret, core;
-
- ret = pm_runtime_get_sync(v3d->drm.dev);
- if (ret < 0)
- return ret;
+ int core;
ident0 = V3D_READ(V3D_HUB_IDENT0);
ident1 = V3D_READ(V3D_HUB_IDENT1);
@@ -188,9 +183,6 @@ static int v3d_v3d_debugfs_ident(struct seq_file *m, void *unused)
(misccfg & V3D_MISCCFG_OVRTMUOUT) != 0);
}
- pm_runtime_mark_last_busy(v3d->drm.dev);
- pm_runtime_put_autosuspend(v3d->drm.dev);
-
return 0;
}
@@ -218,11 +210,6 @@ static int v3d_measure_clock(struct seq_file *m, void *unused)
uint32_t cycles;
int core = 0;
int measure_ms = 1000;
- int ret;
-
- ret = pm_runtime_get_sync(v3d->drm.dev);
- if (ret < 0)
- return ret;
if (v3d->ver >= 40) {
V3D_CORE_WRITE(core, V3D_V4_PCTR_0_SRC_0_3,
@@ -246,9 +233,6 @@ static int v3d_measure_clock(struct seq_file *m, void *unused)
cycles / (measure_ms * 1000),
(cycles / (measure_ms * 100)) % 10);
- pm_runtime_mark_last_busy(v3d->drm.dev);
- pm_runtime_put_autosuspend(v3d->drm.dev);
-
return 0;
}
diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c
index 1afcd54fbbd5..56d5f831e48b 100644
--- a/drivers/gpu/drm/v3d/v3d_drv.c
+++ b/drivers/gpu/drm/v3d/v3d_drv.c
@@ -19,7 +19,6 @@
#include <linux/module.h>
#include <linux/of_platform.h>
#include <linux/platform_device.h>
-#include <linux/pm_runtime.h>
#include <linux/reset.h>
#include <drm/drm_drv.h>
@@ -43,7 +42,6 @@ static int v3d_get_param_ioctl(struct drm_device *dev, void *data,
{
struct v3d_dev *v3d = to_v3d_dev(dev);
struct drm_v3d_get_param *args = data;
- int ret;
static const u32 reg_map[] = {
[DRM_V3D_PARAM_V3D_UIFCFG] = V3D_HUB_UIFCFG,
[DRM_V3D_PARAM_V3D_HUB_IDENT1] = V3D_HUB_IDENT1,
@@ -69,17 +67,12 @@ static int v3d_get_param_ioctl(struct drm_device *dev, void *data,
if (args->value != 0)
return -EINVAL;
- ret = pm_runtime_get_sync(v3d->drm.dev);
- if (ret < 0)
- return ret;
if (args->param >= DRM_V3D_PARAM_V3D_CORE0_IDENT0 &&
args->param <= DRM_V3D_PARAM_V3D_CORE0_IDENT2) {
args->value = V3D_CORE_READ(0, offset);
} else {
args->value = V3D_READ(offset);
}
- pm_runtime_mark_last_busy(v3d->drm.dev);
- pm_runtime_put_autosuspend(v3d->drm.dev);
return 0;
}
@@ -280,10 +273,6 @@ static int v3d_platform_drm_probe(struct platform_device *pdev)
return -ENOMEM;
}
- pm_runtime_use_autosuspend(dev);
- pm_runtime_set_autosuspend_delay(dev, 50);
- pm_runtime_enable(dev);
-
ret = v3d_gem_init(drm);
if (ret)
goto dma_free;
diff --git a/drivers/gpu/drm/v3d/v3d_gem.c b/drivers/gpu/drm/v3d/v3d_gem.c
index 92bc0faee84f..7026214a09f0 100644
--- a/drivers/gpu/drm/v3d/v3d_gem.c
+++ b/drivers/gpu/drm/v3d/v3d_gem.c
@@ -6,7 +6,6 @@
#include <linux/io.h>
#include <linux/module.h>
#include <linux/platform_device.h>
-#include <linux/pm_runtime.h>
#include <linux/reset.h>
#include <linux/sched/signal.h>
#include <linux/uaccess.h>
@@ -367,9 +366,6 @@ v3d_job_free(struct kref *ref)
dma_fence_put(job->irq_fence);
dma_fence_put(job->done_fence);
- pm_runtime_mark_last_busy(job->v3d->drm.dev);
- pm_runtime_put_autosuspend(job->v3d->drm.dev);
-
if (job->perfmon)
v3d_perfmon_put(job->perfmon);
@@ -471,14 +467,10 @@ v3d_job_init(struct v3d_dev *v3d, struct drm_file *file_priv,
job->v3d = v3d;
job->free = free;
- ret = pm_runtime_get_sync(v3d->drm.dev);
- if (ret < 0)
- goto fail;
-
ret = drm_sched_job_init(&job->base, &v3d_priv->sched_entity[queue],
v3d_priv);
if (ret)
- goto fail_job;
+ goto fail;
if (has_multisync) {
if (se->in_sync_count && se->wait_stage == queue) {
@@ -509,8 +501,6 @@ v3d_job_init(struct v3d_dev *v3d, struct drm_file *file_priv,
fail_deps:
drm_sched_job_cleanup(&job->base);
-fail_job:
- pm_runtime_put_autosuspend(v3d->drm.dev);
fail:
kfree(*container);
*container = NULL;
--
2.36.1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* Re: [PATCH v5 2/6] drm/v3d: Get rid of pm code
2022-06-01 11:02 ` [PATCH v5 2/6] drm/v3d: Get rid of pm code Peter Robinson
@ 2022-06-02 22:59 ` Javier Martinez Canillas
2022-06-03 7:07 ` nicolas saenz julienne
1 sibling, 0 replies; 21+ messages in thread
From: Javier Martinez Canillas @ 2022-06-02 22:59 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, linux-arm-kernel, linux-rpi-kernel, maxime,
Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Nicolas Saenz Julienne
On 6/1/22 13:02, Peter Robinson wrote:
> Runtime PM doesn't seem to work correctly on this driver. On top of
> that, commit 8b6864e3e138 ("drm/v3d/v3d_drv: Remove unused static
> variable 'v3d_v3d_pm_ops'") hints that it most likely never did as the
> driver's PM ops were not hooked-up.
>
> So, in order to support regular operation with V3D on BCM2711 (Raspberry
> Pi 4), get rid of the PM code. PM will be reinstated once we figure out
> the underlying issues.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
This makes sense to me.
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
--
Best regards,
Javier Martinez Canillas
Linux Engineering
Red Hat
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [PATCH v5 2/6] drm/v3d: Get rid of pm code
2022-06-01 11:02 ` [PATCH v5 2/6] drm/v3d: Get rid of pm code Peter Robinson
2022-06-02 22:59 ` Javier Martinez Canillas
@ 2022-06-03 7:07 ` nicolas saenz julienne
1 sibling, 0 replies; 21+ messages in thread
From: nicolas saenz julienne @ 2022-06-03 7:07 UTC (permalink / raw)
To: Florian Fainelli
Cc: Nicolas Saenz Julienne, Peter Robinson, Arnd Bergmann,
bcm-kernel-feedback-list, Daniel Vetter, David Airlie, devicetree,
dri-devel, Emma Anholt, Florian Fainelli, javierm,
linux-arm-kernel, linux-rpi-kernel, maxime, Rob Herring,
Stefan Wahren, Catalin Marinas, Will Deacon
On Wed, 2022-06-01 at 12:02 +0100, Peter Robinson wrote:
> Runtime PM doesn't seem to work correctly on this driver. On top of
> that, commit 8b6864e3e138 ("drm/v3d/v3d_drv: Remove unused static
> variable 'v3d_v3d_pm_ops'") hints that it most likely never did as the
> driver's PM ops were not hooked-up.
>
> So, in order to support regular operation with V3D on BCM2711 (Raspberry
> Pi 4), get rid of the PM code. PM will be reinstated once we figure out
> the underlying issues.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
Hi Florian, any thoughts on this?
Are brcm,7268-v3d and brcm,7278-v3d using runtime PM downstream?
Nicolas
^ permalink raw reply [flat|nested] 21+ messages in thread
* [PATCH v5 3/6] drm/v3d: Add support for bcm2711
2022-06-01 11:02 [PATCH v5 0/6] Raspberry PI 4 V3D enablement Peter Robinson
2022-06-01 11:02 ` [PATCH v5 1/6] dt-bindings: gpu: v3d: Add BCM2711's compatible Peter Robinson
2022-06-01 11:02 ` [PATCH v5 2/6] drm/v3d: Get rid of pm code Peter Robinson
@ 2022-06-01 11:02 ` Peter Robinson
2022-06-02 12:00 ` Stefan Wahren
2022-06-02 23:05 ` Javier Martinez Canillas
2022-06-01 11:02 ` [PATCH v5 4/6] ARM: dts: bcm2711: Enable V3D Peter Robinson
` (2 subsequent siblings)
5 siblings, 2 replies; 21+ messages in thread
From: Peter Robinson @ 2022-06-01 11:02 UTC (permalink / raw)
To: Arnd Bergmann, bcm-kernel-feedback-list, Daniel Vetter,
David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Peter Robinson, Nicolas Saenz Julienne
Add compatible string and Kconfig options for bcm2711.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
Changes since v5:
- Change compatible to align downstream and othee HW, reorder to suit
drivers/gpu/drm/v3d/Kconfig | 2 +-
drivers/gpu/drm/v3d/v3d_drv.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/v3d/Kconfig b/drivers/gpu/drm/v3d/Kconfig
index e973ec487484..01d91c829107 100644
--- a/drivers/gpu/drm/v3d/Kconfig
+++ b/drivers/gpu/drm/v3d/Kconfig
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
config DRM_V3D
tristate "Broadcom V3D 3.x and newer"
- depends on ARCH_BCM || ARCH_BRCMSTB || COMPILE_TEST
+ depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
depends on DRM
depends on COMMON_CLK
depends on MMU
diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c
index 56d5f831e48b..8c7f910daa28 100644
--- a/drivers/gpu/drm/v3d/v3d_drv.c
+++ b/drivers/gpu/drm/v3d/v3d_drv.c
@@ -191,6 +191,7 @@ static const struct drm_driver v3d_drm_driver = {
};
static const struct of_device_id v3d_of_match[] = {
+ { .compatible = "brcm,2711-v3d" },
{ .compatible = "brcm,7268-v3d" },
{ .compatible = "brcm,7278-v3d" },
{},
--
2.36.1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* Re: [PATCH v5 3/6] drm/v3d: Add support for bcm2711
2022-06-01 11:02 ` [PATCH v5 3/6] drm/v3d: Add support for bcm2711 Peter Robinson
@ 2022-06-02 12:00 ` Stefan Wahren
2022-06-02 23:05 ` Javier Martinez Canillas
1 sibling, 0 replies; 21+ messages in thread
From: Stefan Wahren @ 2022-06-02 12:00 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Catalin Marinas,
Will Deacon, Melissa Wen
Cc: Nicolas Saenz Julienne
[add Melissa]
Am 01.06.22 um 13:02 schrieb Peter Robinson:
> Add compatible string and Kconfig options for bcm2711.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com>
> ---
> Changes since v5:
> - Change compatible to align downstream and othee HW, reorder to suit
>
> drivers/gpu/drm/v3d/Kconfig | 2 +-
> drivers/gpu/drm/v3d/v3d_drv.c | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/v3d/Kconfig b/drivers/gpu/drm/v3d/Kconfig
> index e973ec487484..01d91c829107 100644
> --- a/drivers/gpu/drm/v3d/Kconfig
> +++ b/drivers/gpu/drm/v3d/Kconfig
> @@ -1,7 +1,7 @@
> # SPDX-License-Identifier: GPL-2.0-only
> config DRM_V3D
> tristate "Broadcom V3D 3.x and newer"
> - depends on ARCH_BCM || ARCH_BRCMSTB || COMPILE_TEST
> + depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
> depends on DRM
> depends on COMMON_CLK
> depends on MMU
> diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c
> index 56d5f831e48b..8c7f910daa28 100644
> --- a/drivers/gpu/drm/v3d/v3d_drv.c
> +++ b/drivers/gpu/drm/v3d/v3d_drv.c
> @@ -191,6 +191,7 @@ static const struct drm_driver v3d_drm_driver = {
> };
>
> static const struct of_device_id v3d_of_match[] = {
> + { .compatible = "brcm,2711-v3d" },
> { .compatible = "brcm,7268-v3d" },
> { .compatible = "brcm,7278-v3d" },
> {},
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [PATCH v5 3/6] drm/v3d: Add support for bcm2711
2022-06-01 11:02 ` [PATCH v5 3/6] drm/v3d: Add support for bcm2711 Peter Robinson
2022-06-02 12:00 ` Stefan Wahren
@ 2022-06-02 23:05 ` Javier Martinez Canillas
1 sibling, 0 replies; 21+ messages in thread
From: Javier Martinez Canillas @ 2022-06-02 23:05 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, linux-arm-kernel, linux-rpi-kernel, maxime,
Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Nicolas Saenz Julienne
On 6/1/22 13:02, Peter Robinson wrote:
> Add compatible string and Kconfig options for bcm2711.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
I've one small nit though.
[snip]
> # SPDX-License-Identifier: GPL-2.0-only
> config DRM_V3D
> tristate "Broadcom V3D 3.x and newer"
> - depends on ARCH_BCM || ARCH_BRCMSTB || COMPILE_TEST
> + depends on ARCH_BCM || ARCH_BRCMSTB || ARCH_BCM2835 || COMPILE_TEST
The help text for this Kconfig symbol currently says:
help
Choose this option if you have a system that has a Broadcom
V3D 3.x or newer GPU, such as BCM7268.
Maybe you can add "... as BCM7268 or BCM2711." ?
--
Best regards,
Javier Martinez Canillas
Linux Engineering
Red Hat
^ permalink raw reply [flat|nested] 21+ messages in thread
* [PATCH v5 4/6] ARM: dts: bcm2711: Enable V3D
2022-06-01 11:02 [PATCH v5 0/6] Raspberry PI 4 V3D enablement Peter Robinson
` (2 preceding siblings ...)
2022-06-01 11:02 ` [PATCH v5 3/6] drm/v3d: Add support for bcm2711 Peter Robinson
@ 2022-06-01 11:02 ` Peter Robinson
2022-06-02 12:04 ` Stefan Wahren
2022-06-02 23:07 ` Javier Martinez Canillas
2022-06-01 11:02 ` [PATCH v5 5/6] ARM: configs: Enable DRM_V3D Peter Robinson
2022-06-01 11:02 ` [PATCH v5 6/6] arm64: config: " Peter Robinson
5 siblings, 2 replies; 21+ messages in thread
From: Peter Robinson @ 2022-06-01 11:02 UTC (permalink / raw)
To: Arnd Bergmann, bcm-kernel-feedback-list, Daniel Vetter,
David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Peter Robinson, Nicolas Saenz Julienne
This adds the entry for V3D for bcm2711 (used in the Raspberry Pi 4)
and the associated firmware clock entry.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
Changes since v5:
- Move the firmware clock to bcm2711-rpi.dtsi
arch/arm/boot/dts/bcm2711-rpi.dtsi | 4 ++++
arch/arm/boot/dts/bcm2711.dtsi | 11 +++++++++++
2 files changed, 15 insertions(+)
diff --git a/arch/arm/boot/dts/bcm2711-rpi.dtsi b/arch/arm/boot/dts/bcm2711-rpi.dtsi
index ca266c5d9f9b..98817a6675b9 100644
--- a/arch/arm/boot/dts/bcm2711-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi
@@ -69,6 +69,10 @@ blconfig: nvram@0 {
};
};
+&v3d {
+ clocks = <&firmware_clocks 5>;
+};
+
&vchiq {
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
};
diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
index 89af57482bc8..177662257b16 100644
--- a/arch/arm/boot/dts/bcm2711.dtsi
+++ b/arch/arm/boot/dts/bcm2711.dtsi
@@ -601,6 +601,17 @@ genet_mdio: mdio@e14 {
#size-cells = <0x0>;
};
};
+
+ v3d: gpu@7ec00000 {
+ compatible = "brcm,bcm2711-v3d";
+ reg = <0x0 0x7ec00000 0x4000>,
+ <0x0 0x7ec04000 0x4000>;
+ reg-names = "hub", "core0";
+
+ power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
+ resets = <&pm BCM2835_RESET_V3D>;
+ interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
+ };
};
};
--
2.36.1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* Re: [PATCH v5 4/6] ARM: dts: bcm2711: Enable V3D
2022-06-01 11:02 ` [PATCH v5 4/6] ARM: dts: bcm2711: Enable V3D Peter Robinson
@ 2022-06-02 12:04 ` Stefan Wahren
2022-06-02 13:32 ` Peter Robinson
2022-06-02 23:07 ` Javier Martinez Canillas
1 sibling, 1 reply; 21+ messages in thread
From: Stefan Wahren @ 2022-06-02 12:04 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Catalin Marinas,
Will Deacon
Cc: Nicolas Saenz Julienne
Hi Peter,
Am 01.06.22 um 13:02 schrieb Peter Robinson:
> This adds the entry for V3D for bcm2711 (used in the Raspberry Pi 4)
> and the associated firmware clock entry.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
> Changes since v5:
> - Move the firmware clock to bcm2711-rpi.dtsi
>
> arch/arm/boot/dts/bcm2711-rpi.dtsi | 4 ++++
> arch/arm/boot/dts/bcm2711.dtsi | 11 +++++++++++
> 2 files changed, 15 insertions(+)
>
> diff --git a/arch/arm/boot/dts/bcm2711-rpi.dtsi b/arch/arm/boot/dts/bcm2711-rpi.dtsi
> index ca266c5d9f9b..98817a6675b9 100644
> --- a/arch/arm/boot/dts/bcm2711-rpi.dtsi
> +++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi
> @@ -69,6 +69,10 @@ blconfig: nvram@0 {
> };
> };
>
> +&v3d {
> + clocks = <&firmware_clocks 5>;
> +};
> +
> &vchiq {
> interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
> };
> diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
> index 89af57482bc8..177662257b16 100644
> --- a/arch/arm/boot/dts/bcm2711.dtsi
> +++ b/arch/arm/boot/dts/bcm2711.dtsi
> @@ -601,6 +601,17 @@ genet_mdio: mdio@e14 {
> #size-cells = <0x0>;
> };
> };
> +
> + v3d: gpu@7ec00000 {
> + compatible = "brcm,bcm2711-v3d";
unfortunately this doesn't match with patch #3 anymore. Except of this
everything looks good here.
Stefan
> + reg = <0x0 0x7ec00000 0x4000>,
> + <0x0 0x7ec04000 0x4000>;
> + reg-names = "hub", "core0";
> +
> + power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
> + resets = <&pm BCM2835_RESET_V3D>;
> + interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
> + };
> };
> };
>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [PATCH v5 4/6] ARM: dts: bcm2711: Enable V3D
2022-06-02 12:04 ` Stefan Wahren
@ 2022-06-02 13:32 ` Peter Robinson
0 siblings, 0 replies; 21+ messages in thread
From: Peter Robinson @ 2022-06-02 13:32 UTC (permalink / raw)
To: Stefan Wahren
Cc: Arnd Bergmann, bcm-kernel-feedback-list, Daniel Vetter,
David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Catalin Marinas,
Will Deacon, Nicolas Saenz Julienne
Hi Stefan,
> Am 01.06.22 um 13:02 schrieb Peter Robinson:
> > This adds the entry for V3D for bcm2711 (used in the Raspberry Pi 4)
> > and the associated firmware clock entry.
> >
> > Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> > Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> > ---
> > Changes since v5:
> > - Move the firmware clock to bcm2711-rpi.dtsi
> >
> > arch/arm/boot/dts/bcm2711-rpi.dtsi | 4 ++++
> > arch/arm/boot/dts/bcm2711.dtsi | 11 +++++++++++
> > 2 files changed, 15 insertions(+)
> >
> > diff --git a/arch/arm/boot/dts/bcm2711-rpi.dtsi b/arch/arm/boot/dts/bcm2711-rpi.dtsi
> > index ca266c5d9f9b..98817a6675b9 100644
> > --- a/arch/arm/boot/dts/bcm2711-rpi.dtsi
> > +++ b/arch/arm/boot/dts/bcm2711-rpi.dtsi
> > @@ -69,6 +69,10 @@ blconfig: nvram@0 {
> > };
> > };
> >
> > +&v3d {
> > + clocks = <&firmware_clocks 5>;
> > +};
> > +
> > &vchiq {
> > interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
> > };
> > diff --git a/arch/arm/boot/dts/bcm2711.dtsi b/arch/arm/boot/dts/bcm2711.dtsi
> > index 89af57482bc8..177662257b16 100644
> > --- a/arch/arm/boot/dts/bcm2711.dtsi
> > +++ b/arch/arm/boot/dts/bcm2711.dtsi
> > @@ -601,6 +601,17 @@ genet_mdio: mdio@e14 {
> > #size-cells = <0x0>;
> > };
> > };
> > +
> > + v3d: gpu@7ec00000 {
> > + compatible = "brcm,bcm2711-v3d";
>
> unfortunately this doesn't match with patch #3 anymore. Except of this
> everything looks good here.
Good catch, have updated locally, I'll send out a new rev tomorrow,
will give it a day to see if there's other feedback,
P
> Stefan
>
> > + reg = <0x0 0x7ec00000 0x4000>,
> > + <0x0 0x7ec04000 0x4000>;
> > + reg-names = "hub", "core0";
> > +
> > + power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
> > + resets = <&pm BCM2835_RESET_V3D>;
> > + interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
> > + };
> > };
> > };
> >
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [PATCH v5 4/6] ARM: dts: bcm2711: Enable V3D
2022-06-01 11:02 ` [PATCH v5 4/6] ARM: dts: bcm2711: Enable V3D Peter Robinson
2022-06-02 12:04 ` Stefan Wahren
@ 2022-06-02 23:07 ` Javier Martinez Canillas
1 sibling, 0 replies; 21+ messages in thread
From: Javier Martinez Canillas @ 2022-06-02 23:07 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, linux-arm-kernel, linux-rpi-kernel, maxime,
Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Nicolas Saenz Julienne
On 6/1/22 13:02, Peter Robinson wrote:
> This adds the entry for V3D for bcm2711 (used in the Raspberry Pi 4)
> and the associated firmware clock entry.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
Once you fix the typo mentioned by Stefan already:
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
--
Best regards,
Javier Martinez Canillas
Linux Engineering
Red Hat
^ permalink raw reply [flat|nested] 21+ messages in thread
* [PATCH v5 5/6] ARM: configs: Enable DRM_V3D
2022-06-01 11:02 [PATCH v5 0/6] Raspberry PI 4 V3D enablement Peter Robinson
` (3 preceding siblings ...)
2022-06-01 11:02 ` [PATCH v5 4/6] ARM: dts: bcm2711: Enable V3D Peter Robinson
@ 2022-06-01 11:02 ` Peter Robinson
2022-06-02 11:48 ` Stefan Wahren
2022-06-02 23:09 ` Javier Martinez Canillas
2022-06-01 11:02 ` [PATCH v5 6/6] arm64: config: " Peter Robinson
5 siblings, 2 replies; 21+ messages in thread
From: Peter Robinson @ 2022-06-01 11:02 UTC (permalink / raw)
To: Arnd Bergmann, bcm-kernel-feedback-list, Daniel Vetter,
David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Peter Robinson, Nicolas Saenz Julienne
BCM2711, the SoC used on the Raspberry Pi 4 has a different 3D
render GPU IP than its predecessors. Enable it it on multi v7
and bcm2835 configs.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
Changes since v5:
- Added to bcm2835_defconfig
arch/arm/configs/bcm2835_defconfig | 1 +
arch/arm/configs/multi_v7_defconfig | 1 +
2 files changed, 2 insertions(+)
diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index a9ed79b7f871..9270512c14ea 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -106,6 +106,7 @@ CONFIG_REGULATOR_GPIO=y
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_DRM=y
+CONFIG_DRM_V3D=y
CONFIG_DRM_VC4=y
CONFIG_FB_SIMPLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index d6a6811f0539..e2db5cdc66b7 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -731,6 +731,7 @@ CONFIG_DRM_IMX_PARALLEL_DISPLAY=m
CONFIG_DRM_IMX_TVE=m
CONFIG_DRM_IMX_LDB=m
CONFIG_DRM_IMX_HDMI=m
+CONFIG_DRM_V3D=m
CONFIG_DRM_VC4=m
CONFIG_DRM_ETNAVIV=m
CONFIG_DRM_MXSFB=m
--
2.36.1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* Re: [PATCH v5 5/6] ARM: configs: Enable DRM_V3D
2022-06-01 11:02 ` [PATCH v5 5/6] ARM: configs: Enable DRM_V3D Peter Robinson
@ 2022-06-02 11:48 ` Stefan Wahren
2022-06-02 23:09 ` Javier Martinez Canillas
1 sibling, 0 replies; 21+ messages in thread
From: Stefan Wahren @ 2022-06-02 11:48 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Catalin Marinas,
Will Deacon
Cc: Nicolas Saenz Julienne
Am 01.06.22 um 13:02 schrieb Peter Robinson:
> BCM2711, the SoC used on the Raspberry Pi 4 has a different 3D
> render GPU IP than its predecessors. Enable it it on multi v7
> and bcm2835 configs.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [PATCH v5 5/6] ARM: configs: Enable DRM_V3D
2022-06-01 11:02 ` [PATCH v5 5/6] ARM: configs: Enable DRM_V3D Peter Robinson
2022-06-02 11:48 ` Stefan Wahren
@ 2022-06-02 23:09 ` Javier Martinez Canillas
1 sibling, 0 replies; 21+ messages in thread
From: Javier Martinez Canillas @ 2022-06-02 23:09 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, linux-arm-kernel, linux-rpi-kernel, maxime,
Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Nicolas Saenz Julienne
On 6/1/22 13:02, Peter Robinson wrote:
> BCM2711, the SoC used on the Raspberry Pi 4 has a different 3D
> render GPU IP than its predecessors. Enable it it on multi v7
> and bcm2835 configs.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
--
Best regards,
Javier Martinez Canillas
Linux Engineering
Red Hat
^ permalink raw reply [flat|nested] 21+ messages in thread
* [PATCH v5 6/6] arm64: config: Enable DRM_V3D
2022-06-01 11:02 [PATCH v5 0/6] Raspberry PI 4 V3D enablement Peter Robinson
` (4 preceding siblings ...)
2022-06-01 11:02 ` [PATCH v5 5/6] ARM: configs: Enable DRM_V3D Peter Robinson
@ 2022-06-01 11:02 ` Peter Robinson
2022-06-02 12:05 ` Stefan Wahren
2022-06-02 23:10 ` Javier Martinez Canillas
5 siblings, 2 replies; 21+ messages in thread
From: Peter Robinson @ 2022-06-01 11:02 UTC (permalink / raw)
To: Arnd Bergmann, bcm-kernel-feedback-list, Daniel Vetter,
David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Nicolas Saenz Julienne, Peter Robinson
From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
BCM2711, the SoC used on the Raspberry Pi 4 has a different GPU than its
predecessors. Enable it.
Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 50aa3d75ab4f..446bac1ef774 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -738,6 +738,7 @@ CONFIG_DRM_I2C_ADV7511_AUDIO=y
CONFIG_DRM_DW_HDMI_AHB_AUDIO=m
CONFIG_DRM_DW_HDMI_CEC=m
CONFIG_DRM_IMX_DCSS=m
+CONFIG_DRM_V3D=m
CONFIG_DRM_VC4=m
CONFIG_DRM_ETNAVIV=m
CONFIG_DRM_HISI_HIBMC=m
--
2.36.1
^ permalink raw reply related [flat|nested] 21+ messages in thread
* Re: [PATCH v5 6/6] arm64: config: Enable DRM_V3D
2022-06-01 11:02 ` [PATCH v5 6/6] arm64: config: " Peter Robinson
@ 2022-06-02 12:05 ` Stefan Wahren
2022-06-02 23:10 ` Javier Martinez Canillas
1 sibling, 0 replies; 21+ messages in thread
From: Stefan Wahren @ 2022-06-02 12:05 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, javierm, linux-arm-kernel, linux-rpi-kernel,
maxime, Nicolas Saenz Julienne, Rob Herring, Catalin Marinas,
Will Deacon
Cc: Nicolas Saenz Julienne
Am 01.06.22 um 13:02 schrieb Peter Robinson:
> From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
>
> BCM2711, the SoC used on the Raspberry Pi 4 has a different GPU than its
> predecessors. Enable it.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Stefan Wahren <stefan.wahren@i2se.com>
^ permalink raw reply [flat|nested] 21+ messages in thread
* Re: [PATCH v5 6/6] arm64: config: Enable DRM_V3D
2022-06-01 11:02 ` [PATCH v5 6/6] arm64: config: " Peter Robinson
2022-06-02 12:05 ` Stefan Wahren
@ 2022-06-02 23:10 ` Javier Martinez Canillas
1 sibling, 0 replies; 21+ messages in thread
From: Javier Martinez Canillas @ 2022-06-02 23:10 UTC (permalink / raw)
To: Peter Robinson, Arnd Bergmann, bcm-kernel-feedback-list,
Daniel Vetter, David Airlie, devicetree, dri-devel, Emma Anholt,
Florian Fainelli, linux-arm-kernel, linux-rpi-kernel, maxime,
Nicolas Saenz Julienne, Rob Herring, Stefan Wahren,
Catalin Marinas, Will Deacon
Cc: Nicolas Saenz Julienne
On 6/1/22 13:02, Peter Robinson wrote:
> From: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
>
> BCM2711, the SoC used on the Raspberry Pi 4 has a different GPU than its
> predecessors. Enable it.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> ---
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
--
Best regards,
Javier Martinez Canillas
Linux Engineering
Red Hat
^ permalink raw reply [flat|nested] 21+ messages in thread