summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2009-08-0817-513/+1221
|\
| * drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin2009-08-051-1/+1
| * drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt2009-08-054-6/+19
| * drm/i915: Add support for dual-channel LVDS on 8xx.ling.ma@intel.com2009-07-301-1/+1
| * drm/i915: Return disconnected for SDVO DVI when there's no digital EDID.ling.ma@intel.com2009-07-301-6/+21
| * drm/i915: Choose real sdvo output according to result from detectionling.ma@intel.com2009-07-301-78/+153
| * drm/i915: Set preferred mode for integrated TV according to TV formatling.ma@intel.com2009-07-301-0/+22
| * drm/i915: fix 845G FIFO size & burst lengthJesse Barnes2009-07-301-2/+7
| * drm/i915: fix VGA detect on IGDNGZhenyu Wang2009-07-301-4/+8
| * drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang2009-07-308-168/+468
| * drm/i915: enable DisplayPort support on IGDNGZhenyu Wang2009-07-303-21/+157
| * drm/i915: Fix channel ending action for DP aux transactionZhenyu Wang2009-07-301-4/+4
| * drm/i915: fix issue in display pipe setup on IGDNGZhenyu Wang2009-07-302-12/+46
| * drm/i915: disable VGA plane reliablyZhenyu Wang2009-07-301-3/+25
| * drm/I915: Fix offset to DVO timings in LVDS dataZhao Yakui2009-07-301-9/+10
| * drm/i915: hdmi detection according by reading edidling.ma@intel.com2009-07-231-60/+4Star
| * drm/i915: correct self-refresh calculation in "everything off" caseJesse Barnes2009-07-161-3/+3
| * drm/i915: handle FIFO oversubsription correctlyJesse Barnes2009-07-161-3/+4
| * drm/i915: FIFO watermark calculation fixesJesse Barnes2009-07-152-75/+113
| * drm/i915: ignore lvds on AOpen Mini PC MP-915Tormod Volden2009-07-141-0/+8
| * drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class hardwareKeith Packard2009-07-141-0/+3
| * drm/i915: refactor error detection & collectionJesse Barnes2009-07-143-74/+161
| * drm/i915: Set lvds dual channel according to register from vbiosFlorian Mickler2009-07-141-1/+1
* | drm/radeon/kms: setup MC/VRAM the same way for suspend/resumeDave Airlie2009-08-071-1/+3
* | drm/radeon/kms: Fix caching mode selection for GTT objectJerome Glisse2009-08-061-1/+1
* | drm/radeon: Add support for RS880 chipsAlex Deucher2009-08-052-7/+16
* | drm/ttm: Read buffer overflowRoel Kluin2009-08-041-1/+2
* | drm/radeon: Read buffer overflowRoel Kluin2009-08-041-1/+2
* | drm/ttm: Fix a sync object leak.Thomas Hellstrom2009-08-041-0/+4
* | drm/radeon/kms: fix memory leak in radeon_driver_load_kmsXiaotian Feng2009-08-041-0/+2
* | drm/radeon/kms: fix nomodeset.Dave Airlie2009-08-041-9/+8Star
* | drm/ttm: Fix a potential comparison of structs.Thomas Hellstrom2009-08-041-4/+4
* | drm/radeon/kms: fix rv515 VRAM initialisation.Dave Airlie2009-08-041-0/+1
* | drm: Catch stop possible NULL pointer referenceJakob Bornecrantz2009-08-041-2/+4
* | drm: Small logic fix in drm_mode_setcrtcJakob Bornecrantz2009-08-041-1/+1
* | Merge branch 'drm-radeon-kms' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-07-2942-1526/+3533
|\ \
| * | drm/radeon: set fb aperture sizes for framebuffer handoff.Dave Airlie2009-07-291-0/+5
| * | drm/ttm: fix highuser vs dma32 confusion.Dave Airlie2009-07-291-1/+3
| * | drm/radeon: Fix size used for benchmarking BO copies.Michel Dänzer2009-07-291-2/+2
| * | drm/radeon: Add radeon.test parameter for running BO GPU copy tests.Michel Dänzer2009-07-295-1/+225
| * | drm/radeon/kms: allow interruptible waits for objects.Dave Airlie2009-07-292-2/+2
| * | drm/ttm: powerpc: Fix Highmem cache flushing.Thomas Hellstrom2009-07-291-4/+10
| * | drm/ttm: Fix ttm in-kernel copying of pages with non-standard caching attribu...Thomas Hellstrom2009-07-291-11/+52
| * | drm/ttm: Fix an oops and sync object leak.Thomas Hellstrom2009-07-291-2/+4
| * | drm/radeon/kms: vram sizing on certain r100 chips needs workaround.Dave Airlie2009-07-2912-42/+56
| * | drm/radeon: Pay more attention to object placement requested by userspace.Michel Dänzer2009-07-291-14/+11Star
| * | drm/radeon: Fall back to evicting BOs with memcpy if necessary.Michel Dänzer2009-07-291-6/+9
| * | drm/radeon: Don't unreserve twice on failure to validate.Michel Dänzer2009-07-291-1/+0Star
| * | drm/radeon/kms: fix bandwidth computation on avivo hardwareJerome Glisse2009-07-2919-1354/+2377
| * | drm/radeon/kms: add initial colortiling support.Dave Airlie2009-07-2915-18/+390