aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-26Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-nextDave Airlie1-1/+17
2012-07-26drm/nouveau: mark most of our ioctls as deprecated, move to compat layerBen Skeggs1-1/+17
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter1-1/+0
2012-05-24drm/nouveau/fifo: turn all fifo modules into engine modulesBen Skeggs1-17/+5
2012-05-24drm/nv50/fifo: use hardware channel kickoff functionalityBen Skeggs1-2/+2
2012-05-24drm/nouveau/fifo: remove all the "special" engine hooksBen Skeggs1-4/+11
2012-05-23nouveau: add PRIME supportDave Airlie1-1/+7
2012-03-13drm/nouveau: Fix module parameter description formatsJean Delvare1-7/+7
2012-03-13drm/nouveau: move vram detection funcs to chipset-specific fb codeBen Skeggs1-0/+4
2012-02-01drm/nouveau: fix typo on mxmdcb optionBen Skeggs1-1/+1
2011-12-21drm/nouveau/mxm: initial implementation of dcb sanitisationBen Skeggs1-0/+4
2011-12-21drm/nouveau: shutdown display on suspend/hibernateBen Skeggs1-3/+3
2011-12-21drm/nouveau: re-jig fbcon suspend/resume process a littleBen Skeggs1-16/+6
2011-12-21drm/nouveau: print correct engine number which failed to unload/idleMarcin Slusarz1-1/+1
2011-12-21drm/nouveau: restore cursors after restoring modeMaxim Levitsky1-9/+9
2011-12-21drm/nouveau: restore performance mode a bit later.Maxim Levitsky1-2/+2
2011-12-21drm/nouveau: disable output polling through suspend.Maxim Levitsky1-0/+3
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-0/+4
2011-11-30drm/nouveau: add dumb ioctl supportBen Skeggs1-0/+4
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven1-15/+16
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+1
2011-09-20drm/nouveau: allow modeset module option to select 'headless mode'Ben Skeggs1-1/+1
2011-07-25drm/nouveau: pass flag to engine fini() method on suspendBen Skeggs1-4/+7
2011-06-23drm/nouveau: convert bo.mem.start usage to bo.offsetBen Skeggs1-1/+1
2011-06-23drm/nouveau/gem: implement stub hooks for GEM object open/closeBen Skeggs1-0/+2
2011-06-23drm/nouveau: allocate structure to store per-client dataBen Skeggs1-0/+2
2011-06-23drm/nvc0/gr: import and use our own fuc by defaultBen Skeggs1-0/+4
2011-06-23drm/nouveau: default to noaccel on 0xc1/0xc8/0xce for nowBen Skeggs1-1/+1
2011-05-16drm/nouveau: remove remnants of nouveau_pgraph_engineBen Skeggs1-1/+0
2011-05-16drm/nouveau: fix suspend failure path to reinitialise all enginesBen Skeggs1-13/+13
2011-05-16drm/nv50/gr: move to exec engine interfacesBen Skeggs1-1/+2
2011-05-16drm/nouveau: working towards a common way to represent enginesBen Skeggs1-1/+10
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-10/+11
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn1-4/+4
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie1-0/+6
2010-12-08drm/nv50: implement global channel address space on new VM codeBen Skeggs1-5/+3
2010-12-08drm/nouveau: Synchronize with the user channel before GPU object destruction.Francisco Jerez1-14/+2
2010-12-03drm/nouveau: simplify gpuobj suspend/resumeBen Skeggs1-7/+7
2010-12-03drm/nouveau: Implement the vblank DRM hooks.Francisco Jerez1-0/+4
2010-12-03drm/nouveau: fix annoying nouveau_fence type issueMarcin Slusarz1-2/+2
2010-12-03drm/nouveau: add support for MSIBen Skeggs1-0/+4
2010-12-03drm/nv84: add support for the PCRYPT engineBen Skeggs1-0/+1
2010-12-03drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs1-4/+3
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-5/+18
2010-10-05drm/nouveau: Add a module option to force card POST.Marcin Koƛcielnicki1-0/+4
2010-09-24drm/nouveau: restore perflvl on resume, and restore boot perflvl on unloadBen Skeggs1-0/+3
2010-09-24drm/nouveau: allow static performance level settingBen Skeggs1-0/+8
2010-09-24drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez1-3/+3
2010-09-16drm: use noop_llseekArnd Bergmann1-0/+1
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter1-1/+0