Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-03 | nouveau: plugin the nv04 graph init function. | Stephane Marchesin | |
2007-02-03 | nouveau: rename registers to their proper names. | Stephane Marchesin | |
2007-01-28 | nouveau: determine chipset type at startup, instead of every time we use it. | Ben Skeggs | |
2007-01-17 | nouveau: Try to get nv35 pgraph switching working. Doesn't quite yet. | Jeremy Kolb | |
Hook into nv20 pgraph switching functions (they're identical for nv3x). Actually call nv30_pgraph_context_init so the ctx_table is allocated. Thanks to Carlos Martin for the help. | |||
2007-01-13 | nouveau: nv20 graph ctx switch. | Matthieu Castet | |
Untested... | |||
2007-01-13 | nouveau: first step to make graph ctx works | Matthieu Castet | |
It is still not working, but now we could use some 3D commands without needed to run nvidia blob before. | |||
2007-01-09 | novueau: try resource 3 if resource 2 is 0 length | Dave Airlie | |
This happens on my NV43 PPC | |||
2007-01-08 | nouveau: fix a stupid bug from me. | Stephane Marchesin | |
2007-01-08 | nouveau: map pci resource 2 on >=nv40 | Ben Skeggs | |
2007-01-05 | nouveau: oops, we don't need OS_HAS_MTRR actually. | Stephane Marchesin | |
2007-01-05 | nouveau: Add an mtrr over the whole FB | Stephane Marchesin | |
2007-01-02 | nouveau: Hookup nv40_graph_init. | Ben Skeggs | |
Now I can get 3D + working grctx switching on my NV40 without the binary driver initialising the card first. However, this change also breaks 3D on my C51 even *with* the binary driver's help. So, it's likely that the weird voodoo is card-specific. | |||
2006-12-03 | Merge the pciid work. | Stephane Marchesin | |
Add getparams for AGP and FB physical adresses. Fix the MEM_ALLOC issue properly. Fix context switches for nv44. Change the DRM version to 0.0.1. | |||
2006-11-30 | Use nouveau_mem.c to allocate RAMIN. | Ben Skeggs | |
2006-11-30 | Wrap access to objects in RAMIN. | Ben Skeggs | |
This will make it easier to support extra RAMIN in vram at a later point. | |||
2006-11-14 | Restructure initialisation a bit. | Ben Skeggs | |
- Do important card init in firstopen - Give each channel it's own cmdbuf dma object - Move RAMHT config state to the same place as RAMRO/RAMFC - Make sure instance mem for objects is *after* RAM{FC,HT,RO} | |||
2006-11-04 | Add some getparams. | Stephane Marchesin | |
2006-10-12 | Still more work on the context switching code. | Stephane Marchesin | |
2006-10-11 | Context switching work. | Stephane Marchesin | |
Added preliminary support for context switches (triggers the interrupts, but hangs after the switch ; something's not quite right yet). Removed the PFIFO_REINIT ioctl. I hope it's that a good idea... Requires the upcoming commit to the DDX. | |||
2006-09-07 | Fix second start of X server without module reload beforehand, and a couple ↵ | Ben Skeggs | |
of other fixes. - Mark the correct RAMIN slots as free (oops) - Remove a VRAM alloc that shouldn't have been there (oops) - Move HT init out of firstopen() and into dma_init() - Setup PFIFO_RAM{HT,FC,RO} in pfifo_init() | |||
2006-09-07 | Remove a 64 bit div. | Stephane Marchesin | |
2006-09-03 | Allow cmdbuf location(AGP,VRAM) and size to be configured. | Ben Skeggs | |
2006-08-30 | Add stub {get,set}param ioctls. | Ben Skeggs | |
2006-08-27 | initial import of nouveau code from nouveau CVS | Dave Airlie | |