diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-03-02 18:25:45 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-03-02 18:25:45 -0500 |
commit | c59224d1326e56febd279032248c58672df0f14d (patch) | |
tree | c000a39bc729d88685a5b51af636f20a67ed484f /MAINTAINERS | |
parent | a53c8ceb01c5ae29ae26ab1f97d53018b2021a29 (diff) | |
parent | d668ca1cc6b9b6d2f1ce2f7b158cbe919cc782dc (diff) |
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Pull drm fixes from Dave Airlie:
"Not a huge amount happening, some MAINTAINERS updates, radeon, vmwgfx
and tegra fixes"
* 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
drm/vmwgfx: avoid null pointer dereference at failure paths
drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date.
drm/vmwgfx: Remove some unused surface formats
drm/radeon: enable speaker allocation setup on dce3.2
drm/radeon: change audio enable logic
drm/radeon: fix audio disable on dce6+
drm/radeon: free uvd ring on unload
drm/radeon: disable pll sharing for DP on DCE4.1
drm/radeon: fix missing bo reservation
drm/radeon: print the supported atpx function mask
MAINTAINERS: update drm git tree entry
MAINTAINERS: add entry for drm radeon driver
drm/tegra: Add guard to avoid double disable/enable of RGB outputs
gpu: host1x: do not check previously handled gathers
drm/tegra: fix typo 'CONFIG_TEGRA_DRM_FBDEV'
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4f42aceacc43..c6d0e93eff62 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2848,12 +2848,22 @@ F: lib/kobj* | |||
2848 | DRM DRIVERS | 2848 | DRM DRIVERS |
2849 | M: David Airlie <airlied@linux.ie> | 2849 | M: David Airlie <airlied@linux.ie> |
2850 | L: dri-devel@lists.freedesktop.org | 2850 | L: dri-devel@lists.freedesktop.org |
2851 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git | 2851 | T: git git://people.freedesktop.org/~airlied/linux |
2852 | S: Maintained | 2852 | S: Maintained |
2853 | F: drivers/gpu/drm/ | 2853 | F: drivers/gpu/drm/ |
2854 | F: include/drm/ | 2854 | F: include/drm/ |
2855 | F: include/uapi/drm/ | 2855 | F: include/uapi/drm/ |
2856 | 2856 | ||
2857 | RADEON DRM DRIVERS | ||
2858 | M: Alex Deucher <alexander.deucher@amd.com> | ||
2859 | M: Christian König <christian.koenig@amd.com> | ||
2860 | L: dri-devel@lists.freedesktop.org | ||
2861 | T: git git://people.freedesktop.org/~agd5f/linux | ||
2862 | S: Supported | ||
2863 | F: drivers/gpu/drm/radeon/ | ||
2864 | F: include/drm/radeon* | ||
2865 | F: include/uapi/drm/radeon* | ||
2866 | |||
2857 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) | 2867 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) |
2858 | M: Daniel Vetter <daniel.vetter@ffwll.ch> | 2868 | M: Daniel Vetter <daniel.vetter@ffwll.ch> |
2859 | M: Jani Nikula <jani.nikula@linux.intel.com> | 2869 | M: Jani Nikula <jani.nikula@linux.intel.com> |