Skip to content
Snippets Groups Projects
Unverified Commit 3ddba96b authored by Helen Koike's avatar Helen Koike Committed by Maxime Ripard
Browse files

MAINTAINERS: drm/ci: add entries for xfail files


DRM CI keeps track of which tests are failing, flaking or being skipped
by the ci in the expectations files. Add entries for those files to the
corresponding driver maintainer, so they can be notified when they
change.

Signed-off-by: default avatarHelen Koike <helen.koike@collabora.com>
Reviewed-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20230919182249.153499-1-helen.koike@collabora.com


Signed-off-by: default avatarMaxime Ripard <mripard@kernel.org>
parent 7dc5a277
No related branches found
No related tags found
No related merge requests found
...@@ -6614,6 +6614,7 @@ S: Maintained ...@@ -6614,6 +6614,7 @@ S: Maintained
B: https://gitlab.freedesktop.org/drm/msm/-/issues B: https://gitlab.freedesktop.org/drm/msm/-/issues
T: git https://gitlab.freedesktop.org/drm/msm.git T: git https://gitlab.freedesktop.org/drm/msm.git
F: Documentation/devicetree/bindings/display/msm/ F: Documentation/devicetree/bindings/display/msm/
F: drivers/gpu/drm/ci/xfails/msm*
F: drivers/gpu/drm/msm/ F: drivers/gpu/drm/msm/
F: include/uapi/drm/msm_drm.h F: include/uapi/drm/msm_drm.h
   
...@@ -6901,6 +6902,7 @@ T: git git://anongit.freedesktop.org/drm/drm-misc ...@@ -6901,6 +6902,7 @@ T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml F: Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml
F: Documentation/gpu/meson.rst F: Documentation/gpu/meson.rst
F: drivers/gpu/drm/ci/xfails/meson*
F: drivers/gpu/drm/meson/ F: drivers/gpu/drm/meson/
   
DRM DRIVERS FOR ATMEL HLCDC DRM DRIVERS FOR ATMEL HLCDC
...@@ -7013,6 +7015,7 @@ L: dri-devel@lists.freedesktop.org ...@@ -7013,6 +7015,7 @@ L: dri-devel@lists.freedesktop.org
L: linux-mediatek@lists.infradead.org (moderated for non-subscribers) L: linux-mediatek@lists.infradead.org (moderated for non-subscribers)
S: Supported S: Supported
F: Documentation/devicetree/bindings/display/mediatek/ F: Documentation/devicetree/bindings/display/mediatek/
F: drivers/gpu/drm/ci/xfails/mediatek*
F: drivers/gpu/drm/mediatek/ F: drivers/gpu/drm/mediatek/
F: drivers/phy/mediatek/phy-mtk-dp.c F: drivers/phy/mediatek/phy-mtk-dp.c
F: drivers/phy/mediatek/phy-mtk-hdmi* F: drivers/phy/mediatek/phy-mtk-hdmi*
...@@ -7053,6 +7056,7 @@ L: dri-devel@lists.freedesktop.org ...@@ -7053,6 +7056,7 @@ L: dri-devel@lists.freedesktop.org
S: Maintained S: Maintained
T: git git://anongit.freedesktop.org/drm/drm-misc T: git git://anongit.freedesktop.org/drm/drm-misc
F: Documentation/devicetree/bindings/display/rockchip/ F: Documentation/devicetree/bindings/display/rockchip/
F: drivers/gpu/drm/ci/xfails/rockchip*
F: drivers/gpu/drm/rockchip/ F: drivers/gpu/drm/rockchip/
   
DRM DRIVERS FOR STI DRM DRIVERS FOR STI
...@@ -10496,6 +10500,7 @@ C: irc://irc.oftc.net/intel-gfx ...@@ -10496,6 +10500,7 @@ C: irc://irc.oftc.net/intel-gfx
T: git git://anongit.freedesktop.org/drm-intel T: git git://anongit.freedesktop.org/drm-intel
F: Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon F: Documentation/ABI/testing/sysfs-driver-intel-i915-hwmon
F: Documentation/gpu/i915.rst F: Documentation/gpu/i915.rst
F: drivers/gpu/drm/ci/xfails/i915*
F: drivers/gpu/drm/i915/ F: drivers/gpu/drm/i915/
F: include/drm/i915* F: include/drm/i915*
F: include/uapi/drm/i915_drm.h F: include/uapi/drm/i915_drm.h
...@@ -17883,6 +17888,7 @@ C: irc://irc.oftc.net/radeon ...@@ -17883,6 +17888,7 @@ C: irc://irc.oftc.net/radeon
T: git https://gitlab.freedesktop.org/agd5f/linux.git T: git https://gitlab.freedesktop.org/agd5f/linux.git
F: Documentation/gpu/amdgpu/ F: Documentation/gpu/amdgpu/
F: drivers/gpu/drm/amd/ F: drivers/gpu/drm/amd/
F: drivers/gpu/drm/ci/xfails/amd*
F: drivers/gpu/drm/radeon/ F: drivers/gpu/drm/radeon/
F: include/uapi/drm/amdgpu_drm.h F: include/uapi/drm/amdgpu_drm.h
F: include/uapi/drm/radeon_drm.h F: include/uapi/drm/radeon_drm.h
...@@ -22867,6 +22873,7 @@ L: dri-devel@lists.freedesktop.org ...@@ -22867,6 +22873,7 @@ L: dri-devel@lists.freedesktop.org
L: virtualization@lists.linux-foundation.org L: virtualization@lists.linux-foundation.org
S: Maintained S: Maintained
T: git git://anongit.freedesktop.org/drm/drm-misc T: git git://anongit.freedesktop.org/drm/drm-misc
F: drivers/gpu/drm/ci/xfails/virtio*
F: drivers/gpu/drm/virtio/ F: drivers/gpu/drm/virtio/
F: include/uapi/linux/virtio_gpu.h F: include/uapi/linux/virtio_gpu.h
   
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment