summaryrefslogtreecommitdiff
path: root/src/nv_dma.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-14WIP: port to new libdrmBen Skeggs1-2/+2
2009-07-21nv50/xv: attempt sync-to-vblank if driver pixmaps are being usedBen Skeggs1-8/+2
2007-11-17Hook up DMA funcs to channels/grobjs etc etcBen Skeggs1-67/+0
2007-10-17Switch to *_RING instead of NVDma*Ben Skeggs1-11/+21
2007-10-17Switch to header generated from XML + other cleanups.Ben Skeggs1-168/+0
2007-09-03merge in the nv50 code from the randr 1.2 branchDave Airlie1-0/+1
2007-08-29Silence more warnings.Stephane Marchesin1-2/+2
2007-08-21Fixed blending in NVComposite by actually creating ContextBeta1 and 4 objectsArthur Huillet1-0/+2
2007-08-08Oh, and of course we need a new object.Stephane Marchesin1-0/+1
2007-08-08Add forgotten prototypeBen Skeggs1-0/+2
2007-08-06Fix explicit usage of subchannels, and remove subchannel defines altogether.Stephane Marchesin1-17/+0
2007-08-06Add subchannel handling codeStephane Marchesin1-17/+0
2007-07-30Xv now manages a pool of 6 notifiers for its double buffering. Also improved ...Arthur Huillet1-1/+9
2007-06-24Implement NV40 EXA composite hooks with 3D engine.Ben Skeggs1-3/+7
2007-06-24Wait on notifier instead of PGRAPH_STATUSBen Skeggs1-1/+1
2007-06-24Match drm 0.0.7 interface changesBen Skeggs1-1/+1
2007-02-28match drm v4 interface changesBen Skeggs1-0/+1
2007-01-24Make NV_DMA_DEBUG print the fifo position.Stephane Marchesin1-2/+2
2006-11-04Remove the context object flags handling from the DDX since it's now in the DRM.Stephane Marchesin1-5/+0
2006-11-03Use "do { blah; } while(0)" instead of just braces. (suggestion from megari o...Ben Skeggs1-12/+12
2006-11-02Put braces around NVDmaSetObjectOnSubchannel...Ben Skeggs1-3/+4
2006-11-02Merge >=NV30-specific EXA code.. hard-disabled pending testing on my C51, and...Ben Skeggs1-0/+9
2006-11-02First part of preparation for NV30_TCL EXA code merge.Ben Skeggs1-21/+23
2006-09-02Kill off one of the M2MF objects, and use the engine's SET_OBJECT_{IN_OUT} toBen Skeggs1-3/+4
2006-09-02Don't create objects that aren't needed. This frees up a couple of subchannelsBen Skeggs1-7/+12
2006-09-02Move code out of nv_xaa.c that doesn't belong there.Ben Skeggs1-8/+0
2006-08-25- Allocate notifiers with the DRMdarktama_1-2/+2
2006-08-25Updates for DRM changes, and a few cleanupsdarktama_1-11/+12
2006-08-25Remove FIFO and object handling out of the DDX. This commit makes the DDX dep...darktama_1-1/+1
2006-08-25initial import of nouveau codeDave Airlie1-47/+130
2004-11-10(Bugzilla #1777) Import Mark Vojkovich's changes to NV driver since lastAlan Coopersmith1-1/+7
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsEgbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2003-11-25Initial revisionKaleb Keithley1-0/+180