summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-02-16drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs6-350/+168
2010-02-16drm/nv50: make pushbuf dma object cover entire vmBen Skeggs2-7/+12
2010-02-16drm/nouveau: remove PUSHBUF_CAL macroBen Skeggs1-6/+4
2010-02-16drm/nv50: switch to indirect push buffer controlsBen Skeggs6-15/+155
2010-02-16drm/nv50: improve vram page table constructionBen Skeggs1-11/+33
2010-02-16drm/nv50: more efficient clearing of gpu page table entriesBen Skeggs1-24/+44
2010-02-16drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vramBen Skeggs1-30/+13
2010-02-11drm/nouveau: Force TV encoder DPMS reinit after resume.Francisco Jerez1-0/+2
2010-02-11Revert "drm/nv50: EVO uses a real ring buffer, not jumps back to start like P...Ben Skeggs3-27/+2
2010-02-10drm/nouveau: Fix up pre-nv17 analog load detection.Francisco Jerez1-1/+5
2010-02-10nouveau: fix state detection with switchable graphicsMatthew Garrett1-6/+6
2010-02-09drm/nouveau: move dereferences after null checksMarcin Slusarz4-11/+17
2010-02-09drm/nouveau: spin_lock_init after memset'ing the bios structMaarten Maathuis1-1/+1
2010-02-09drm/nouveau: don't hold spin lock while calling kzalloc with GFP_KERNELMaarten Maathuis7-11/+23
2010-02-09drm/nv50: EVO uses a real ring buffer, not jumps back to start like PFIFOBen Skeggs3-2/+27
2010-02-09drm/nv50: disregard dac outputs in nv50_sor_dpms()Ben Skeggs1-0/+1
2010-02-09drm/nv50: prevent multiple init tables being parsed at the same timeBen Skeggs2-8/+11
2010-02-09drm/nouveau: make dp auxch xfer len check for reads onlyBen Skeggs1-5/+5
2010-02-09drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50Ben Skeggs1-1/+1
2010-02-08drm/nouveau: Add proper vgaarb support.Marcin Kościelnicki1-0/+8
2010-02-04drm/nv50: make the pgraph irq handler loop like the pre-nv50 versionMaarten Maathuis1-64/+77
2010-02-04drm/nouveau: give pgraph a chance to idle before spinlockMaarten Maathuis1-3/+10
2010-02-04drm/nouveau: protect channel create/destroy and irq handler with a spin lockMaarten Maathuis4-0/+16
2010-02-04drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Kościelnicki4-12/+42
2010-02-04drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL testJulia Lawall1-2/+2
2010-02-02drm/nv50: delete ramfc object after disabling fifo, not beforeMaarten Maathuis1-3/+6
2010-02-02drm/nv50: avoid unloading pgraph context when ctxprog is runningMaarten Maathuis2-7/+10
2010-02-02drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis1-5/+5
2010-01-31drm/nouveau: Fix thinko in 203909f82.Francisco Jerez1-1/+1
2010-01-30drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hangLuca Barbieri1-0/+2
2010-01-30drm/nouveau: Fixup semaphores on pre-nv50 cards.Francisco Jerez1-0/+14
2010-01-27drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki2-0/+10
2010-01-27drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki4-15/+37
2010-01-27drm/nouveau: fix non-vram notifier blocksBen Skeggs2-4/+11
2010-01-22drm/nv50: prevent switching off SOR when in use for DVI-over-DPBen Skeggs1-0/+13
2010-01-22drm/nv50: fail auxch transaction if reply count not what we expectBen Skeggs1-1/+7
2010-01-21drm/nouveau: fix failure path if userspace specifies no valid memtypesBen Skeggs1-0/+1
2010-01-18drm/nouveau: report LVDS as disconnected if lid closedBen Skeggs3-0/+12
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-17drm/nouveau: Evict buffers in VRAM before freeing sgdmaLuca Barbieri2-1/+1
2010-01-17drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interruptsLuca Barbieri1-0/+7
2010-01-15drm/nouveau: fix thinko in nv04_instmem.cBen Skeggs1-1/+1
2010-01-15drm/nouveau: fix a race condition in nouveau_dma_wait()Ben Skeggs1-29/+47
2010-01-15drm/nouveau: check pushbuffer bounds in ioctlLuca Barbieri1-3/+16
2010-01-15drm/nouveau: reserve VGA area for the momentBen Skeggs2-0/+15
2010-01-14drm/nouveau: Unset the EDID connector property when the EDID block goes away.Francisco Jerez1-2/+6
2010-01-14drm/nouveau: Fallback to analog load detection when the EDID block is invalid.Francisco Jerez1-1/+2
2010-01-14drm/nouveau: fix edid memleak in nouveau_connectorXavier Chantry1-4/+13
2010-01-14drm/nouveau: Break some long lines.Francisco Jerez1-10/+19