Age | Commit message (Expand) | Author | Files | Lines |
2009-11-17 | Drop shared-core, bsd-core, linux-core and scripts subdirs | Kristian Høgsberg | 1 | -910/+0 |
2009-03-30 | nouveau: nForce 1/2 IGP memory sanity check from DDX | Stuart Bennett | 1 | -1/+27 |
2009-03-25 | nouveau: add linux compat defines for PCI config access, use them for nvidia ... | Stuart Bennett | 1 | -18/+30 |
2009-03-25 | nouveau: use PFB_CSTATUS naming from ddx (reg introduced with nv10) | Stuart Bennett | 1 | -3/+3 |
2009-03-06 | drm/nouveau: make portion of vram as reserved for PRAMIN on all chipsets | Ben Skeggs | 1 | -4/+1 |
2009-03-02 | drm: drop Linux < 2.6.19 support | Pekka Paalanen | 1 | -1/+1 |
2009-02-07 | nouveau: don't try to traverse non-existent lists | Stuart Bennett | 1 | -3/+3 |
2009-02-04 | nouveau: bring in new mm api definitions, without the actual mm code | Ben Skeggs | 1 | -4/+7 |
2008-12-10 | Revert "Merge branch 'modesetting-gem'" | Jesse Barnes | 1 | -36/+0 |
2008-07-31 | Merge commit 'origin/master' into modesetting-gem | Kristian Høgsberg | 1 | -1/+0 |
2008-07-18 | nv50: use same dma object for fb/tt access | Ben Skeggs | 1 | -1/+10 |
2008-07-18 | nouveau: interface changes for nv5x 3d | Ben Skeggs | 1 | -3/+68 |
2008-07-08 | nouveau: interface changes for nv5x 3d | Ben Skeggs | 1 | -2/+64 |
2008-07-03 | nv50: s/FALSE/false && s/TRUE/true | Maarten Maathuis | 1 | -1/+1 |
2008-06-27 | NV50: use list_head item instead of list_head head to avoid confusion | Maarten Maathuis | 1 | -1/+1 |
2008-06-25 | NV50: i misunderstood NOUVEAU_MEM_INTERNAL, so remove it | Maarten Maathuis | 1 | -3/+0 |
2008-06-25 | NV50: Some cleanup and fixes. | Maarten Maathuis | 1 | -0/+29 |
2008-06-25 | nouveau: allocate drm-use vram buffers from end of vram. | Ben Skeggs | 1 | -22/+36 |
2008-06-23 | nv50: oops, keep VRAM allocations aligned at 64KiB - that's our page size.. | Ben Skeggs | 1 | -1/+4 |
2008-06-23 | nv50: use same dma object for fb/tt access | Ben Skeggs | 1 | -1/+10 |
2008-06-23 | nouveau: allocate drm-use vram buffers from end of vram. | Ben Skeggs | 1 | -22/+36 |
2008-06-22 | NV50: Initial import of kernel modesetting. | Maarten Maathuis | 1 | -0/+11 |
2008-03-13 | nv50: force channel vram access through vm | Ben Skeggs | 1 | -0/+78 |
2008-03-11 | nouveau: move AGP reset to mem_init_agp | Stuart Bennett | 1 | -0/+28 |
2008-03-06 | ttm: make sure userspace can't destroy kernel create memory managers | Dave Airlie | 1 | -3/+3 |
2008-02-16 | nouveau: no GART on ia64 either. | Stephane Marchesin | 1 | -2/+2 |
2008-01-23 | nouveau: Fix warning in nouveau_mem.c | Maarten Maathuis | 1 | -1/+1 |
2008-01-14 | nouveau: make mem alloc debug a little more verbose. | Stephane Marchesin | 1 | -1/+1 |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie | 1 | -12/+10 |
2007-11-05 | nouveau: crappy ttm mm init, disabled for now. | Ben Skeggs | 1 | -17/+87 |
2007-11-01 | nouveau: don't use AGP on PPC. It's a hopeless case. | Stephane Marchesin | 1 | -0/+2 |
2007-10-23 | nouveau: fix IGP | Stephane Marchesin | 1 | -1/+1 |
2007-10-16 | nouveau: revert unintended change. | Ben Skeggs | 1 | -1/+2 |
2007-10-16 | nouveau: Handle multiple PFIFO exceptions per irq, cleanup output. | Ben Skeggs | 1 | -2/+1 |
2007-10-14 | nouveau: fix warning. | Jeremy Kolb | 1 | -1/+1 |
2007-08-31 | nouveau: give nv03 the last cut. | Stephane Marchesin | 1 | -12/+0 |
2007-08-22 | nouveau: fix the comment and debug message for PCIGART size | Stephane Marchesin | 1 | -3/+3 |
2007-08-19 | Check also for Linux, as it's not supported on different OS | Patrice Mandin | 1 | -1/+1 |
2007-08-19 | Function pci_get_bus_and_slot needs 2.6.19 or later | Patrice Mandin | 1 | -0/+5 |
2007-08-17 | nouveau: Detect memory on NFORCE/NFORCE2 correctly. | Ben Skeggs | 1 | -10/+33 |
2007-08-15 | nouveau: Turn some messages into DRM_DEBUGs.. | Ben Skeggs | 1 | -2/+2 |
2007-08-06 | nouveau: Bump PCI GART to 16MB | Stephane Marchesin | 1 | -1/+1 |
2007-08-06 | nouveau: Various internal and external API changes | Ben Skeggs | 1 | -5/+3 |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt | 1 | -28/+15 |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt | 1 | -27/+35 |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt | 1 | -9/+9 |
2007-07-17 | nouveau: G8x PCIEGART | Ben Skeggs | 1 | -80/+107 |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie | 1 | -1/+1 |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie | 1 | -5/+5 |
2007-07-14 | nouveau: nv10 and nv11/15 are different | Patrice Mandin | 1 | -0/+1 |