From: Daniel Almeida <daniel.almeida@collabora.com>
To: adrinael@adrinael.net, arek@hiler.eu,
kamil.konieczny@linux.intel.com, juhapekka.heikkila@gmail.com,
bhanuprakash.modem@gmail.com, ashutosh.dixit@intel.com,
karthik.b.s@intel.com, boris.brezillon@collabora.com,
liviu.dudau@arm.com, steven.price@arm.com, aliceryhl@google.com,
jeffv@google.com
Cc: Daniel Almeida <daniel.almeida@collabora.com>,
intel-gfx@lists.freedesktop.org, igt-dev@lists.freedesktop.org,
dri-devel@lists.freedesktop.org
Subject: [PATCH i-g-t v3 1/3] lib: add support for opening Panthor devices
Date: Tue, 4 Nov 2025 17:28:41 -0300 [thread overview]
Message-ID: <20251104202845.2879460-2-daniel.almeida@collabora.com> (raw)
In-Reply-To: <20251104202845.2879460-1-daniel.almeida@collabora.com>
We will be adding tests for Panthor in a subsequent patch, so first add
the ability to open the device.
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Daniel Almeida <daniel.almeida@collabora.com>
---
lib/drmtest.c | 1 +
lib/drmtest.h | 1 +
2 files changed, 2 insertions(+)
diff --git a/lib/drmtest.c b/lib/drmtest.c
index 590c4671a..3d8c8e79e 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -220,6 +220,7 @@ static const struct module {
{ DRIVER_INTEL, "i915", modprobe_i915 },
{ DRIVER_MSM, "msm" },
{ DRIVER_PANFROST, "panfrost" },
+ { DRIVER_PANTHOR, "panthor" },
{ DRIVER_V3D, "v3d" },
{ DRIVER_VC4, "vc4" },
{ DRIVER_VGEM, "vgem" },
diff --git a/lib/drmtest.h b/lib/drmtest.h
index 8416aa491..4b0a71102 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -57,6 +57,7 @@ int __get_drm_device_name(int fd, char *name, int name_size);
#define DRIVER_VMWGFX (1 << 8)
#define DRIVER_VKMS (1 << 9)
#define DRIVER_VIRTIO (1 << 10)
+#define DRIVER_PANTHOR (1 << 11)
/*
* Exclude DRIVER_VGEM and DRIVER_VIRTIO from DRIVER_ANY since if you run
--
2.51.0
next prev parent reply other threads:[~2025-11-04 20:29 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-04 20:28 [PATCH i-g-t v3 0/3] Add initial Panthor tests Daniel Almeida
2025-11-04 20:28 ` Daniel Almeida [this message]
2025-11-06 9:24 ` [PATCH i-g-t v3 1/3] lib: add support for opening Panthor devices Boris Brezillon
2025-11-04 20:28 ` [PATCH i-g-t v3 2/3] panthor: add initial infrastructure Daniel Almeida
2025-11-06 9:25 ` Boris Brezillon
2025-11-04 20:28 ` [PATCH i-g-t v3 3/3] tests/panthor: add panthor tests Daniel Almeida
2025-11-04 21:04 ` Boris Brezillon
2025-11-06 11:13 ` Daniel Almeida
2025-11-06 14:03 ` Pawel Sikora
2025-11-06 9:26 ` Boris Brezillon
2025-11-06 17:10 ` Kamil Konieczny
2025-11-06 9:29 ` [PATCH i-g-t v3 0/3] Add initial Panthor tests Boris Brezillon
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=20251104202845.2879460-2-daniel.almeida@collabora.com \
--to=daniel.almeida@collabora.com \
--cc=adrinael@adrinael.net \
--cc=aliceryhl@google.com \
--cc=arek@hiler.eu \
--cc=ashutosh.dixit@intel.com \
--cc=bhanuprakash.modem@gmail.com \
--cc=boris.brezillon@collabora.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jeffv@google.com \
--cc=juhapekka.heikkila@gmail.com \
--cc=kamil.konieczny@linux.intel.com \
--cc=karthik.b.s@intel.com \
--cc=liviu.dudau@arm.com \
--cc=steven.price@arm.com \
/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