summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv10_graph.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch.Francisco Jerez2010-12-081-12/+0Star
* 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/+7Star
* 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