summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv04_graph.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nv04-nv10: Don't re-enable FIFO access multiple times after IRQ dispatch.Francisco Jerez2010-12-081-3/+0Star
* drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c filesBen Skeggs2010-12-031-2/+93
* drm/nouveau: Implement the pageflip ioctl.Francisco Jerez2010-12-031-0/+16
* drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs2010-12-031-229/+301
* drm/nouveau: store engine type in gpuobj class structsBen Skeggs2010-12-031-42/+42
* 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/nouveau: reduce usage of fence spinlock to when absolutely necessaryBen Skeggs2010-07-131-2/+1Star
* drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez2010-07-131-1/+1
* drm/nv04: Implement missing nv04 PGRAPH methods in software.Marcin Kościelnicki2010-05-191-13/+553
* drm/nv04: Fix set_operation software method.Marcin Kościelnicki2010-01-111-1/+1
* drm/nv04: Context switching fixes.Francisco Jerez2010-01-111-74/+78
* drm/nouveau: Use the software object for fencing.Francisco Jerez2010-01-111-2/+3
* drm/nv04: Fix NV04 set_operation software method.Marcin Kościelnicki2009-12-161-1/+1
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-111-0/+579