aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_fifo.c
Commit message (Expand)AuthorAge
* drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs2012-05-24
* drm/nv50/fifo: use hardware channel kickoff functionalityBen Skeggs2012-05-24
* drm/nv50/fifo: construct playlist from hw context table stateBen Skeggs2012-05-24
* drm/nouveau/fifo: remove all the "special" engine hooksBen Skeggs2012-05-24
* drm/nouveau: Fix pushbufs over the 4GB mark.Francisco Jerez2011-12-21
* drm/nv50: drop explicit yields in favour of smaller PFIFO timesliceBen Skeggs2011-02-24
* drm/nv50: import new vm codeBen Skeggs2010-12-07
* drm/nouveau: make fifo.create_context() responsible for mapping control regsBen Skeggs2010-12-07
* drm/nouveau: move PFIFO ISR into nv04_fifo.cBen Skeggs2010-12-03
* drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez2010-12-03
* drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs2010-12-03
* drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs2010-11-17
* drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs2010-09-24
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-24
* drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs2010-09-24
* drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs2010-09-24
* drm/nv50: fix RAMHT sizeBen Skeggs2010-07-12
* drm/nv50: cleanup nv50_fifo.cBen Skeggs2010-07-12
* drm/nouveau: add instmem flush() hookBen Skeggs2010-07-12
* drm/nv50: switch to indirect push buffer controlsBen Skeggs2010-02-25
* drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis2010-02-25
* drm/nv50: delete ramfc object after disabling fifo, not beforeMaarten Maathuis2010-02-09
* drm/nv50: fix alignment of per-channel fifo cacheBen Skeggs2010-01-17
* drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs2010-01-10
* drm/nv50: fix two potential suspend/resume oopsesBen Skeggs2009-12-16
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-11