diff options
author | Alex Deucher <[email protected]> | 2014-02-18 10:03:43 -0500 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2014-02-27 14:49:34 +1000 |
commit | 566f59394d7b4808f0fa9b64c4c9db1ac2d10cbd (patch) | |
tree | 7850589b12494354415fd3a0349b2b6651030ab4 | |
parent | 5d7aad03c80f568dc8515f349956ae6644f3bf8f (diff) |
MAINTAINERS: add entry for drm radeon driver
Add an entry for radeon.
Signed-off-by: Alex Deucher <[email protected]>
Reviewed-by: Christian König <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fb08dcececf1..e03da03ade99 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2851,6 +2851,16 @@ F: drivers/gpu/drm/ F: include/drm/ F: include/uapi/drm/ +RADEON DRM DRIVERS +M: Alex Deucher <[email protected]> +M: Christian König <[email protected]> +T: git git://people.freedesktop.org/~agd5f/linux +S: Supported +F: drivers/gpu/drm/radeon/ +F: include/drm/radeon* +F: include/uapi/drm/radeon* + INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) M: Daniel Vetter <[email protected]> M: Jani Nikula <[email protected]> |