Commit d7683c49 authored by Vignesh Raman's avatar Vignesh Raman Committed by Helen Koike

drm/ci: mediatek: add tests for powervr gpu driver

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.
Acked-by: default avatarHelen Koike <helen.koike@collabora.com>
Reviewed-by: default avatarDaniel Stone <daniels@collabora.com>
Signed-off-by: default avatarVignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: default avatarHelen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240730021545.912271-5-vignesh.raman@collabora.com
parent 75830999
...@@ -10794,6 +10794,7 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git ...@@ -10794,6 +10794,7 @@ T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
F: Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml F: Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
F: Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml F: Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml
F: Documentation/gpu/imagination/ F: Documentation/gpu/imagination/
F: drivers/gpu/drm/ci/xfails/powervr*
F: drivers/gpu/drm/imagination/ F: drivers/gpu/drm/imagination/
F: include/uapi/drm/pvr_drm.h F: include/uapi/drm/pvr_drm.h
......
...@@ -122,6 +122,7 @@ stages: ...@@ -122,6 +122,7 @@ stages:
- meson - meson
- msm - msm
- panfrost - panfrost
- powervr
- rockchip - rockchip
- software-driver - software-driver
......
...@@ -294,6 +294,11 @@ amdgpu:stoney: ...@@ -294,6 +294,11 @@ amdgpu:stoney:
variables: variables:
DRIVER_NAME: mediatek DRIVER_NAME: mediatek
.powervr-gpu:
stage: powervr
variables:
DRIVER_NAME: powervr
.panfrost-gpu: .panfrost-gpu:
stage: panfrost stage: panfrost
variables: variables:
...@@ -322,6 +327,15 @@ mediatek:mt8173: ...@@ -322,6 +327,15 @@ mediatek:mt8173:
- .mt8173 - .mt8173
- .mediatek-display - .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: mediatek:mt8183:
extends: extends:
- .mt8183 - .mt8183
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment