Age | Commit message (Expand) | Author |
2008-07-02 | NV50: basic fbcon + misc fixes | Maarten Maathuis |
2008-06-22 | nouveau: disable KMS for pre-NV50 even when specifically enabled | Maarten Maathuis |
2008-06-22 | NV50: Initial import of kernel modesetting. | Maarten Maathuis |
2008-05-23 | drm: fix nouveau warning | Dave Airlie |
2008-04-29 | nouveau: NV9x cards exist as well. | Maarten Maathuis |
2008-03-31 | nouveau: fix return from function.. | Dave Airlie |
2008-03-13 | nv50: force channel vram access through vm | Ben Skeggs |
2008-01-30 | nv40: some more nv67 changes | Ben Skeggs |
2008-01-21 | nouveau: don't forget NV80. | Stephane Marchesin |
2008-01-21 | nouveau: new card family for old card designs. | Stephane Marchesin |
2008-01-07 | nv50: hook up timer funcs... | Ben Skeggs |
2008-01-07 | Nouveau: ppc oops. | Stephane Marchesin |
2008-01-07 | Nouveau: move PPC bios copy to firstopen. | Stephane Marchesin |
2007-11-30 | nouveau: Properly identify NV40 and NV44 generation. | Maarten Maathuis |
2007-11-16 | nouveau: also mention the number of succcessfully copied bios bytes. | Stephane Marchesin |
2007-11-15 | nouveau: be verbose about PPC bios for now. | Stephane Marchesin |
2007-11-15 | nouveau: use get_property instead of of_get_property on pre-2.6.22 kernels. | Stephane Marchesin |
2007-11-15 | nouveau: Copy the PPC bios to RAMIN on init, that lets us do proper output de... | Stephane Marchesin |
2007-11-14 | Revert "nouveau: stub superioctl" | Ben Skeggs |
2007-11-14 | Merge branch 'fifo-cleanup' into upstream-master | Ben Skeggs |
2007-11-14 | nouveau: funcs to determine active channel on PFIFO. | Ben Skeggs |
2007-11-14 | nouveau: stub superioctl | Ben Skeggs |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-11-05 | nouveau: crappy ttm mm init, disabled for now. | Ben Skeggs |
2007-10-28 | nouveau: don't touch PMC_BOOT_1 on x86, it seems to be undefined on some earl... | Stephane Marchesin |
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 |