Age | Commit message (Expand) | Author |
2009-03-02 | drm: drop Linux < 2.6.19 support | Pekka Paalanen |
2009-02-07 | nouveau: don't try to traverse non-existent lists | Stuart Bennett |
2009-02-04 | nouveau: bring in new mm api definitions, without the actual mm code | Ben Skeggs |
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes |
2008-07-31 | Merge commit 'origin/master' into modesetting-gem | Kristian Høgsberg |
2008-07-18 | nv50: use same dma object for fb/tt access | Ben Skeggs |
2008-07-18 | nouveau: interface changes for nv5x 3d | Ben Skeggs |
2008-07-08 | nouveau: interface changes for nv5x 3d | Ben Skeggs |
2008-07-03 | nv50: s/FALSE/false && s/TRUE/true | Maarten Maathuis |
2008-06-27 | NV50: use list_head item instead of list_head head to avoid confusion | Maarten Maathuis |
2008-06-25 | NV50: i misunderstood NOUVEAU_MEM_INTERNAL, so remove it | Maarten Maathuis |
2008-06-25 | NV50: Some cleanup and fixes. | Maarten Maathuis |
2008-06-25 | nouveau: allocate drm-use vram buffers from end of vram. | Ben Skeggs |
2008-06-23 | nv50: oops, keep VRAM allocations aligned at 64KiB - that's our page size.. | Ben Skeggs |
2008-06-23 | nv50: use same dma object for fb/tt access | Ben Skeggs |
2008-06-23 | nouveau: allocate drm-use vram buffers from end of vram. | Ben Skeggs |
2008-06-22 | NV50: Initial import of kernel modesetting. | Maarten Maathuis |
2008-03-13 | nv50: force channel vram access through vm | Ben Skeggs |
2008-03-11 | nouveau: move AGP reset to mem_init_agp | Stuart Bennett |
2008-03-06 | ttm: make sure userspace can't destroy kernel create memory managers | Dave Airlie |
2008-02-16 | nouveau: no GART on ia64 either. | Stephane Marchesin |
2008-01-23 | nouveau: Fix warning in nouveau_mem.c | Maarten Maathuis |
2008-01-14 | nouveau: make mem alloc debug a little more verbose. | Stephane Marchesin |
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-11-01 | nouveau: don't use AGP on PPC. It's a hopeless case. | Stephane Marchesin |
2007-10-23 | nouveau: fix IGP | Stephane Marchesin |
2007-10-16 | nouveau: revert unintended change. | Ben Skeggs |
2007-10-16 | nouveau: Handle multiple PFIFO exceptions per irq, cleanup output. | Ben Skeggs |
2007-10-14 | nouveau: fix warning. | Jeremy Kolb |
2007-08-31 | nouveau: give nv03 the last cut. | Stephane Marchesin |
2007-08-22 | nouveau: fix the comment and debug message for PCIGART size | Stephane Marchesin |
2007-08-19 | Check also for Linux, as it's not supported on different OS | Patrice Mandin |
2007-08-19 | Function pci_get_bus_and_slot needs 2.6.19 or later | Patrice Mandin |
2007-08-17 | nouveau: Detect memory on NFORCE/NFORCE2 correctly. | Ben Skeggs |
2007-08-15 | nouveau: Turn some messages into DRM_DEBUGs.. | Ben Skeggs |
2007-08-06 | nouveau: Bump PCI GART to 16MB | Stephane Marchesin |
2007-08-06 | nouveau: Various internal and external API changes | 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-17 | nouveau: G8x PCIEGART | Ben Skeggs |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie |
2007-07-14 | nouveau: nv10 and nv11/15 are different | Patrice Mandin |
2007-07-13 | nouveau: nuke internal typedefs, and drm_device_t use. | Ben Skeggs |
2007-07-13 | nouveau: unbreak AGP | Ben Skeggs |
2007-07-12 | nouveau: nuke left over debug message | Ben Skeggs |
2007-07-12 | nouveau: separate region_offset into map_handle and offset. | Ben Skeggs |
2007-07-12 | fixed object creation code to not Oops on 64bits, worked around memalloc not ... | Arthur Huillet |