summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: add a way to bo_wait for either the last read or last writeMarek Olšák2011-08-312-3/+5
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-2656-908/+4247
|\
| * Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2011-07-2518-147/+98Star
| |\
| | * drm/nouveau/gr: disable fifo access and idle before suspend ctx unloadBen Skeggs2011-07-254-0/+20
| | * drm/nouveau: pass flag to engine fini() method on suspendBen Skeggs2011-07-2514-20/+21
| | * drm/nouveau: replace nv04_graph_fifo_access() use with direct reg bashingBen Skeggs2011-07-254-20/+8Star
| | * drm/nv40/gr: rewrite/split context takedown functionsBen Skeggs2011-07-251-91/+19Star
| | * drm/nouveau: detect disabled device in irq handler and return IRQ_NONEBen Skeggs2011-07-251-1/+1
| | * drm/nouveau: ignore connector type when deciding digital/analog on DVI-IBen Skeggs2011-07-251-15/+19
| | * drm/nouveau: Add a quirk for Gigabyte NX86TEmil Velikov2011-07-251-0/+6
| | * drm/nouveau: do not leak in nv20_graph_createJesper Juhl2011-07-251-0/+2
| | * drm/nv50/dp: fix hack to work for macbooks booted via EFIBen Skeggs2011-07-251-0/+2
| * | Merge 3.0-rc7 into drm-core-nextDave Airlie2011-07-131-2/+0Star
| |\ \
| * | | DRM: remove drm_pci_device_is_pcieJon Mason2011-07-134-5/+5
| | |/ | |/|
| * | drm/nouveau: error paths leak in nvc0_graph_construct_context()Dan Carpenter2011-06-271-10/+12
| * | drm/nouveau: Calculate reserved VRAM for PRAMIN value before use.Younes Manton2011-06-272-28/+25Star
| * | drm/nouveau: fix nouveau_vma object leakMarcin Slusarz2011-06-271-1/+3
| * | drm/nouveau: fix nouveau_mem object leakMarcin Slusarz2011-06-271-1/+1
| * | drm/nouveau: fix fetching vbios from above 4GiB vram addressesBen Skeggs2011-06-271-5/+6
| * | drm/nouveau: fix off-by-oneBen Skeggs2011-06-231-1/+1
| * | drm/nouveau/temp: Add default calibration values for nv67Emil Velikov2011-06-231-0/+7
| * | drm/nouveau/temp: Fix signed/unsigned int logicEmil Velikov2011-06-232-7/+7
| * | drm/nvc0: push prunk140 irq messages to debug loglevelBen Skeggs2011-06-231-1/+1
| * | drm/nouveau: un-blacklist nvce accelBen Skeggs2011-06-231-1/+0Star
| * | drm/nouveau: fix null pointer deref on pre-nv50 chipsetsBen Skeggs2011-06-231-5/+11
| * | drm/nouveau: rework vram init/fini ordering a littleBen Skeggs2011-06-236-53/+59
| * | drm/nouveau: shut lockdep up if last vm ref needs to destroy pgdBen Skeggs2011-06-231-8/+11
| * | drm/nouveau: fix display takedown order to match reverse init orderBen Skeggs2011-06-231-5/+6
| * | drm/nvc0: enable per-client address spacesBen Skeggs2011-06-233-40/+55
| * | drm/nouveau: add some debug output if nouveau_mm busy at destroy timeBen Skeggs2011-06-232-3/+10
| * | drm/nv50: enable use of per-client gpu address spaceBen Skeggs2011-06-231-1/+11
| * | drm/nouveau: remove implicit mapping of every bo into chan_vmBen Skeggs2011-06-234-11/+43
| * | drm/nouveau: remove 'chan' argument from nouveau_bo_newBen Skeggs2011-06-239-18/+15Star
| * | drm/nouveau: fixup gem_info ioctl to return client-specific bo virtualBen Skeggs2011-06-231-12/+20
| * | drm/nvc0: explicitly map PDISP semaphore buffer into each channel's vmBen Skeggs2011-06-233-2/+19
| * | drm/nv50-nvc0: lookup pushbuf virtual address on dma_pushBen Skeggs2011-06-231-1/+6
| * | drm/nv84-nvc0: explicitly map semaphore buffer into channel vmBen Skeggs2011-06-232-16/+14Star
| * | drm/nv50-nvc0: explicitly map pushbuf bo into channel vmBen Skeggs2011-06-232-1/+9
| * | drm/nv50-nvc0: explicitly map notifier bo into channel vmBen Skeggs2011-06-233-4/+15
| * | drm/nv50-nvc0: explicitly map fbcon fb into channel vmBen Skeggs2011-06-234-10/+22
| * | drm/nouveau: initial changes to support multiple VMAs per buffer objectBen Skeggs2011-06-233-26/+80
| * | drm/nv50-nvc0: completely disable relocsBen Skeggs2011-06-231-17/+20
| * | drm/nouveau: convert bo.mem.start usage to bo.offsetBen Skeggs2011-06-238-12/+10Star
| * | drm/nouveau: convert some bo.offset use to vma.offsetBen Skeggs2011-06-235-7/+9
| * | drm/nouveau: create temp vmas for both src and dst of bo movesBen Skeggs2011-06-233-107/+64Star
| * | drm/nouveau: store bo's page size in nouveau_boBen Skeggs2011-06-233-19/+15Star
| * | drm/nouveau: skip move_notify() if bo does not have a vma attachedBen Skeggs2011-06-231-4/+2Star
| * | drm/nouveau: will need to specify channel for vm-ful gpuobj allocationsBen Skeggs2011-06-236-14/+19
| * | drm/nouveau: initialise any vm for a channel before pushbuf/ntfyBen Skeggs2011-06-231-66/+48Star
| * | drm/nouveau: modify gpuobj/ntfy takedown orderingBen Skeggs2011-06-233-3/+4