summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/nv04: Fix set_operation software method.Marcin Koƛcielnicki2010-01-111-1/+1
* drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs2010-01-113-6/+12
* drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs2010-01-111-1/+1
* drm/nv04: differentiate between nv04/nv05Ben Skeggs2010-01-111-1/+4
* drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri2010-01-111-20/+13Star
* drm/nv50: prevent a possible ctxprog hangBen Skeggs2010-01-111-0/+1
* drm/nouveau: have ttm's fault handler called directlyBen Skeggs2010-01-111-29/+1Star
* drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs2010-01-111-4/+2Star
* drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz2010-01-114-26/+22Star
* drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2010-01-112-42/+0Star
* drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2010-01-112-4/+10
* drm/nv04: Context switching fixes.Francisco Jerez2010-01-111-74/+78
* drm/nouveau: Use the software object for fencing.Francisco Jerez2010-01-112-3/+4
* drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez2010-01-116-24/+48
* drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis2010-01-111-17/+19
* drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2010-01-112-4/+8
* drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez2010-01-111-2/+2
* drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez2010-01-111-1/+89
* drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez2010-01-113-31/+37
* drm/nv50: fix fillrect colorMarcin Slusarz2010-01-111-1/+2
* drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs2010-01-111-0/+17
* drm/nouveau: Drop redundant placement initialization.Francisco Jerez2010-01-111-10/+2Star
* drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez2010-01-111-1/+1
* drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez2010-01-111-2/+2
* drm/i2c/ch7006: Drop build time dependency to nouveau.Francisco Jerez2010-01-111-3/+2Star
* drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez2010-01-113-65/+265