diff options
author | Daniel Vetter <[email protected]> | 2021-10-28 19:08:57 +0200 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2021-11-05 11:23:11 +0100 |
commit | e0e6d1ea18c804de51b47fa65092c4cf2000604c (patch) | |
tree | 7ad077f1c1da5a3330cea7399f7f6caaf188c0d7 | |
parent | 5591c8f79db1729d9c5ac7f5b4d3a5c26e262d93 (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]>
Reviewed-by: Alex Deucher <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Steven Rostedt <[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 a1bcf58c7a23..bfda0f80dbff 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/ |