From: Stefan Wahren <wahrenst@gmx.net>
To: Iago Toral Quiroga <itoral@igalia.com>,
Maira Canal <mcanal@igalia.com>,
dri-devel@lists.freedesktop.org
Cc: Nicolas Saenz Julienne <nsaenz@kernel.org>,
Emma Anholt <emma@anholt.net>, Melissa Wen <mwen@igalia.com>,
Rob Herring <robh+dt@kernel.org>
Subject: Re: [PATCH v2 4/4] drm/v3d: add brcm,2712-v3d as a compatible V3D device
Date: Mon, 30 Oct 2023 11:01:49 +0100 [thread overview]
Message-ID: <515d8a40-c997-415c-9d05-38d9ca2e40a0@gmx.net> (raw)
In-Reply-To: <20231030082858.30321-5-itoral@igalia.com>
Hi Iago,
Am 30.10.23 um 09:28 schrieb Iago Toral Quiroga:
> This is required to get the V3D module to load with Raspberry Pi 5.
>
> v2:
> - added s-o-b and commit message. (Maíra)
> - keep order of compatible strings. (Stefan Wahren)
as in the other patch, please move the changelog below --- or in the
cover letter.
Except of this:
Reviewed-by: Stefan Wahren <wahrenst@gmx.net>
>
> Signed-off-by: Iago Toral Quiroga <itoral@igalia.com>
> ---
> drivers/gpu/drm/v3d/v3d_drv.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c
> index ffbbe9d527d3..1ab46bdf8ad7 100644
> --- a/drivers/gpu/drm/v3d/v3d_drv.c
> +++ b/drivers/gpu/drm/v3d/v3d_drv.c
> @@ -187,6 +187,7 @@ static const struct drm_driver v3d_drm_driver = {
>
> static const struct of_device_id v3d_of_match[] = {
> { .compatible = "brcm,2711-v3d" },
> + { .compatible = "brcm,2712-v3d" },
> { .compatible = "brcm,7268-v3d" },
> { .compatible = "brcm,7278-v3d" },
> {},
next prev parent reply other threads:[~2023-10-30 11:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2023-10-30 12:26 ` [PATCH v2 0/4] V3D module changes for Pi5 Maira Canal
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=515d8a40-c997-415c-9d05-38d9ca2e40a0@gmx.net \
--to=wahrenst@gmx.net \
--cc=dri-devel@lists.freedesktop.org \
--cc=emma@anholt.net \
--cc=itoral@igalia.com \
--cc=mcanal@igalia.com \
--cc=mwen@igalia.com \
--cc=nsaenz@kernel.org \
--cc=robh+dt@kernel.org \
/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 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.