summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-25drm/nouveau: rename parsed_dcb_gpio to dcb_gpio_tableBen Skeggs2-3/+3
2010-02-25drm/nouveau: allow retrieval of vbios image from debugfsBen Skeggs1-0/+13
2010-02-25drm/nouveau: fix missing spin_unlock in failure pathLuca Barbieri1-1/+1
2010-02-25drm/nouveau: fix i2ctable bounds checkingMarcin Slusarz1-3/+4
2010-02-25drm/nouveau: fix nouveau_i2c_find bounds checkingMarcin Slusarz1-1/+1
2010-02-25drm/nouveau: fix pramdac_table range checkingMarcin Slusarz1-1/+1
2010-02-25drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs6-350/+176
2010-02-25drm/nv50: make pushbuf dma object cover entire vmBen Skeggs2-7/+12
2010-02-25drm/nouveau: remove PUSHBUF_CAL macroBen Skeggs1-6/+4
2010-02-25drm/nv50: switch to indirect push buffer controlsBen Skeggs6-15/+155
2010-02-25drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis7-1/+36
2010-02-25fb: for framebuffer handover don't exit the loop early.Dave Airlie1-1/+0
2010-02-25Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie14-313/+1063
2010-02-25Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie20-184/+131
2010-02-25drm/ttm: handle OOM in ttm_tt_swapoutMaarten Maathuis1-7/+11
2010-02-25drm/radeon/kms/atom: fix shr/shl opsAlex Deucher1-4/+0
2010-02-25drm/radeon/kms: update new pll algoAlex Deucher6-89/+178
2010-02-25drm/radeon/kms: add support for square microtiles on r3xx-r5xxMarek Olšák2-1/+9
2010-02-25drm/radeon/kms: force pinning buffer into visible VRAMJerome Glisse7-4/+13
2010-02-25drm/radeon/kms/evergreen: fix typo in cursor codeAlex Deucher1-0/+5
2010-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-11/+50
2010-02-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-14/+22
2010-02-24Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds5-76/+210
2010-02-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-9/+27
2010-02-23tc35815: Remove a wrong netif_wake_queue() call which triggers BUG_ONAtsushi Nemoto1-1/+0
2010-02-23cdc_ether: new PID for Ericsson C3607w to the whitelist (resubmit)Torgny Johansson1-0/+5
2010-02-23e1000: Fix DMA mapping error handling on RXAnton Blanchard1-1/+18
2010-02-23drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring.Thomas Hellstrom1-16/+92
2010-02-23Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-linusDave Airlie4-60/+118
2010-02-23Merge branch 'pcc' into releaseLen Brown1-1/+5
2010-02-23Merge branches 'bugzilla-14207' and 'idle' into releaseLen Brown2-13/+17
2010-02-23efifb: fix framebuffer handoffMarcin Slusarz1-1/+10
2010-02-23geode-mfgpt: restore previous behavior for selecting IRQJens Rottmann1-1/+1
2010-02-23drm/nv50: fix vram ptes on IGPs to point at stolen system memoryBen Skeggs1-1/+7
2010-02-23drm/nv50: fix instmem binding on IGPs to point at stolen system memoryBen Skeggs2-18/+41
2010-02-23drm/nv50: improve vram page table constructionBen Skeggs1-11/+33
2010-02-23drm/nv50: more efficient clearing of gpu page table entriesBen Skeggs1-24/+44
2010-02-23drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vramBen Skeggs1-30/+13
2010-02-23drm/nouveau: Fix up pre-nv17 analog load detection.Francisco Jerez1-1/+5
2010-02-23drm/radeon/kms: implement reading active PCIE lanes on R600+Rafał Miłecki4-3/+10
2010-02-23drm/radeon/kms: for downclocking non-mobility check PERFORMANCE stateRafał Miłecki1-6/+16
2010-02-23drm/radeon/kms: simplify storing current and requested PM modeRafał Miłecki4-37/+25
2010-02-23drm/radeon: fixes for r6xx/r7xx gfx initAlex Deucher3-159/+331
2010-02-23drm/radeon/rv740: fix backend setupAlex Deucher2-6/+12
2010-02-23drm/radeon/kms: fix R3XX/R4XX memory controller initializationJerome Glisse1-1/+6
2010-02-23[rfc] drm/radeon/kms: pm debugging check for vbl.Dave Airlie2-0/+29
2010-02-23drm/radeon: Fix memory allocation failures in the preKMS command stream check...Pauli Nieminen3-247/+262
2010-02-23drm: Add generic multipart buffer.Pauli Nieminen2-1/+185
2010-02-22ACPI: Be in TS_POLLING state during mwait based C-state entryPallipadi, Venkatesh1-12/+16
2010-02-22drm/i915: Record batch buffer following GPU errorChris Wilson5-7/+326