aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-03-03 11:49:34 -0500
committerAlex Deucher <alexander.deucher@amd.com>2016-03-09 13:03:59 -0500
commitc26a4017da144227bb4a02f354c9bb6079854201 (patch)
tree7b181c3d4135c94d632145377042d94c18d99a42 /MAINTAINERS
parentdrm/amdgpu: disable runtime pm on PX laptops without dGPU power control (diff)
downloadlinux-dev-c26a4017da144227bb4a02f354c9bb6079854201.tar.xz
linux-dev-c26a4017da144227bb4a02f354c9bb6079854201.zip
MAINTAINERS: update radeon entry to include amdgpu as well
Both are maintained by same team. Reviewed-by: Christian König <christian.koenig@amd.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index c647c40e141d..20166fbd0bac 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3712,7 +3712,7 @@ F: drivers/gpu/vga/
F: include/drm/
F: include/uapi/drm/
-RADEON DRM DRIVERS
+RADEON and AMDGPU DRM DRIVERS
M: Alex Deucher <alexander.deucher@amd.com>
M: Christian König <christian.koenig@amd.com>
L: dri-devel@lists.freedesktop.org
@@ -3720,6 +3720,8 @@ T: git git://people.freedesktop.org/~agd5f/linux
S: Supported
F: drivers/gpu/drm/radeon/
F: include/uapi/drm/radeon*
+F: drivers/gpu/drm/amd/
+F: include/uapi/drm/amdgpu*
DRM PANEL DRIVERS
M: Thierry Reding <thierry.reding@gmail.com>