aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-11drm/nv04: Fix set_operation software method.Marcin Kościelnicki1-1/+1
2010-01-11drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs3-6/+12
2010-01-11drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs1-1/+1
2010-01-11drm/nv04: differentiate between nv04/nv05Ben Skeggs1-1/+4
2010-01-11drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri1-20/+13
2010-01-11drm/nv50: prevent a possible ctxprog hangBen Skeggs1-0/+1
2010-01-11drm/nouveau: have ttm's fault handler called directlyBen Skeggs1-29/+1
2010-01-11drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs1-4/+2
2010-01-11drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz4-26/+22
2010-01-11drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2-42/+0
2010-01-11drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2-4/+10
2010-01-11drm/nv04: Context switching fixes.Francisco Jerez1-74/+78
2010-01-11drm/nouveau: Use the software object for fencing.Francisco Jerez2-3/+4
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez6-24/+48
2010-01-11drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis1-17/+19
2010-01-11drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2-4/+8
2010-01-11drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez1-2/+2
2010-01-11drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez1-1/+89
2010-01-11drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez3-31/+37
2010-01-11drm/nv50: fix fillrect colorMarcin Slusarz1-1/+2
2010-01-11drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs1-0/+17
2010-01-11drm/nouveau: Drop redundant placement initialization.Francisco Jerez1-10/+2
2010-01-11drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez1-1/+1
2010-01-11drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez1-2/+2