diff options
author | Dave Airlie <airlied@redhat.com> | 2010-10-05 20:11:56 -0400 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2010-10-05 20:11:56 -0400 |
commit | 9a170caed6fce89da77852575a7eee7dbadee332 (patch) | |
tree | 489082522869cb382a2dc464ccbd474846693a37 /MAINTAINERS | |
parent | 45ff46c54a31bf8924b61e3e3411654410a3b5c3 (diff) | |
parent | 7b4f3990a22fbe800945f12001bc30db374d0af5 (diff) |
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
* 'intel/drm-intel-next' of ../drm-next: (266 commits)
drm/i915: Avoid circular locking from intel_fbdev_fini()
drm/i915: mark display port DPMS state as 'ON' when enabling output
drm/i915: Skip pread/pwrite if size to copy is 0.
drm/i915: avoid struct mutex output_poll mutex lock loop on unload
drm/i915: Rephrase pwrite bounds checking to avoid any potential overflow
drm/i915: Sanity check pread/pwrite
drm/i915: Use pipe state to tell when pipe is off
drm/i915: vblank status not valid while training display port
drivers/gpu/drm/i915/i915_gem.c: Add missing error handling code
drm/i915: Don't mask the return code whilst relocating.
drm/i915: If the GPU hangs twice within 5 seconds, declare it wedged.
drm/i915: Only print 'generating error event' if we actually are
drm/i915: Try to reset gen2 devices.
drm/i915: Clear fence registers on GPU reset
drm/i915: Force the domain to CPU on unbinding whilst wedged.
drm: Move the GTT accounting to i915
drm/i915: Fix refleak during eviction.
i915: Added function to initialize VBT settings
drm/i915: Remove redundant deletion of obj->gpu_write_list
drm/i915: Make get/put pages static
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index df342839b8c1..534f4d0accb9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2051,6 +2051,15 @@ S: Maintained | |||
2051 | F: drivers/gpu/drm/ | 2051 | F: drivers/gpu/drm/ |
2052 | F: include/drm/ | 2052 | F: include/drm/ |
2053 | 2053 | ||
2054 | INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) | ||
2055 | M: Chris Wilson <chris@chris-wilson.co.uk> | ||
2056 | L: intel-gfx@lists.freedesktop.org | ||
2057 | L: dri-devel@lists.freedesktop.org | ||
2058 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git | ||
2059 | S: Supported | ||
2060 | F: drivers/gpu/drm/i915 | ||
2061 | F: include/drm/i915* | ||
2062 | |||
2054 | DSCC4 DRIVER | 2063 | DSCC4 DRIVER |
2055 | M: Francois Romieu <romieu@fr.zoreil.com> | 2064 | M: Francois Romieu <romieu@fr.zoreil.com> |
2056 | L: netdev@vger.kernel.org | 2065 | L: netdev@vger.kernel.org |