aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv50_instmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-05drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs1-1/+1
2010-09-24drm/nv50: flush bar1 vm / dma object setup before poking 0x1708Ben Skeggs1-0/+2
2010-09-24drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez1-3/+3
2010-09-24drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs1-4/+0
2010-09-24drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs1-188/+153
2010-09-24drm/nv50: allow gpuobjs that aren't mapped into apertureBen Skeggs1-0/+2
2010-09-24drm/nouveau: simplify fake gpu objectsBen Skeggs1-11/+8
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs1-69/+57
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs1-4/+6
2010-09-03drm/nv50: initialize ramht_refs list for faked 0 channelMarcin Slusarz1-0/+2
2010-08-17drm/nv50-nvc0: ramht_size is meant to be in bytes, not entriesBen Skeggs1-1/+1
2010-07-26drm/nv50: correct wait condition for instmem flushBen Skeggs1-2/+2
2010-07-26drm/nv50: use correct PRAMIN flush register on original nv50Ben Skeggs1-0/+8
2010-07-13drm/nv50: move tlb flushing to a helper functionBen Skeggs1-13/+10
2010-07-13drm/nouveau: add instmem flush() hookBen Skeggs1-27/+6
2010-07-13drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs1-7/+5
2010-06-01drm: Remove drm_resource wrappersJordan Crouse1-1/+1
2010-04-09drm/nv50: fix instmem init on IGPs if stolen mem crosses 4GiB markBen Skeggs1-3/+4
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs1-7/+2
2010-02-25drm/nouveau: use ALIGN instead of open coding itMatt Turner1-1/+1
2010-02-23drm/nv50: fix instmem binding on IGPs to point at stolen system memoryBen Skeggs1-18/+40
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+509