mbox series

[v4,00/15] Raspberry PI 4 V3D enablement

Message ID 20220213225646.67761-1-pbrobinson@gmail.com
Headers show
Series Raspberry PI 4 V3D enablement | expand

Message

Peter Robinson Feb. 13, 2022, 10:56 p.m. UTC
This is purely a rebased of Nicolas's v3 patch set from around a year ago.

I've tested this using mesa 21.3.x and Wayland/Gnome on Fedora 35, it's 
more or less stable with basic testing.

Comments

Adrien Thierry Feb. 24, 2022, 7:56 p.m. UTC | #1
Hi,

> @@ -193,6 +193,7 @@ static const struct drm_driver v3d_drm_driver = {
>  static const struct of_device_id v3d_of_match[] = {
>  	{ .compatible = "brcm,7268-v3d" },
>  	{ .compatible = "brcm,7278-v3d" },
> +	{ .compatible = "brcm,bcm2711-v3d" },
>  	{},
>  };

The downstream tree [1] uses 'brcm,2711-v3d'. Is there a reason for not
using the same compatible string ? Having the same string would allow
using downstream dtbs (and overlays) with the upstream kernel.

Adrien

[1] https://github.com/raspberrypi/linux/blob/rpi-5.15.y/drivers/gpu/drm/v3d/v3d_drv.c