Age | Commit message (Expand) | Author |
2007-08-15 | nouveau/nv40: Fix channel scheduling. | Ben Skeggs |
2007-08-10 | nouveau: Allow creation of gpuobjs before any other init has taken place. | Ben Skeggs |
2007-08-07 | nouveau : fix enable irq (in the previous code all irq were masked by engine | Matthieu Castet |
2007-08-07 | nouveau: Init global gpuobj list early, unbreaks sgdma code. | Ben Skeggs |
2007-08-06 | nouveau: Give DRM its own gpu channel | Ben Skeggs |
2007-08-06 | nouveau: Various internal and external API changes | Ben Skeggs |
2007-08-06 | nouveau: Pass channel struct around instead of channel id. | Ben Skeggs |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt |
2007-07-18 | nouveau: Make nouveau_wait_for_idle() read PTIMER. | Pekka Paalanen |
2007-07-18 | nouveau: Add read() method to Engine.timer. | Pekka Paalanen |
2007-07-17 | nouveau: G8x PCIEGART | Ben Skeggs |
2007-07-13 | nouveau: nuke internal typedefs, and drm_device_t use. | Ben Skeggs |
2007-07-11 | fixed bug that prevented PCIE cards from actually using PCIGART - NV50 will p... | Arthur Huillet |
2007-07-11 | Added support for PCIGART for PCI(E) cards. Bumped DRM interface patchlevel. | Arthur Huillet |
2007-07-09 | nouveau: Avoid oops | Ben Skeggs |
2007-07-09 | nouveau/nv50: Initial channel/object support | Ben Skeggs |
2007-07-09 | nouveau: rewrite gpu object code | Ben Skeggs |
2007-06-28 | nouveau/nv10: Fix earlier NV1x chips | Ben Skeggs |
2007-06-28 | nouveau: simplify PRAMIN access | Ben Skeggs |
2007-06-28 | nouveau/nv50: skeletal backend | Ben Skeggs |
2007-06-28 | nouveau: Nuke DMA_OBJECT_INIT ioctl (bumps interface to 0.0.7) | Ben Skeggs |
2007-06-24 | nouveau: NV04/NV10/NV20 PGRAPH engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV3X PGRAPH engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV1X/2X/3X PFIFO engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV04 PFIFO engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV4X PGRAPH engtab functions | Ben Skeggs |
2007-06-24 | nouveau: NV4X PFIFO engtab functions | Ben Skeggs |
2007-06-24 | nouveau: rename engtab functions | Ben Skeggs |
2007-03-26 | nouveau: move card initialisation into the drm | Ben Skeggs |
2007-03-13 | nouveau: make sure cmdbuf object gets destroyed | Ben Skeggs |
2007-02-28 | nouveau: intrusive drm interface changes | Ben Skeggs |
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 |
2007-01-13 | nouveau: nv20 graph ctx switch. | Matthieu Castet |
2007-01-13 | nouveau: first step to make graph ctx works | Matthieu Castet |
2007-01-09 | novueau: try resource 3 if resource 2 is 0 length | Dave Airlie |
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 |
2006-12-03 | Merge the pciid work. | Stephane Marchesin |
2006-11-30 | Use nouveau_mem.c to allocate RAMIN. | Ben Skeggs |
2006-11-30 | Wrap access to objects in RAMIN. | Ben Skeggs |
2006-11-14 | Restructure initialisation a bit. | Ben Skeggs |
2006-11-04 | Add some getparams. | Stephane Marchesin |