From: Iago Toral Quiroga <itoral@igalia.com>
To: dri-devel@lists.freedesktop.org, Maira Canal <mcanal@igalia.com>
Cc: Emma Anholt <emma@anholt.net>, Melissa Wen <mwen@igalia.com>,
Daniel Vetter <daniel@ffwll.ch>, David Airlie <airlied@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Nicolas Saenz Julienne <nsaenz@kernel.org>,
Stefan Wahren <wahrenst@gmx.net>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Thomas Zimmermann <tzimmermann@suse.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
kernel-dev@igalia.com, Iago Toral Quiroga <itoral@igalia.com>
Subject: [PATCH v3 0/4] V3D module changes for Pi5
Date: Tue, 31 Oct 2023 08:38:55 +0100 [thread overview]
Message-ID: <20231031073859.25298-1-itoral@igalia.com> (raw)
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
Changes in v2:
- Addeded s-o-b to patches (Maíra Canal)
- patch 2: fixed style warnings (Maíra Canal)
- patch 2: Use macro with version param to get reg addresses (Maíra Canal)
- new patch: Update the device tree binding (Stefan Wahren)
Changes in v3:
- Moved changelog entries in patches to cover letter (Stefan Wahren)
- Added DT maintainers (Stefan Wahren, Krzysztof Kozlowski)
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
next reply other threads:[~2023-10-31 7:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-31 7:38 Iago Toral Quiroga [this message]
2023-10-31 7:38 ` [PATCH v3 1/4] drm/v3d: update UAPI to match user-space for V3D 7.x Iago Toral Quiroga
2023-10-31 7:38 ` [PATCH v3 2/4] drm/v3d: fix up register addresses " Iago Toral Quiroga
2023-10-31 7:38 ` [PATCH v3 3/4] dt-bindings: gpu: v3d: Add BCM2712's compatible Iago Toral Quiroga
2023-10-31 16:59 ` Conor Dooley
2023-10-31 17:53 ` Maíra Canal
2023-11-01 7:25 ` Krzysztof Kozlowski
2023-11-01 15:36 ` Conor Dooley
2023-10-31 7:38 ` [PATCH v3 4/4] drm/v3d: add brcm,2712-v3d as a compatible V3D device Iago Toral Quiroga
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231031073859.25298-1-itoral@igalia.com \
--to=itoral@igalia.com \
--cc=airlied@gmail.com \
--cc=conor+dt@kernel.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=emma@anholt.net \
--cc=kernel-dev@igalia.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mcanal@igalia.com \
--cc=mripard@kernel.org \
--cc=mwen@igalia.com \
--cc=nsaenz@kernel.org \
--cc=robh+dt@kernel.org \
--cc=tzimmermann@suse.de \
--cc=wahrenst@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox