[PATCH v6 5/8] drm/ci: mediatek: add tests for powervr gpu driver

From: Vignesh Raman
Date: Tue Apr 09 2024 - 04:15:42 EST


For mediatek mt8173, the display driver is mediatek, while the
gpu driver is powervr. Currently, in drm-ci for mt8173, only the
display driver is tested. Add support in drm-ci to test powervr
driver for mt8173. Powervr driver was merged in linux kernel,
but there's no mediatek support yet. So disable the powervr:mt8173
job which uses powervr driver.

Also update the MAINTAINERS file to include xfails for powervr driver.

Signed-off-by: Vignesh Raman <vignesh.raman@xxxxxxxxxxxxx>
---

v6:
- New patch in the series. Split powervr changes into a new commit.

---
MAINTAINERS | 1 +
drivers/gpu/drm/ci/gitlab-ci.yml | 1 +
drivers/gpu/drm/ci/test.yml | 14 ++++++++++++++
3 files changed, 16 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 333704ceefb6..92afa7b4f3dc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10479,6 +10479,7 @@ S: Supported
T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/gpu/img,powervr.yaml
F: Documentation/gpu/imagination/
+F: drivers/gpu/drm/ci/xfails/powervr*
F: drivers/gpu/drm/imagination/
F: include/uapi/drm/pvr_drm.h

diff --git a/drivers/gpu/drm/ci/gitlab-ci.yml b/drivers/gpu/drm/ci/gitlab-ci.yml
index 9df55dc45173..5345a970f0b5 100644
--- a/drivers/gpu/drm/ci/gitlab-ci.yml
+++ b/drivers/gpu/drm/ci/gitlab-ci.yml
@@ -112,6 +112,7 @@ stages:
- msm
- rockchip
- panfrost
+ - powervr
- virtio-gpu

# YAML anchors for rule conditions
diff --git a/drivers/gpu/drm/ci/test.yml b/drivers/gpu/drm/ci/test.yml
index 959157449e4e..27930e29aabc 100644
--- a/drivers/gpu/drm/ci/test.yml
+++ b/drivers/gpu/drm/ci/test.yml
@@ -292,6 +292,11 @@ amdgpu:stoney:
variables:
DRIVER_NAME: mediatek

+.powervr-gpu:
+ stage: powervr
+ variables:
+ DRIVER_NAME: powervr
+
.panfrost-gpu:
stage: panfrost
variables:
@@ -320,6 +325,15 @@ mediatek:mt8173:
- .mt8173
- .mediatek-display

+powervr:mt8173:
+ extends:
+ - .mt8173
+ - .powervr-gpu
+ rules:
+ # TODO: powervr driver was merged in linux kernel, but there's no mediatek support yet
+ # Remove the rule once mediatek support is added for powervr
+ - when: never
+
mediatek:mt8183:
extends:
- .mt8183
--
2.40.1