diff options
author | Daniel Vetter <[email protected]> | 2021-10-28 19:08:57 +0200 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2021-10-29 04:49:11 +1000 |
commit | b112166a894db446f47a8c31781b037f28ac1721 (patch) | |
tree | c084161e57b2de126f75868cec2d1ef37adde9a0 | |
parent | 946ca97e2ea3682e434ae1d0958a4565fa10b6bc (diff) |
MAINTAINERS: dri-devel is for all of drivers/gpu
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%[email protected]/
Signed-off-by: Daniel Vetter <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Steven Rostedt <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f26920f0fa65..c2fbfc53c749 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6147,8 +6147,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/ |