aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds14-222/+300
2010-01-15drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang1-0/+4
2010-01-15drm/i915: fix eDP pipe maskZhenyu Wang1-4/+3
2010-01-15drm/i915: fix pixel color depth setting on eDPZhenyu Wang2-4/+27
2010-01-15drm/i915: parse eDP panel color depth from VBT blockZhenyu Wang3-0/+73
2010-01-15drm/i915: disable LVDS downclock by defaultJesse Barnes4-2/+8
2010-01-15drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 registerZhao Yakui1-1/+1
2010-01-15drm/i915: Remove chatty execbuf failure message.Eric Anholt1-2/+0
2010-01-15drm/i915: remove loop in Ironlake interrupt handlerZou Nan hai1-39/+29
2010-01-13Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds6-8/+42
2010-01-13Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie5-6/+39
2010-01-13drm: change drm set mode messages as DRM_DEBUGDave Young1-1/+1
2010-01-13drm: fix crtc no modes printf + typoDave Airlie1-1/+2
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-86/+4
2010-01-13drm/radeon/kms: only evict to GTT if CP is readyDave Airlie1-1/+4
2010-01-13drm/radeon/kms: Fix crash getting TV info with no BIOS.Michel Dänzer1-0/+3
2010-01-13drm/radeon/kms/rv100: reject modes > 135 Mhz on DVI (v2)Alex Deucher1-0/+8
2010-01-13drm/radeon/kms/r6xx+: make irq handler less verboseAlex Deucher1-4/+4
2010-01-13drm/radeon/kms: fix up LVDS handling on macs (v2)Alex Deucher1-1/+20
2010-01-12drm/i915: Don't wait interruptible for possible plane buffer flushZhenyu Wang3-1/+53
2010-01-12drm/i915: try another possible DDC bus for the SDVO device with multiple outputsZhao Yakui1-0/+26
2010-01-12drm/i915: Read the response after issuing DDC bus switch commandZhao Yakui1-4/+53
2010-01-12drm/i915: Don't use the child device parsed from VBT to setup HDMI/DPZhao Yakui2-101/+1
2010-01-12drm/i915: Fix resume regression on MSI Wind U100 w/o KMSRafael J. Wysocki1-0/+5
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds64-973/+2410
2010-01-11Merge branch 'for-airlied' of /ssd/git/drm-nouveau-next into drm-linusDave Airlie29-496/+853
2010-01-11Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie33-470/+1529
2010-01-11drm/nv04: Fix set_operation software method.Marcin Kościelnicki1-1/+1
2010-01-11drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs3-6/+12
2010-01-11drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs1-1/+1
2010-01-11drm/nv04: differentiate between nv04/nv05Ben Skeggs1-1/+4
2010-01-11drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri1-20/+13
2010-01-11drm/nv50: prevent a possible ctxprog hangBen Skeggs1-0/+1
2010-01-11drm/nouveau: have ttm's fault handler called directlyBen Skeggs1-29/+1
2010-01-11drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs1-4/+2
2010-01-11drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz4-26/+22
2010-01-11drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2-42/+0
2010-01-11drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2-4/+10
2010-01-11drm/nv04: Context switching fixes.Francisco Jerez1-74/+78
2010-01-11drm/nouveau: Use the software object for fencing.Francisco Jerez2-3/+4
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez6-24/+48
2010-01-11drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis1-17/+19
2010-01-11drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2-4/+8
2010-01-11drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez1-2/+2
2010-01-11drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez1-1/+89
2010-01-11drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez3-31/+37
2010-01-11drm/nv50: fix fillrect colorMarcin Slusarz1-1/+2
2010-01-11drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs1-0/+17
2010-01-11drm/nouveau: Drop redundant placement initialization.Francisco Jerez1-10/+2
2010-01-11drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez1-1/+1