summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv10_graph.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: restructure source tree, split core from drm implementationBen Skeggs2012-10-031-1189/+0
* drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs2012-05-241-5/+4
* drm/nouveau: create real execution engine for software object classBen Skeggs2012-05-241-4/+0
* drm/nouveau/gr: disable fifo access and idle before suspend ctx unloadBen Skeggs2011-07-251-0/+5
* drm/nouveau: pass flag to engine fini() method on suspendBen Skeggs2011-07-251-1/+1
* drm/nouveau: replace nv04_graph_fifo_access() use with direct reg bashingBen Skeggs2011-07-251-4/+4
* drm/nouveau: move set_tile_region to nouveau_exec_engineBen Skeggs2011-05-161-1/+2
* drm/nv10/gr: move to exec engine interfacesBen Skeggs2011-05-161-96/+110
* drm/nouveau: Fix brace placement checkpatch.pl errors.Emil Velikov2011-05-161-2/+1
* drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch.Francisco Jerez2010-12-081-12/+0
* drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c filesBen Skeggs2010-12-031-2/+70
* drm/nouveau: Rework tile region handling.Francisco Jerez2010-12-031-10/+7
* drm/nouveau: Implement the pageflip ioctl.Francisco Jerez2010-12-031-0/+4
* drm/nv10: fix thinko and let nv17 do 3d again :)Ben Skeggs2010-12-031-1/+1
* drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs2010-12-031-37/+55
* drm/nouveau: use object class structs more extensivelyBen Skeggs2010-12-031-0/+1
* drm/nouveau: store engine type in gpuobj class structsBen Skeggs2010-12-031-20/+20
* drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez2010-12-031-0/+15
* drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs2010-12-031-2/+2
* drm/nv10: Don't oops if the card wants to switch to a channel with no grctx.Francisco Jerez2010-09-241-1/+1
* drm/nv10: Fix up switching of NV10TCL_DMA_VTXBUF.Francisco Jerez2010-08-061-50/+125
* drm/nouveau: Pre-G80 tiling support.Francisco Jerez2010-01-111-11/+17
* drm/nv10: Add the initial graph context and soft methods needed for LMA.Francisco Jerez2009-12-161-43/+154
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-111-0/+892
OpenPOWER on IntegriCloud