summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Implement the pageflip ioctl.Francisco Jerez2010-12-0313-9/+264
* drm/nouveau: Implement the vblank DRM hooks.Francisco Jerez2010-12-038-26/+59
* drm/nv04: Make CRTC base changes effective in the next hsync.Francisco Jerez2010-12-033-3/+7
* drm/nouveau: fix annoying nouveau_fence type issueMarcin Slusarz2010-12-037-30/+53
* drm/nv50: regression fix, point NVAA/NVAC at correct PM functionsBen Skeggs2010-12-031-0/+2
* drm/nouveau: add support for MSIBen Skeggs2010-12-034-6/+47
* drm/nv10: fix thinko and let nv17 do 3d again :)Ben Skeggs2010-12-031-1/+1
* drm/nv50: fix evo instmem alignmentBen Skeggs2010-12-031-1/+1
* drm/nv50: improve evo error handler when more than just channel 0 activeBen Skeggs2010-12-033-33/+39
* drm/nv50: rework evo init to match nvidia more closelyBen Skeggs2010-12-031-47/+26
* drm/nv50: initial work to allow multiple evo channelsBen Skeggs2010-12-033-102/+147
* drm/nv50: move evo handling to nv50_evo.cBen Skeggs2010-12-035-245/+322
* drm/nv50: clearer separation of the stages of evo initBen Skeggs2010-12-032-52/+55
* drm/nv50: create graph and crypt contexts on demandBen Skeggs2010-12-032-9/+25
* drm/nv50: remove excessive alignment of graph/crypt contextsBen Skeggs2010-12-032-2/+2
* drm/nv84: add support for the PCRYPT engineBen Skeggs2010-12-038-11/+218
* drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs2010-12-039-433/+667
* drm/nouveau: use object class structs more extensivelyBen Skeggs2010-12-036-52/+53
* drm/nouveau: store engine type in gpuobj class structsBen Skeggs2010-12-037-127/+127
* drm/nouveau: pass gpuobj alignment request down into backing allocatorBen Skeggs2010-12-035-14/+14
* drm/nv40: Ignore sync-to-vblank active when waiting for idle.Francisco Jerez2010-12-032-1/+8
* drm/nouveau: Take fence spinlock in nouveau_fence_channel_fini().Francisco Jerez2010-12-031-0/+4
* drm/nouveau: Avoid race in the interchannel sync code.Francisco Jerez2010-12-031-9/+15
* drm/nouveau: Make fences take a weak channel reference.Francisco Jerez2010-12-031-1/+2
* drm/nouveau: Implement weak channel references.Francisco Jerez2010-12-032-16/+47
* drm/nouveau: Fix lock unbalance on card take down.Francisco Jerez2010-12-031-1/+1
* drm/nouveau: Add unlocked variants of nouveau_channel_get/put.Francisco Jerez2010-12-032-13/+26
* drm/nouveau: Fix race condition in channel refcount handling.Francisco Jerez2010-12-031-3/+2
* drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez2010-12-0312-49/+116
* drm/nouveau: Use lazy fence waits when doing software interchannel sync.Francisco Jerez2010-12-031-2/+2
* drm/nouveau: Leave BO eviction synchronization for later.Francisco Jerez2010-12-031-7/+0
* drm/nv50: remove some unnecessary PDISPLAY initBen Skeggs2010-12-031-13/+2
* drm/nouveau: fallback to sw fbcon if we can't get mutex immediatelyBen Skeggs2010-12-031-7/+9
* drm/nouveau: hook up acpi power supply change trackingBen Skeggs2010-12-032-0/+31
* drm/nouveau: return error from nouveau_ramht_remove() if not foundBen Skeggs2010-12-033-11/+6
* drm/nouveau: use interruptible waits during pushbuf validationBen Skeggs2010-12-031-12/+19
* drm/nouveau: fix thinko in channel locking in semaphore pathBen Skeggs2010-12-031-3/+3
* drm/nouveau: remove cpu_writers lockBen Skeggs2010-12-032-61/+4
* drm/nouveau: switch to unlocked ioctlsBen Skeggs2010-12-031-12/+12
* drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs2010-12-0319-161/+236
* drm/nouveau: add per-channel mutex, use to lock access to drm's channelBen Skeggs2010-12-034-7/+28
* drm/nouveau: disallow fbcon accel if running in interrupt contextBen Skeggs2010-12-034-133/+153
* drm/nouveau: tidy fifo swmthd handler a littleBen Skeggs2010-12-031-25/+31
* drm/ttm/radeon/nouveau: Kill the bo lock in favour of a bo device fence_lockThomas Hellstrom2010-11-221-6/+6
* nouveau: Acknowledge HPD irq in handler, not bottom halfAndy Lutomirski2010-11-183-9/+33
* drm/nouveau: Fix a few confusions between "chipset" and "card_type".Francisco Jerez2010-11-183-3/+3
* drm/nouveau: don't expose backlight control when available through ACPIBen Skeggs2010-11-181-0/+9
* drm/nouveau/pm: improve memtiming mappingsRoy Spliet2010-11-181-12/+19
* drm/nouveau: Make PCIE GART size depend on the available RAMIN space.Francisco Jerez2010-11-181-5/+5
* drm/nouveau: Return error from nouveau_gpuobj_new if we're out of RAMIN.Francisco Jerez2010-11-181-1/+1
OpenPOWER on IntegriCloud