[igt-dev] [PATCH i-g-t] Add Arm drivers as supported drivers by igt.
Liviu Dudau
liviu.dudau at arm.com
Mon Jun 17 15:18:41 UTC 2019
Add the drivers maintained by Arm developers to the igt.
Signed-off-by: Liviu Dudau <liviu.dudau at arm.com>
---
lib/drmtest.c | 3 +++
lib/drmtest.h | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/lib/drmtest.c b/lib/drmtest.c
index 25f203530..17e1ce8fd 100644
--- a/lib/drmtest.c
+++ b/lib/drmtest.c
@@ -211,6 +211,9 @@ static const struct module {
{ DRIVER_VC4, "vc4" },
{ DRIVER_VGEM, "vgem" },
{ DRIVER_VIRTIO, "virtio_gpu", modprobe_virtio },
+ { DRIVER_HDLCD, "hdlcd" },
+ { DRIVER_MALIDP, "mali_dp" },
+ { DRIVER_KOMEDA, "komeda" },
{}
};
diff --git a/lib/drmtest.h b/lib/drmtest.h
index 6c4c3899c..952f0c4b6 100644
--- a/lib/drmtest.h
+++ b/lib/drmtest.h
@@ -45,6 +45,10 @@
#define DRIVER_AMDGPU (1 << 4)
#define DRIVER_V3D (1 << 5)
#define DRIVER_PANFROST (1 << 6)
+#define DRIVER_HDLCD (1 << 7)
+#define DRIVER_MALIDP (1 << 8)
+#define DRIVER_KOMEDA (1 << 9)
+
/*
* Exclude DRVER_VGEM from DRIVER_ANY since if you run on a system
* with vgem as well as a supported driver, you can end up with a
--
2.21.0
More information about the igt-dev
mailing list