summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
AgeCommit message (Expand)Author
2010-10-05drm/nv50: Fix large 3D performance regression caused by the interchannel sync...Francisco Jerez
2010-10-05drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez
2010-10-05drm/nouveau: Provide a means to have arbitrary work run on fence completion.Francisco Jerez
2010-10-05drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez
2010-10-05drm/nouveau: Add a module option to force card POST.Marcin Koƛcielnicki
2010-10-05drm/nouveau: run perflvl and M table scripts on mem clock changeBen Skeggs
2010-10-05drm/nouveau: pass perflvl struct to clock_pre()Ben Skeggs
2010-10-05drm/nouveau: Import initial memory timing workRoy Spliet
2010-09-24drm/nouveau: Refactor nouveau_temp_get() into engine pointers.Francisco Jerez
2010-09-24drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)Martin Peres
2010-09-24drm/nouveau: allow static performance level settingBen Skeggs
2010-09-24drm/nouveau: import initial work on vbios performance table parsingBen Skeggs
2010-09-24drm/nouveau: make the behaviour of get_pll_limits() consistentBen Skeggs
2010-09-24drm/nouveau: Simplify tile region handling.Francisco Jerez
2010-09-24drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez
2010-09-24drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez
2010-09-24drm/nv50: move vm trap to nv50_fb.cBen Skeggs
2010-09-24drm/nouveau: remove nouveau_gpuobj_late_takedownBen Skeggs
2010-09-24drm/nouveau: protect gpuobj list + global instmem heap with spinlockBen Skeggs
2010-09-24drm/nouveau: fix gpuobj refcount to use atomicsBen Skeggs
2010-09-24drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs
2010-09-24drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs
2010-09-24drm/nv50: calculate vram reordering block sizeBen Skeggs
2010-09-24drm/nv50: allow gpuobjs that aren't mapped into apertureBen Skeggs
2010-09-24drm/nouveau: simplify fake gpu objectsBen Skeggs
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs
2010-09-24drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs
2010-09-24drm/nouveau: have nv_mask return original register valueBen Skeggs
2010-08-26drm/nouveau: Use a helper function to match PCI device/subsystem IDs.Francisco Jerez
2010-08-17drm/nouveau: fix race condition when under memory pressureBen Skeggs
2010-08-06drm/nvc0: starting point for GF100 support, everything stubbedBen Skeggs
2010-08-06drm/nv17-nv4x: Attempt to init some external TMDS transmitters.Francisco Jerez
2010-08-06drm/nouveau: remove unused ttm bo listBen Skeggs
2010-08-04drm: move ttm global code to core drmDave Airlie
2010-07-26drm/nouveau: introduce gpio engineBen Skeggs
2010-07-26drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez
2010-07-26drm/nouveau: Reset AGP before running the init scripts.Francisco Jerez
2010-07-26drm/nv30: Init the PFB+0x3xx memory timing regs.Francisco Jerez
2010-07-26drm/nv50: add function to control GPIO IRQ reportingBen Skeggs
2010-07-26drm/nouveau: add nv_mask register accessorBen Skeggs
2010-07-26drm/nouveau: fix build without CONFIG_ACPIBen Skeggs
2010-07-26drm/nouveau: support fetching LVDS EDID from ACPIBen Skeggs
2010-07-26drm/nv50: use correct PRAMIN flush register on original nv50Ben Skeggs
2010-07-13drm/nouveau: reduce usage of fence spinlock to when absolutely necessaryBen Skeggs
2010-07-13drm/nv20-nv30: move context table object out of dev_privBen Skeggs
2010-07-13drm/nv50: cleanup nv50_fifo.cBen Skeggs
2010-07-13drm/nouveau: remove unused fbdev_infoBen Skeggs
2010-07-13drm/nouveau: remove ability to use external firmwareBen Skeggs
2010-07-13drm/nv50: move tlb flushing to a helper functionBen Skeggs