Message ID | 20250117164529.393503-1-lucas.demarchi@intel.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Also exclude xe for drm-misc | expand |
On Fri, Jan 17, 2025 at 08:45:29AM -0800, Lucas De Marchi wrote: > 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. > > Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d32d0a9428234..30d8e47a0e5f3 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7606,6 +7606,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/ my bad! I honestly had never noticed this exclude block before... at least now I understand why my inbox has more drm items nowadays :) Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> > > DRM DRIVERS FOR ALLWINNER A10 > M: Maxime Ripard <mripard@kernel.org> > -- > 2.48.0 >
diff --git a/MAINTAINERS b/MAINTAINERS index d32d0a9428234..30d8e47a0e5f3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7606,6 +7606,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 <mripard@kernel.org>
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. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)