aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_channel.c
Commit message (Expand)AuthorAge
* drm/nouveau: create grctx on the fly on all chipsetsBen Skeggs2011-01-06
* drm/nvc0: reserve only subc 0 for kernel useBen Skeggs2010-12-29
* drm/nouveau: Validate channel indices passed from userspace.Michel Hermier2010-12-26
* drm/nvc0: fix channel dma init pathsBen Skeggs2010-12-21
* drm/nv50: implement global channel address space on new VM codeBen Skeggs2010-12-07
* drm/nouveau: make fifo.create_context() responsible for mapping control regsBen Skeggs2010-12-07
* drm/nouveau: Synchronize with the user channel before GPU object destruction.Francisco Jerez2010-12-07
* drm/nouveau: tidy up and extend dma object creation interfacesBen Skeggs2010-12-03
* drm/nouveau: Implement the pageflip ioctl.Francisco Jerez2010-12-03
* drm/nouveau: fix annoying nouveau_fence type issueMarcin Slusarz2010-12-03
* drm/nv50: create graph and crypt contexts on demandBen Skeggs2010-12-03
* drm/nv84: add support for the PCRYPT engineBen Skeggs2010-12-03
* drm/nouveau: Implement weak channel references.Francisco Jerez2010-12-03
* drm/nouveau: Add unlocked variants of nouveau_channel_get/put.Francisco Jerez2010-12-03
* drm/nouveau: Fix race condition in channel refcount handling.Francisco Jerez2010-12-03
* drm/nouveau: Refactor context destruction to avoid a lock ordering issue.Francisco Jerez2010-12-03
* drm/nouveau: switch to unlocked ioctlsBen Skeggs2010-12-03
* drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs2010-12-03
* drm/nouveau: add per-channel mutex, use to lock access to drm's channelBen Skeggs2010-12-03
* drm/ttm: restructure to allow driver to plug in alternate memory managerBen Skeggs2010-10-04
* drm/nouveau: Minor refactoring/cleanup of the fence code.Francisco Jerez2010-10-04
* drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs2010-09-24
* drm/nouveau: require explicit unmap of kmapped bosBen Skeggs2010-09-24
* drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie2010-08-17
* drm/nouveau: reduce usage of fence spinlock to when absolutely necessaryBen Skeggs2010-07-12
* drm/nouveau: remove dev_priv->init_state and friendsBen Skeggs2010-07-12
* drm: Remove drm_resource wrappersJordan Crouse2010-05-31
* drm/nouveau: remove some unused members from drm_nouveau_privateBen Skeggs2010-04-08
* drm/nouveau: new gem pushbuf interface, bump to 0.0.16Ben Skeggs2010-02-25
* drm/nv50: make pushbuf dma object cover entire vmBen Skeggs2010-02-25
* drm/nouveau: protect channel create/destroy and irq handler with a spinlockMaarten Maathuis2010-02-25
* drm/nv50: avoid unloading pgraph context when ctxprog is runningMaarten Maathuis2010-02-09
* drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs2010-01-10
* drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2010-01-10
* drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez2010-01-10
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-11