summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: wrap calls to ttm_bo_validate()Ben Skeggs2010-12-081-0/+2
* drm/nouveau: introduce a util function to wait on reg != valBen Skeggs2010-12-081-3/+7
* drm/nouveau: implicitly insert non-DMA objects into RAMHTBen Skeggs2010-12-081-2/+1
* drm/nouveau: Synchronize with the user channel before GPU object destruction.Francisco Jerez2010-12-081-0/+1
* drm/nouveau: tidy up and extend dma object creation interfacesBen Skeggs2010-12-031-4/+22
* drm/nouveau: remove dummy page use from PCI(E)GART, use PTE present insteadBen Skeggs2010-12-031-2/+0
* drm/nv50: allocate page for unknown PFB object in nv50_fb.cBen Skeggs2010-12-031-0/+1
* drm/nouveau: rework gpu-specific instmem interfacesBen Skeggs2010-12-031-23/+21
* drm/nouveau: simplify gpuobj suspend/resumeBen Skeggs2010-12-031-2/+1
* drm/nv50: rework PGPIO IRQ handling and hotplug detectionBen Skeggs2010-12-031-9/+12
* drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c filesBen Skeggs2010-12-031-3/+5
* drm/nouveau: move PFIFO ISR into nv04_fifo.cBen Skeggs2010-12-031-0/+2
* drm/nv50: move GPIO ISR to nv50_gpio.cBen Skeggs2010-12-031-0/+1
* drm/nouveau: allow irq handlers to be installed by engine-specific codeBen Skeggs2010-12-031-0/+4
* drm/nv20: Add Z compression support.Francisco Jerez2010-12-031-0/+3
* drm/nouveau: Rework tile region handling.Francisco Jerez2010-12-031-25/+34
* drm/nouveau: Add a separate class for the kernel channel mutex.Francisco Jerez2010-12-031-0/+5
* drm/nv50: Keep track of the head a channel is vsync'ing to.Francisco Jerez2010-12-031-0/+1
* drm/nouveau: Implement the pageflip ioctl.Francisco Jerez2010-12-031-0/+16
* drm/nouveau: Implement the vblank DRM hooks.Francisco Jerez2010-12-031-0/+4
* drm/nouveau: fix annoying nouveau_fence type issueMarcin Slusarz2010-12-031-5/+28
* drm/nouveau: add support for MSIBen Skeggs2010-12-031-0/+5
* drm/nv50: initial work to allow multiple evo channelsBen Skeggs2010-12-031-0/+1
* drm/nv84: add support for the PCRYPT engineBen Skeggs2010-12-031-0/+24
* drm/nouveau: only expose the object classes that are supported by the chipsetBen Skeggs2010-12-031-19/+19
* drm/nouveau: use object class structs more extensivelyBen Skeggs2010-12-031-2/+0
* drm/nouveau: store engine type in gpuobj class structsBen Skeggs2010-12-031-2/+2
* drm/nouveau: pass gpuobj alignment request down into backing allocatorBen Skeggs2010-12-031-4/+4
* drm/nouveau: Implement weak channel references.Francisco Jerez2010-12-031-1/+7
* drm/nouveau: Add unlocked variants of nouveau_channel_get/put.Francisco Jerez2010-12-031-0/+3
* drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez2010-12-031-2/+0
* drm/nouveau: hook up acpi power supply change trackingBen Skeggs2010-12-031-0/+1
* drm/nouveau: remove cpu_writers lockBen Skeggs2010-12-031-1/+0
* drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs2010-12-031-15/+8
* drm/nouveau: add per-channel mutex, use to lock access to drm's channelBen Skeggs2010-12-031-0/+2
* nouveau: Acknowledge HPD irq in handler, not bottom halfAndy Lutomirski2010-11-181-0/+6
* drm/nv50: implement possible workaround for NV86 PGRAPH TLB flush hangBen Skeggs2010-11-181-0/+5
* drm/nouveau: Expose some BO usage flags to userspace.Francisco Jerez2010-11-181-0/+3
* drm/nouveau: Some random cleanups.Francisco Jerez2010-11-181-38/+3
* drm/nv50: Fix large 3D performance regression caused by the interchannel sync...Francisco Jerez2010-10-051-0/+1
* drm/nouveau: Use semaphores to handle inter-channel sync in hardware.Francisco Jerez2010-10-051-0/+8
* drm/nouveau: Provide a means to have arbitrary work run on fence completion.Francisco Jerez2010-10-051-0/+3
* drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez2010-10-051-2/+9
* drm/nouveau: Add a module option to force card POST.Marcin Kościelnicki2010-10-051-0/+1
* drm/nouveau: run perflvl and M table scripts on mem clock changeBen Skeggs2010-10-051-0/+2
* drm/nouveau: pass perflvl struct to clock_pre()Ben Skeggs2010-10-051-1/+2
* drm/nouveau: Import initial memory timing workRoy Spliet2010-10-051-0/+18
* drm/nouveau: Refactor nouveau_temp_get() into engine pointers.Francisco Jerez2010-09-241-2/+3
* drm/nouveau: Add temperature support (vbios parsing, readings, hwmon)Martin Peres2010-09-241-0/+18
* drm/nouveau: allow static performance level settingBen Skeggs2010-09-241-0/+2
OpenPOWER on IntegriCloud