summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_drv.c
AgeCommit message (Expand)AuthorFilesLines
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-27Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter1-1/+0
2010-07-26drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez1-4/+4
2010-07-26drm/nouveau: Reset AGP before running the init scripts.Francisco Jerez1-0/+4
2010-07-26drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time.Francisco Jerez1-3/+2
2010-07-13drm/nouveau: remove ability to use external firmwareBen Skeggs1-4/+0
2010-07-13drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez1-1/+0
2010-07-13drm/nouveau: remove left-over !DRIVER_MODESET pathsBen Skeggs1-11/+8
2010-07-13drm/nouveau: place notifiers in system memory by defaultBen Skeggs1-1/+1
2010-07-07Merge branch 'drm-platform' into drm-testingDave Airlie1-1/+1
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse1-1/+1
2010-05-28drm/nouveau: allow cursor image and position to survive suspendMaarten Maathuis1-0/+29
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-11/+8
2010-03-15Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie1-0/+10
2010-03-15drm/nouveau: add module option to disable TV detectionBen Skeggs1-0/+4
2010-03-10drm/nouveau: print a message very early during suspendMaarten Maathuis1-0/+2
2010-03-10drm/nouveau: add option to allow override of dcb connector table typesBen Skeggs1-0/+4
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-3/+6
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-3/+6
2010-02-25drm/nouveau: Fix noaccel/nofbaccel option descriptions.Marcin Kościelnicki1-2/+2
2010-02-09drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki1-0/+8
2010-02-09drm/nouveau: fix non-vram notifier blocksBen Skeggs1-1/+1
2010-01-25drm/nouveau: report LVDS as disconnected if lid closedBen Skeggs1-0/+4
2009-12-23Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie1-1/+5
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann1-1/+1
2009-12-16drm/nv50: fix two potential suspend/resume oopsesBen Skeggs1-1/+1
2009-12-16drm/nv40: implement ctxprog/state generationBen Skeggs1-0/+4
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+405