summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* nouveau: add extra pgraph registersPatrice Mandin2007-01-261-0/+11
* nouveau: add some nv10 pgraph definesPatrice Mandin2007-01-261-11/+11
* nouveau: simplify and fix BIG_ENDIAN flagsPatrice Mandin2007-01-251-27/+21
* Remove a scary error printed when we were leaking memory caches.Thomas Hellstrom2007-01-253-10/+32
* nouveau: nv4c default contextBen Skeggs2007-01-251-0/+112
* nouveau: always print nsource/nstatus regs on PGRAPH errorsBen Skeggs2007-01-251-2/+2
* vblank interrupt fixZou Nan hai2007-01-242-1/+16
* nouveau: fix getparam from 32-bit client on 64-bit kernelBen Skeggs2007-01-192-1/+2
* nouveau: re-add 6150 Go pciid (0x0244)Ben Skeggs2007-01-191-0/+1
* nouveau: cleanup nv30_graph.cJeremy Kolb2007-01-181-1/+0
* nouveau: Remove write to CTX_SIZE. This gives us proper nv3x PGRAPH switching.Jeremy Kolb2007-01-181-5/+0
* add missing quadro idDave Jones2007-01-181-0/+1
* nouveau: Try to get nv35 pgraph switching working. Doesn't quite yet.Jeremy Kolb2007-01-174-94/+11
* nouveau: opps nv20 ctx ramin size was wrongMatthieu Castet2007-01-141-2/+2
* nouveau: opps restored the wrong channelMatthieu Castet2007-01-131-1/+1
* nouveau: nv20 graph ctx switch.Matthieu Castet2007-01-138-9/+194
* nouveau: first step to make graph ctx worksMatthieu Castet2007-01-137-37/+608
* nouveau: add and indent pgraph regsMatthieu Castet2007-01-131-15/+92
* nouveau: Oops, fix the nv04 RAMFC_DMA_FETCH value.Stephane Marchesin2007-01-131-1/+1
* nouveau: add missing symlinkDave Airlie2007-01-131-0/+1
* nouveau : remove useless init : we clear RAMIN beforeMatthieu Castet2007-01-121-3/+0
* Delay for a usec while spinning waiting for ring buffer space.Haihao Xiang2007-01-121-0/+1
* nouveau: get nv30 context switching to work.Jeremy Kolb2007-01-125-38/+369
* radeon: Fix u32 overflows when determining AGP base address in card space.Michel Dänzer2007-01-111-4/+4
* Revert "nouveau: Fill in context_init for nv10-nv3x."Dave Airlie2007-01-101-678/+1
* nouveau: Fill in context_init for nv10-nv3x.Jeremy Kolb jkolb@brandeis.edu2007-01-091-1/+678
* nouveau: Don't use DRIVER_USE_MTRR, we already setup our own mtrr over vram.Stephane Marchesin2007-01-101-1/+1
* ttm: make ttm alloc/free into alloc_pages/free_pagesDave Airlie2007-01-092-19/+21
* novueau: try resource 3 if resource 2 is 0 lengthDave Airlie2007-01-091-2/+6
* nouveau: fix nv4a context size.Stephane Marchesin2007-01-081-1/+1
* add export symbol for memory managerDave Airlie2007-01-081-0/+1
* nouveau: nv4a context support.Stephane Marchesin2007-01-081-0/+155
* Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drmStephane Marchesin2007-01-0812-278/+256
|\
| * i830: complete fix for i830 mapsDave Airlie2007-01-081-3/+3
| * nouveau: oopsBen Skeggs2007-01-081-2/+1
| * nouveau: nv43 context stuffBen Skeggs2007-01-081-16/+177
| * drm: remove drm_follow_page, and drm_ioremap and ioremapfreeChristoph Hellwig2007-01-087-240/+32
| * fixup i810/i830 to use drm_core_ioremap instead of drm_ioremapDave Airlie2007-01-084-22/+48
* | nouveau: fix a stupid bug from me.Stephane Marchesin2007-01-081-0/+3
|/
* nouveau: avoid allocating vram that's used as instance memory.Ben Skeggs2007-01-083-16/+39
* nouveau: map pci resource 2 on >=nv40Ben Skeggs2007-01-083-2/+55
* Revert i915 drm driver name to i915; miniglx doesn't work otherwiseKeith Packard2007-01-061-1/+1
* Bump i915 minor for ARB_OC ioctlWang Zhenyu2007-01-061-1/+2
* i915: ARB_Occlusion_query(MMIO ioctl) support.Zou Nan hai2007-01-062-0/+85
* nouveau: get c51 doing glxgears without the binary driver's help.Ben Skeggs2007-01-061-11/+54
* nouveau: Use PMC_BOOT_0 to determine which ctx_voodoo to load.Ben Skeggs2007-01-062-3/+7
* nouveau: oops, we don't need OS_HAS_MTRR actually.Stephane Marchesin2007-01-051-4/+0
* Merge branch 'master' of git+ssh://marcheu@git.freedesktop.org/git/mesa/drmStephane Marchesin2007-01-053-13/+28
|\
| * Merge branch 'master' of git+ssh://matc@git.freedesktop.org/git/mesa/drm/Matthieu Castet2007-01-052-11/+17
| |\
| * | Add basic pgraph context for nv10.Matthieu Castet2007-01-053-13/+28