Re: [PATCH v5 5/6] ARM: configs: Enable DRM_V3D

2022-06-02 Thread Javier Martinez Canillas
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 > Signed-off-by: Peter Robinson > --- Reviewed-by: Javier

Re: [PATCH v5 5/6] ARM: configs: Enable DRM_V3D

2022-06-02 Thread Stefan Wahren
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 Signed-off-by: Peter Robinson Reviewed-by: Stefan Wahren

[PATCH v5 5/6] ARM: configs: Enable DRM_V3D

2022-06-01 Thread 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 Signed-off-by: Peter Robinson --- Changes since v5: - Added to bcm2835_defconfig