Age | Commit message (Expand) | Author |
2007-10-14 | nouveau: PPC fixes. These regs are very touchy. | Stephane Marchesin |
2007-10-10 | nouveau: PMC_BOOT_1 was not mapped. | Maarten Maathuis |
2007-10-10 | nouveau: try to fix big endian. | Stephane Marchesin |
2007-10-07 | nouveau: A char is signed, so it may overflow for >NV50. | Maarten Maathuis |
2007-10-04 | nouveau: Remove excess device classes. | Maarten Maathuis |
2007-10-04 | nouveau: Switch over to using PMC_BOOT_0 for card detection. | Maarten Maathuis |
2007-10-01 | nouveau: Fix dereferencing a NULL pointer when erroring out during initializa... | Maarten Maathuis |
2007-09-30 | nouveau: nv30 graph function renames, removed nv20_graph.c | Pekka Paalanen |
2007-09-30 | nouveau: Make nv20 use the nv30 PGRAPH ctx functions. | Pekka Paalanen |
2007-08-31 | nouveau: give nv03 the last cut. | Stephane Marchesin |
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 |