summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nv50: fix vram ptes on IGPs to point at stolen system memoryBen Skeggs2010-02-231-1/+7
* drm/nv50: fix instmem binding on IGPs to point at stolen system memoryBen Skeggs2010-02-232-18/+41
* drm/nv50: improve vram page table constructionBen Skeggs2010-02-231-11/+33
* drm/nv50: more efficient clearing of gpu page table entriesBen Skeggs2010-02-231-24/+44
* drm/nv50: make nv50_mem_vm_{bind,unbind} operate only on vramBen Skeggs2010-02-231-30/+13Star
* drm/nouveau: Fix up pre-nv17 analog load detection.Francisco Jerez2010-02-231-1/+5
* drm/nouveau: Force TV encoder DPMS reinit after resume.Francisco Jerez2010-02-161-0/+2
* drm/nouveau: use mutex for vbios lockBen Skeggs2010-02-162-5/+4Star
* nouveau: fix state detection with switchable graphicsMatthew Garrett2010-02-111-6/+6
* drm/nouveau: move dereferences after null checksMarcin Slusarz2010-02-114-11/+17
* drm/nv50: make the pgraph irq handler loop like the pre-nv50 versionMaarten Maathuis2010-02-091-64/+77
* drm/nv50: delete ramfc object after disabling fifo, not beforeMaarten Maathuis2010-02-091-3/+6
* drm/nv50: avoid unloading pgraph context when ctxprog is runningMaarten Maathuis2010-02-092-7/+10
* drm/nv50: align size of buffer object to the right boundaries.Maarten Maathuis2010-02-091-5/+5
* drm/nv50: disregard dac outputs in nv50_sor_dpms()Ben Skeggs2010-02-091-0/+1
* drm/nv50: prevent multiple init tables being parsed at the same timeBen Skeggs2010-02-092-8/+11
* drm/nouveau: make dp auxch xfer len check for reads onlyBen Skeggs2010-02-091-5/+5
* drm/nv40: make INIT_COMPUTE_MEM a NOP, just like nv50Ben Skeggs2010-02-091-1/+1
* drm/nouveau: Add proper vgaarb support.Marcin Kościelnicki2010-02-091-0/+8
* drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Kościelnicki2010-02-094-12/+42
* drivers/gpu/drm/nouveau/nouveau_grctx.c: correct NULL testJulia Lawall2010-02-091-2/+2
* drm/nouveau: call ttm_bo_wait with the bo lock held to prevent hangLuca Barbieri2010-02-091-0/+2
* drm/nouveau: Fixup semaphores on pre-nv50 cards.Francisco Jerez2010-02-091-0/+14
* drm/nouveau: Add getparam to get available PGRAPH units.Marcin Kościelnicki2010-02-092-0/+10
* drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki2010-02-094-15/+37
* drm/nouveau: fix non-vram notifier blocksBen Skeggs2010-02-092-4/+11
* drm/nv50: prevent switching off SOR when in use for DVI-over-DPBen Skeggs2010-01-251-0/+13
* drm/nv50: fail auxch transaction if reply count not what we expectBen Skeggs2010-01-251-1/+7
* drm/nouveau: fix failure path if userspace specifies no valid memtypesBen Skeggs2010-01-251-0/+1
* drm/nouveau: report LVDS as disconnected if lid closedBen Skeggs2010-01-253-0/+12
* drm/nv50: prevent accidently turning off encoders we're actually usingBen Skeggs2010-01-181-1/+21
* drm/nv50: fix alignment of per-channel fifo cacheBen Skeggs2010-01-181-1/+1
* drm/nouveau: Evict buffers in VRAM before freeing sgdmaLuca Barbieri2010-01-182-1/+1
* drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interruptsLuca Barbieri2010-01-181-0/+7
* drm/nouveau: fix thinko in nv04_instmem.cBen Skeggs2010-01-181-1/+1
* drm/nouveau: fix a race condition in nouveau_dma_wait()Ben Skeggs2010-01-181-29/+47
* drm/nouveau: check pushbuffer bounds in ioctlLuca Barbieri2010-01-151-3/+16
* drm/nouveau: reserve VGA area for the momentBen Skeggs2010-01-152-0/+15
* drm/nouveau: Unset the EDID connector property when the EDID block goes away.Francisco Jerez2010-01-151-2/+6
* drm/nouveau: Fallback to analog load detection when the EDID block is invalid.Francisco Jerez2010-01-151-1/+2
* drm/nouveau: fix edid memleak in nouveau_connectorXavier Chantry2010-01-151-4/+13
* drm/nouveau: Break some long lines.Francisco Jerez2010-01-151-10/+19
* drm/nouveau: add NV18 device id to call_lvds_manufacturer_scriptAndrea Tacconi2010-01-151-1/+1
* drm/nv50: Fix typo in PGRAPH initialisation.Marcin Kościelnicki2010-01-141-1/+1
* drm/nouveau: less magic DCB 1.5 parsingBen Skeggs2010-01-141-39/+40
* drm/nouveau: assume no nv04 board has a DCB tableBen Skeggs2010-01-141-8/+12
* drm/nouveau: remove PRIV0 check in nouveau_mem_close()Ben Skeggs2010-01-141-3/+0Star
* drm/nouveau: wait on fence after bo move if validating for another channelBen Skeggs2010-01-141-0/+2
* drm/nouveau: trust init table registers are safeBen Skeggs2010-01-141-50/+9Star
* drm/nv50: wait for pgraph to idle before unloading the contextMaarten Maathuis2010-01-141-0/+1