All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] V3D module changes for Pi5
@ 2023-10-30  8:28 Iago Toral Quiroga
  2023-10-30  8:28 ` [PATCH v2 1/4] drm/v3d: update UAPI to match user-space for V3D 7.x Iago Toral Quiroga
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Iago Toral Quiroga @ 2023-10-30  8:28 UTC (permalink / raw)
  To: Maira Canal, dri-devel
  Cc: Nicolas Saenz Julienne, Emma Anholt, Melissa Wen, Rob Herring,
	Iago Toral Quiroga, Stefan Wahren

This series includes patches to update the V3D kernel module
that drives the VideoCore VI GPU in Raspberry Pi 4 to also support
the Video Core VII iteration present in Raspberry Pi 5.

The first patch in the series adds a small uAPI update required for
TFU jobs, the second patch addresses the bulk of the work and
involves mostly updates to register addresses, the third and fourth
patches match the 'brcm,2712-v3d' device string from Pi5 with the
V3D driver.

The changes for the user-space driver can be found in the
corresponding Mesa MR here:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25450

Iago Toral Quiroga (4):
  drm/v3d: update UAPI to match user-space for V3D 7.x
  drm/v3d: fix up register addresses for V3D 7.x
  dt-bindings: gpu: v3d: Add BCM2712's compatible
  drm/v3d: add brcm,2712-v3d as a compatible V3D device

 .../devicetree/bindings/gpu/brcm,bcm-v3d.yaml |   1 +
 drivers/gpu/drm/v3d/v3d_debugfs.c             | 178 ++++++++++--------
 drivers/gpu/drm/v3d/v3d_drv.c                 |   1 +
 drivers/gpu/drm/v3d/v3d_gem.c                 |   4 +-
 drivers/gpu/drm/v3d/v3d_irq.c                 |  46 +++--
 drivers/gpu/drm/v3d/v3d_regs.h                |  94 +++++----
 drivers/gpu/drm/v3d/v3d_sched.c               |  38 ++--
 include/uapi/drm/v3d_drm.h                    |   5 +
 8 files changed, 211 insertions(+), 156 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-10-30 14:40 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-30  8:28 [PATCH v2 0/4] V3D module changes for Pi5 Iago Toral Quiroga
2023-10-30  8:28 ` [PATCH v2 1/4] drm/v3d: update UAPI to match user-space for V3D 7.x Iago Toral Quiroga
2023-10-30  8:28 ` [PATCH v2 2/4] drm/v3d: fix up register addresses " Iago Toral Quiroga
2023-10-30  9:58   ` Stefan Wahren
2023-10-30 10:14     ` Iago Toral
2023-10-30 10:28       ` Stefan Wahren
2023-10-30 10:30         ` Iago Toral
2023-10-30  8:28 ` [PATCH v2 3/4] dt-bindings: gpu: v3d: Add BCM2712's compatible Iago Toral Quiroga
2023-10-30  9:57   ` Stefan Wahren
2023-10-30 10:18     ` Iago Toral
2023-10-30 10:23       ` Stefan Wahren
2023-10-30 14:39   ` Krzysztof Kozlowski
2023-10-30  8:28 ` [PATCH v2 4/4] drm/v3d: add brcm,2712-v3d as a compatible V3D device Iago Toral Quiroga
2023-10-30 10:01   ` Stefan Wahren
2023-10-30 12:26 ` [PATCH v2 0/4] V3D module changes for Pi5 Maira Canal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.