Message ID | 20211028170857.4029606-1-daniel.vetter@ffwll.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: dri-devel is for all of drivers/gpu | expand |
On Thu, Oct 28, 2021 at 1:09 PM Daniel Vetter <daniel.vetter@ffwll.ch> wrote: > > Somehow we only have a list of subdirectories, which apparently made > it harder for folks to find the gpu maintainers. Fix that. > > References: https://lore.kernel.org/dri-devel/YXrAAZlxxStNFG%2FK@phenom.ffwll.local/ > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> > Cc: David Airlie <airlied@linux.ie> > Cc: Daniel Vetter <daniel@ffwll.ch> > Cc: Steven Rostedt <rostedt@goodmis.org> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> > --- > MAINTAINERS | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 98aa1f55ed41..fdb1f91c6bb9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6153,8 +6153,7 @@ T: git git://anongit.freedesktop.org/drm/drm > F: Documentation/devicetree/bindings/display/ > F: Documentation/devicetree/bindings/gpu/ > F: Documentation/gpu/ > -F: drivers/gpu/drm/ > -F: drivers/gpu/vga/ > +F: drivers/gpu/ > F: include/drm/ > F: include/linux/vga* > F: include/uapi/drm/ > -- > 2.33.0 >
On Thu, Oct 28, 2021 at 01:36:58PM -0400, Alex Deucher wrote: > On Thu, Oct 28, 2021 at 1:09 PM Daniel Vetter <daniel.vetter@ffwll.ch> wrote: > > > > Somehow we only have a list of subdirectories, which apparently made > > it harder for folks to find the gpu maintainers. Fix that. > > > > References: https://lore.kernel.org/dri-devel/YXrAAZlxxStNFG%2FK@phenom.ffwll.local/ > > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> > > Cc: David Airlie <airlied@linux.ie> > > Cc: Daniel Vetter <daniel@ffwll.ch> > > Cc: Steven Rostedt <rostedt@goodmis.org> > > Reviewed-by: Alex Deucher <alexander.deucher@amd.com> 'tis should be good enough, I stuffed this into drm-misc-next-fixes. -Daniel > > > --- > > MAINTAINERS | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 98aa1f55ed41..fdb1f91c6bb9 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -6153,8 +6153,7 @@ T: git git://anongit.freedesktop.org/drm/drm > > F: Documentation/devicetree/bindings/display/ > > F: Documentation/devicetree/bindings/gpu/ > > F: Documentation/gpu/ > > -F: drivers/gpu/drm/ > > -F: drivers/gpu/vga/ > > +F: drivers/gpu/ > > F: include/drm/ > > F: include/linux/vga* > > F: include/uapi/drm/ > > -- > > 2.33.0 > >
diff --git a/MAINTAINERS b/MAINTAINERS index 98aa1f55ed41..fdb1f91c6bb9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6153,8 +6153,7 @@ T: git git://anongit.freedesktop.org/drm/drm F: Documentation/devicetree/bindings/display/ F: Documentation/devicetree/bindings/gpu/ F: Documentation/gpu/ -F: drivers/gpu/drm/ -F: drivers/gpu/vga/ +F: drivers/gpu/ F: include/drm/ F: include/linux/vga* F: include/uapi/drm/
Somehow we only have a list of subdirectories, which apparently made it harder for folks to find the gpu maintainers. Fix that. References: https://lore.kernel.org/dri-devel/YXrAAZlxxStNFG%2FK@phenom.ffwll.local/ Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Cc: David Airlie <airlied@linux.ie> Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Steven Rostedt <rostedt@goodmis.org> --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)