From: Alessio Belle <Alessio.Belle@imgtec.com>
To: Matt Coster <Matt.Coster@imgtec.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"tzimmermann@suse.de" <tzimmermann@suse.de>,
"simona@ffwll.ch" <simona@ffwll.ch>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"airlied@gmail.com" <airlied@gmail.com>,
Frank Binns <Frank.Binns@imgtec.com>,
Brajesh Gupta <Brajesh.Gupta@imgtec.com>,
"maarten.lankhorst@linux.intel.com"
<maarten.lankhorst@linux.intel.com>,
Alexandru Dadu <Alexandru.Dadu@imgtec.com>,
"mripard@kernel.org" <mripard@kernel.org>
Subject: Re: [PATCH 0/6] drm/imagination: Introduce hardware support check
Date: Fri, 16 Jan 2026 15:08:42 +0000 [thread overview]
Message-ID: <9c26d3ca38e46e76e1b2fa1b5eaa378b5b436fc3.camel@imgtec.com> (raw)
In-Reply-To: <20260113-device-support-info-v1-0-91e5db7f7294@imgtec.com>
On Tue, 2026-01-13 at 10:16 +0000, Matt Coster wrote:
> We're seeing an influx of contributions to add support for lots of
> different hardware containing Imagination GPUs, and for that we're
> incredibly grateful.
>
> Out of an abundance of caution, let's mark anything with intial support
> that isn't yet reasonably widely tested as "experimental".
>
> This serves two goals:
> - Don't accidentally declare that hardware with early support is usable
> without sufficient testing.
> - Allow for future breaking changes that would normally not be allowed
> (limited to this experimental hardware).
>
> Here's a quick breakdown of the series:
> - P1-3: General cleanup & other parameter/debugfs-related enhancements.
> - P4: Introduce a module parameter to override the detected gpuid,
> which is useful for testing.
> - P5: Add KUnit infrastructure to the driver for the first time, to
> validate the error-prone task of parsing a gpuid from a string.
> - P6: Introduce the titular check.
>
> Many of the earlier changes could go in on their own, but are not
> critical fixes and would all land in the -next tree anyway so it seems
> pointless to separate them from the context of the later changes.
>
> Signed-off-by: Matt Coster <matt.coster@imgtec.com>
> ---
> Alexandru Dadu (1):
> drm/imagination: Add gpuid module parameter
>
> Matt Coster (5):
> drm/imagination: Simplify module parameters
> drm/imagination: Validate fw trace group_mask
> drm/imagination: Load FW trace config at init
> drm/imagination: KUnit test for pvr_gpuid_decode_string()
> drm/imagination: Warn or error on unsupported hardware
>
> drivers/gpu/drm/imagination/Kconfig | 12 ++
> drivers/gpu/drm/imagination/Makefile | 3 +-
> drivers/gpu/drm/imagination/pvr_debugfs.c | 2 -
> drivers/gpu/drm/imagination/pvr_device.c | 200 ++++++++++++++++++++++++++---
> drivers/gpu/drm/imagination/pvr_device.h | 24 ++--
> drivers/gpu/drm/imagination/pvr_fw_trace.c | 125 +++++++++++++++---
> drivers/gpu/drm/imagination/pvr_fw_trace.h | 3 -
> drivers/gpu/drm/imagination/pvr_params.c | 147 ---------------------
> drivers/gpu/drm/imagination/pvr_params.h | 72 -----------
> drivers/gpu/drm/imagination/pvr_test.c | 73 +++++++++++
> 10 files changed, 389 insertions(+), 272 deletions(-)
> ---
> base-commit: 4a768c544f64eaa2fc7cfa91e46f43aa4aad0c40
> change-id: 20260107-device-support-info-f16d81b672d5
>
For the whole serie,
Reviewed-by: Alessio Belle <alessio.belle@imgtec.com>
Thanks,
Alessio
next prev parent reply other threads:[~2026-01-16 15:08 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-13 10:16 Matt Coster
2026-01-13 10:16 ` [PATCH 1/6] drm/imagination: Simplify module parameters Matt Coster
2026-01-13 10:16 ` [PATCH 2/6] drm/imagination: Validate fw trace group_mask Matt Coster
2026-01-13 10:16 ` [PATCH 3/6] drm/imagination: Load FW trace config at init Matt Coster
2026-01-13 10:16 ` [PATCH 4/6] drm/imagination: Add gpuid module parameter Matt Coster
2026-01-13 10:16 ` [PATCH 5/6] drm/imagination: KUnit test for pvr_gpuid_decode_string() Matt Coster
2026-01-13 10:16 ` [PATCH 6/6] drm/imagination: Warn or error on unsupported hardware Matt Coster
2026-02-23 13:21 ` Geert Uytterhoeven
2026-01-16 15:08 ` Alessio Belle [this message]
2026-01-19 11:23 ` [PATCH 0/6] drm/imagination: Introduce hardware support check Matt Coster
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=9c26d3ca38e46e76e1b2fa1b5eaa378b5b436fc3.camel@imgtec.com \
--to=alessio.belle@imgtec.com \
--cc=Alexandru.Dadu@imgtec.com \
--cc=Brajesh.Gupta@imgtec.com \
--cc=Frank.Binns@imgtec.com \
--cc=Matt.Coster@imgtec.com \
--cc=airlied@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=simona@ffwll.ch \
--cc=tzimmermann@suse.de \
/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
all inboxes | Powered by JetHome®