aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-27drm/i915: Selectively enable self-reclaimChris Wilson4-52/+19
2010-01-25Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds50-520/+953
2010-01-25drm/radeon/kms: preface warning printk with driver nameDave Airlie1-1/+1
2010-01-25drm/radeon/kms: drop unnecessary printks.Dave Airlie1-2/+0
2010-01-25drm: fix regression in fb blank handlingZhenyu Wang1-1/+1
2010-01-25drm/radeon/kms: make hibernate work on IGPsDave Airlie1-1/+2
2010-01-25drm/vmwgfx: Optimize memory footprint for DMA buffers.Thomas Hellstrom4-1/+30
2010-01-25drm/ttm: Allow system memory as a busy placement.Thomas Hellstrom1-0/+8
2010-01-25Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie16-241/+472
2010-01-25Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linusDave Airlie13-34/+111
2010-01-25drm/ttm: Fix race condition in ttm_bo_delayed_delete (v3, final)Luca Barbieri1-31/+23
2010-01-25drm/nv50: prevent switching off SOR when in use for DVI-over-DPBen Skeggs1-0/+13
2010-01-25drm/nv50: fail auxch transaction if reply count not what we expectBen Skeggs1-1/+7
2010-01-25drm/nouveau: fix failure path if userspace specifies no valid memtypesBen Skeggs1-0/+1
2010-01-25drm/nouveau: report LVDS as disconnected if lid closedBen Skeggs3-0/+12
2010-01-24drm/radeon/kms: fix legacy get_engine/memory clockAlex Deucher1-2/+2
2010-01-24drm/radeon/kms/atom: atom parser fixesAlex Deucher1-2/+6
2010-01-24drm/radeon/kms: clean up atombios pll codeAlex Deucher1-75/+121
2010-01-24drm/radeon/kms: clean up pll structAlex Deucher4-49/+62
2010-01-24drm/radeon/kms/atom: fix crtc lock orderingAlex Deucher1-1/+1
2010-01-21drm/radeon: r6xx/r7xx possible security issue, system ram accessJerome Glisse4-0/+110
2010-01-21drm/radeon/kms: r600/r700 don't test ib if ib initialization failsJerome Glisse2-12/+14
2010-01-21drm/radeon/kms: Forbid creation of framebuffer with no valid GEM objectJerome Glisse1-1/+5
2010-01-21drm/radeon/kms: r600 handle irq vector ring overflowJerome Glisse1-3/+7
2010-01-21drm/radeon/kms: r600/r700 don't process IRQ if not initializedJerome Glisse1-1/+7
2010-01-21drm/radeon/kms: r600/r700 disable irq at suspendJerome Glisse3-18/+17
2010-01-21drm/radeon/kms/r4xx: cleanup atom pathAlex Deucher3-65/+25
2010-01-21drm/radeon/kms: fix atombios_crtc_set_baseAlex Deucher1-3/+15
2010-01-21drm/radeon/kms/atom: upstream parser updatesAlex Deucher2-1/+8
2010-01-21drm/radeon/kms/atom: fix some parser bugsAlex Deucher1-16/+74
2010-01-21drm/radeon/kms: fix hardcoded mmio size in register functionsAlex Deucher1-2/+2
2010-01-21drm/radeon/kms/r100: fix bug in CS parserAlex Deucher1-0/+1
2010-01-21drm/radeon/kms/r200: fix bug in CS parserAndrew Randrianasulu1-0/+2
2010-01-21drm/radeon/kms/r200: fix bug in CS parserAndrew Randrianasulu1-2/+5
2010-01-18drm/nv50: prevent accidently turning off encoders we're actually usingBen Skeggs1-1/+21
2010-01-18drm/nv50: fix alignment of per-channel fifo cacheBen Skeggs1-1/+1
2010-01-18drm/nouveau: Evict buffers in VRAM before freeing sgdmaLuca Barbieri2-1/+1
2010-01-18drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interruptsLuca Barbieri1-0/+7
2010-01-18drm/nouveau: fix thinko in nv04_instmem.cBen Skeggs1-1/+1
2010-01-18drm/nouveau: fix a race condition in nouveau_dma_wait()Ben Skeggs1-29/+47
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-15Merge remote branch 'korg/drm-radeon-testing' into drm-linusDave Airlie9-31/+45