From e0a4cd6aceca0e9164d7304ac1a9b061e1d96529 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Fri, 17 Jan 2025 08:45:29 -0800 Subject: [PATCH] MAINTAINERS: Also exclude xe for drm-misc When the xe driver was added, it didn't extend the exclude entries for drm-misc, as done in commit 5a44d50f0072 ("MAINTAINERS: Update drm-misc entry to match all drivers"). Exclude it like is done for i915 and other drivers with dedicated maintainers. Reviewed-by: Rodrigo Vivi Link: https://patchwork.freedesktop.org/patch/msgid/20250117164529.393503-1-lucas.demarchi@intel.com Signed-off-by: Lucas De Marchi --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 17daa9ee9384..6664d39ab4c6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7598,6 +7598,7 @@ X: drivers/gpu/drm/nouveau/ X: drivers/gpu/drm/radeon/ X: drivers/gpu/drm/renesas/rcar-du/ X: drivers/gpu/drm/tegra/ +X: drivers/gpu/drm/xe/ DRM DRIVERS FOR ALLWINNER A10 M: Maxime Ripard -- 2.25.1