aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau
AgeCommit message (Expand)Author
2011-03-22nouveau: change the backlight parent device to the connector, not the PCI devMatthew Garrett
2011-03-22backlight: add backlight typeMatthew Garrett
2011-03-16Merge commit '5359533801e3dd3abca5b7d3d985b0b33fd9fe8b' into drm-core-nextDave Airlie
2011-03-15Merge remote branch 'nouveau/drm-nouveau-next' of ../drm-nouveau-next into dr...Dave Airlie
2011-03-14drm/nouveau: fix __nouveau_fence_wait performanceMarcin Slusarz
2011-03-14drm/nv40: attempt to reserve just enough vram for all 32 channelsBen Skeggs
2011-03-14drm/nv50: check for vm traps on every gr irqBen Skeggs
2011-03-14drm/nv50: decode vm faults some moreBen Skeggs
2011-03-14drm/nouveau: add nouveau_enum_find() util functionBen Skeggs
2011-03-14drm/nouveau: properly handle pushbuffer check failuresMarcin Slusarz
2011-03-14drm/nvc0: remove vm hack forcing large/small pages to not share a PDEBen Skeggs
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie
2011-03-08drm/nv50-nvc0: prevent multiple vm/bar flushes occuring simultanenouslyBen Skeggs
2011-03-08drm/nouveau: fix regression causing ttm to not be able to evict vramBen Skeggs
2011-03-04drm/nouveau: allocate kernel's notifier object at end of blockBen Skeggs
2011-02-28drm/nv50-nvc0: make sure vma is definitely unmapped when destroying boBen Skeggs
2011-02-25drm/nv50: flesh out ZCULL init and match nvidia on later chipsetsBen Skeggs
2011-02-25drm/nv50: support for compressionBen Skeggs
2011-02-25drm/nv50-nvc0: delay GART binding until move_notify timeBen Skeggs
2011-02-25drm/nouveau: rename nouveau_vram to nouveau_memBen Skeggs
2011-02-25drm/nvc0: allow creation of buffers with any non-compressed memtypeBen Skeggs
2011-02-25drm/nv50-nvc0: unmap buffers from the vm when they're evictedBen Skeggs
2011-02-25drm/nv50-nvc0: move vm bind/unbind to move_notify hookBen Skeggs
2011-02-25drm/nv50-nvc0: restrict memtype to those specified at creation timeBen Skeggs
2011-02-25drm/nouveau: pass domain rather than ttm flags to gem_new()Ben Skeggs
2011-02-25drm/nv50: simplify bo moves now that they're all through the vmBen Skeggs
2011-02-25drm/nouveau: remove no_vm/mappable flags from nouveau_boBen Skeggs
2011-02-25drm/nouveau: Fix pageflip eventBenjamin Franzke
2011-02-25drm/nouveau/vbios: parse more gpio tag bits from connector tableBen Skeggs
2011-02-25drm/nouveau: decode PFIFO DMA_PUSHER error codesMarcin Slusarz
2011-02-25drm/nv50: fix typos in CCACHE error reportingMarcin Slusarz
2011-02-25drm/nvc0: support for sw methods + enable page flippingBen Skeggs
2011-02-25drm/nv50: enable page flippingBen Skeggs
2011-02-25drm/nv50-nvc0: activate/update ds channel's framebuffer on modesetsBen Skeggs
2011-02-25drm/nv50-nvc0: initialise display sync channelsBen Skeggs
2011-02-25drm/nv50-nvc0: precalculate some fb state when creating themBen Skeggs
2011-02-25drm/nv50-nvc0: tidy evo object creation some moreBen Skeggs
2011-02-25drm/nv50-nvc0: request and wait on notification of modeset completionBen Skeggs
2011-02-25drm/nv50-nvc0: switch to tasklet for display isr bhBen Skeggs
2011-02-25drm/nouveau: make vbios parser runnable from an atomic contextBen Skeggs
2011-02-25drm/nv50-nvc0: include nv50_display in evo debuggingBen Skeggs
2011-02-25drm/nv50-nvc0: tidy evo init failure pathsBen Skeggs
2011-02-25drm/nv50-nvc0: fix ramht entries for multiple evo channelsBen Skeggs
2011-02-25drm/nv50-nvc0: disp channels have fixed purposes, don't "allocate" themBen Skeggs
2011-02-25drm/nv50-nvc0: rename disp->evo to disp->masterBen Skeggs
2011-02-25drm/nv50-nvc0: move non-sharable display state into private structureBen Skeggs
2011-02-25drm/nouveau: use system_wq instead of dev_priv->wqTejun Heo
2011-02-25drm/nouveau: use I2C_MODULE_PREFIX kernel defineLucas Stach
2011-02-25drm/nv50: drop explicit yields in favour of smaller PFIFO timesliceBen Skeggs
2011-02-25drm/nv84: use vm offsets for semaphoresBen Skeggs