diff options
author | Vignesh Raman <vignesh.raman@collabora.com> | 2024-07-30 04:15:39 +0200 |
---|---|---|
committer | Helen Koike <helen.koike@collabora.com> | 2024-08-06 16:20:50 +0200 |
commit | d7683c49638c83bcb6a817671bb348dc435da3b5 (patch) | |
tree | 5715d308feff725351e4ff29f01492079c704c48 /MAINTAINERS | |
parent | drm/ci: mediatek: add tests for mediatek display driver (diff) | |
download | linux-d7683c49638c83bcb6a817671bb348dc435da3b5.tar.xz linux-d7683c49638c83bcb6a817671bb348dc435da3b5.zip |
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: Helen Koike <helen.koike@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Vignesh Raman <vignesh.raman@collabora.com>
Signed-off-by: Helen Koike <helen.koike@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240730021545.912271-5-vignesh.raman@collabora.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ec7fc09c2f98..e72268c0fd26 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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-sgx.yaml F: Documentation/gpu/imagination/ +F: drivers/gpu/drm/ci/xfails/powervr* F: drivers/gpu/drm/imagination/ F: include/uapi/drm/pvr_drm.h |