summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)AuthorFilesLines
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-16drm/nouveau: Force TV encoder DPMS reinit after resume.Francisco Jerez1-0/+2
2010-02-16drm/nouveau: use mutex for vbios lockBen Skeggs2-5/+4
2010-02-11nouveau: fix state detection with switchable graphicsMatthew Garrett1-6/+6
2010-02-11drm/nouveau: move dereferences after null checksMarcin Slusarz4-11/+17
2010-02-10drm/nv50: make the pgraph irq handler loop like the pre-nv50 versionMaarten Maathuis1-64/+77
2010-02-10drm/nv50: delete ramfc object after disabling fifo, not beforeMaarten Maathuis1-3/+6
2010-02-10drm/nv50: avoid unloading pgraph context when ctxprog is runningMaarten Maathuis2-7/+10
2010-02-10drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis1-5/+5
2010-02-10drm/nv50: disregard dac outputs in nv50_sor_dpms()Ben Skeggs1-0/+1
2010-02-10drm/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-09drm/nouveau: Add proper vgaarb support.Marcin Kościelnicki1-0/+8
2010-02-09drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Kościelnicki4-12/+42
2010-02-09drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL testJulia Lawall1-2/+2
2010-02-09drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hangLuca Barbieri1-0/+2
2010-02-09drm/nouveau: Fixup semaphores on pre-nv50 cards.Francisco Jerez1-0/+14
2010-02-09drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki2-0/+10
2010-02-09drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki4-15/+37
2010-02-09drm/nouveau: fix non-vram notifier blocksBen Skeggs2-4/+11
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-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-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-15drm/nouveau: Unset the EDID connector property when the EDID block goes away.Francisco Jerez1-2/+6
2010-01-15drm/nouveau: Fallback to analog load detection when the EDID block is invalid.Francisco Jerez1-1/+2
2010-01-15drm/nouveau: fix edid memleak in nouveau_connectorXavier Chantry1-4/+13
2010-01-15drm/nouveau: Break some long lines.Francisco Jerez1-10/+19
2010-01-15drm/nouveau: add NV18 device id to call_lvds_manufacturer_scriptAndrea Tacconi1-1/+1
2010-01-14drm/nv50: Fix typo in PGRAPH initialisation.Marcin Kościelnicki1-1/+1
2010-01-14drm/nouveau: less magic DCB 1.5 parsingBen Skeggs1-39/+40
2010-01-14drm/nouveau: assume no nv04 board has a DCB tableBen Skeggs1-8/+12
2010-01-14drm/nouveau: remove PRIV0 check in nouveau_mem_close()Ben Skeggs1-3/+0
2010-01-14drm/nouveau: wait on fence after bo move if validating for another channelBen Skeggs1-0/+2
2010-01-14drm/nouveau: trust init table registers are safeBen Skeggs1-50/+9
2010-01-14drm/nv50: wait for pgraph to idle before unloading the contextMaarten Maathuis1-0/+1