aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv20_graph.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25drm/nouveau/gr: disable fifo access and idle before suspend ctx unloadBen Skeggs1-0/+5
2011-07-25drm/nouveau: pass flag to engine fini() method on suspendBen Skeggs1-1/+1
2011-07-25drm/nouveau: replace nv04_graph_fifo_access() use with direct reg bashingBen Skeggs1-2/+2
2011-07-25drm/nouveau: do not leak in nv20_graph_createJesper Juhl1-0/+2
2011-05-16drm/nouveau: remove remnants of nouveau_pgraph_engineBen Skeggs1-4/+2
2011-05-16drm/nouveau: move set_tile_region to nouveau_exec_engineBen Skeggs1-1/+2
2011-05-16drm/nv20-nv30/gr: move to exec engine interfaceBen Skeggs1-287/+224
2010-12-03drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c filesBen Skeggs1-0/+47
2010-12-03drm/nv20: Add Z compression support.Francisco Jerez1-10/+11
2010-12-03drm/nouveau: Rework tile region handling.Francisco Jerez1-14/+11
2010-12-03drm/nouveau: Implement the pageflip ioctl.Francisco Jerez1-0/+8
2010-12-03drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs1-44/+87
2010-12-03drm/nouveau: use object class structs more extensivelyBen Skeggs1-0/+2
2010-12-03drm/nouveau: store engine type in gpuobj class structsBen Skeggs1-35/+35
2010-12-03drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez1-1/+13
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-22/+18
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs1-237/+237
2010-07-13drm/nv20-nv30: move context table object out of dev_privBen Skeggs1-18/+15
2010-07-13drm/nouveau: allocate fixed amount of PRAMIN per channel on all chipsetsBen Skeggs1-16/+42
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-5/+0
2010-06-01drm: Remove drm_resource wrappersJordan Crouse1-2/+2
2010-01-11drm/nouveau: Pre-G80 tiling support.Francisco Jerez1-33/+28
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+780