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 Torvalds2010-01-1614-222/+300
|\
| * drm/i915: enable 36bit physical address for hardware status pageZhenyu Wang2010-01-151-0/+4
| * drm/i915: fix eDP pipe maskZhenyu Wang2010-01-151-4/+3
| * drm/i915: fix pixel color depth setting on eDPZhenyu Wang2010-01-152-4/+27
| * drm/i915: parse eDP panel color depth from VBT blockZhenyu Wang2010-01-153-0/+73
| * drm/i915: disable LVDS downclock by defaultJesse Barnes2010-01-154-2/+8
| * drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 registerZhao Yakui2010-01-151-1/+1
| * drm/i915: Remove chatty execbuf failure message.Eric Anholt2010-01-151-2/+0
| * drm/i915: remove loop in Ironlake interrupt handlerZou Nan hai2010-01-151-39/+29
| * drm/i915: Don't wait interruptible for possible plane buffer flushZhenyu Wang2010-01-123-1/+53
| * drm/i915: try another possible DDC bus for the SDVO device with multiple outputsZhao Yakui2010-01-121-0/+26
| * drm/i915: Read the response after issuing DDC bus switch commandZhao Yakui2010-01-121-4/+53
| * drm/i915: Don't use the child device parsed from VBT to setup HDMI/DPZhao Yakui2010-01-122-101/+1
| * drm/i915: Fix resume regression on MSI Wind U100 w/o KMSRafael J. Wysocki2010-01-121-0/+5
| * drm/i915: Fix Ironlake M/N/P ranges to match the specZhao Yakui2010-01-071-3/+3
| * drm/i915: Use find_pll function to calculate DPLL setting for LVDS downclockZhao Yakui2010-01-071-59/+2
| * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk listZhao Yakui2010-01-071-0/+14
| * drm/i915: disable TV hotplug status checkZhenyu Wang2010-01-071-2/+0
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-136-8/+42
|\ \
| * \ Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie2010-01-135-6/+39
| |\ \
| | * | drm/radeon/kms: only evict to GTT if CP is readyDave Airlie2010-01-131-1/+4
| | * | drm/radeon/kms: Fix crash getting TV info with no BIOS.Michel Dänzer2010-01-131-0/+3
| | * | drm/radeon/kms/rv100: reject modes > 135 Mhz on DVI (v2)Alex Deucher2010-01-131-0/+8
| | * | drm/radeon/kms/r6xx+: make irq handler less verboseAlex Deucher2010-01-131-4/+4
| | * | drm/radeon/kms: fix up LVDS handling on macs (v2)Alex Deucher2010-01-131-1/+20
| * | | drm: change drm set mode messages as DRM_DEBUGDave Young2010-01-131-1/+1
| * | | drm: fix crtc no modes printf + typoDave Airlie2010-01-131-1/+2
* | | | lib: Introduce generic list_sort functionDave Chinner2010-01-121-86/+4
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-1164-973/+2410
|\ \ \ \ | |/ / /
| * | | Merge branch 'for-airlied' of /ssd/git/drm-nouveau-next into drm-linusDave Airlie2010-01-1129-496/+853
| |\ \ \
| | * | | drm/nv04: Fix set_operation software method.Marcin Kościelnicki2010-01-111-1/+1
| | * | | drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs2010-01-113-6/+12
| | * | | drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs2010-01-111-1/+1
| | * | | drm/nv04: differentiate between nv04/nv05Ben Skeggs2010-01-111-1/+4
| | * | | drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri2010-01-111-20/+13
| | * | | drm/nv50: prevent a possible ctxprog hangBen Skeggs2010-01-111-0/+1
| | * | | drm/nouveau: have ttm's fault handler called directlyBen Skeggs2010-01-111-29/+1
| | * | | drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs2010-01-111-4/+2
| | * | | drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz2010-01-114-26/+22
| | * | | drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2010-01-112-42/+0
| | * | | drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2010-01-112-4/+10
| | * | | drm/nv04: Context switching fixes.Francisco Jerez2010-01-111-74/+78
| | * | | drm/nouveau: Use the software object for fencing.Francisco Jerez2010-01-112-3/+4
| | * | | drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez2010-01-116-24/+48
| | * | | drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis2010-01-111-17/+19
| | * | | drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2010-01-112-4/+8
| | * | | drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez2010-01-111-2/+2
| | * | | drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez2010-01-111-1/+89
| | * | | drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez2010-01-113-31/+37
| | * | | drm/nv50: fix fillrect colorMarcin Slusarz2010-01-111-1/+2
OpenPOWER on IntegriCloud