summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
AgeCommit message (Expand)Author
2010-12-03drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present insteadBen Skeggs
2010-12-03drm/nv50: allocate page for unknown PFB object in nv50_fb.cBen Skeggs
2010-12-03drm/nouveau: rework gpu-specific instmem interfacesBen Skeggs
2010-12-03drm/nouveau: simplify gpuobj suspend/resumeBen Skeggs
2010-12-03drm/nv50: rework PGPIO IRQ handling and hotplug detectionBen Skeggs
2010-12-03drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c filesBen Skeggs
2010-12-03drm/nouveau: move PFIFO ISR into nv04_fifo.cBen Skeggs
2010-12-03drm/nv50: move GPIO ISR to nv50_gpio.cBen Skeggs
2010-12-03drm/nouveau: allow irq handlers to be installed by engine-specific codeBen Skeggs
2010-12-03drm/nv20: Add Z compression support.Francisco Jerez
2010-12-03drm/nouveau: Rework tile region handling.Francisco Jerez
2010-12-03drm/nouveau: Add a separate class for the kernel channel mutex.Francisco Jerez
2010-12-03drm/nv50: Keep track of the head a channel is vsync'ing to.Francisco Jerez
2010-12-03drm/nouveau: Implement the pageflip ioctl.Francisco Jerez
2010-12-03drm/nouveau: Implement the vblank DRM hooks.Francisco Jerez
2010-12-03drm/nouveau: fix annoying nouveau_fence type issueMarcin Slusarz
2010-12-03drm/nouveau: add support for MSIBen Skeggs
2010-12-03drm/nv50: initial work to allow multiple evo channelsBen Skeggs
2010-12-03drm/nv84: add support for the PCRYPT engineBen Skeggs
2010-12-03drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs
2010-12-03drm/nouveau: use object class structs more extensivelyBen Skeggs
2010-12-03drm/nouveau: store engine type in gpuobj class structsBen Skeggs
2010-12-03drm/nouveau: pass gpuobj alignment request down into backing allocatorBen Skeggs
2010-12-03drm/nouveau: Implement weak channel references.Francisco Jerez
2010-12-03drm/nouveau: Add unlocked variants of nouveau_channel_get/put.Francisco Jerez
2010-12-03drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez
2010-12-03drm/nouveau: hook up acpi power supply change trackingBen Skeggs
2010-12-03drm/nouveau: remove cpu_writers lockBen Skeggs
2010-12-03drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs
2010-12-03drm/nouveau: add per-channel mutex, use to lock access to drm's channelBen Skeggs
2010-11-18nouveau: Acknowledge HPD irq in handler, not bottom halfAndy Lutomirski
2010-11-18drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs
2010-11-18drm/nouveau: Expose some BO usage flags to userspace.Francisco Jerez
2010-11-18drm/nouveau: Some random cleanups.Francisco Jerez
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