aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.c
Commit message (Expand)AuthorAge
* drm/nouveau: remove remnants of nouveau_pgraph_engineBen Skeggs2011-05-15
* drm/nouveau: fix suspend failure path to reinitialise all enginesBen Skeggs2011-05-15
* drm/nv50/gr: move to exec engine interfacesBen Skeggs2011-05-15
* drm/nouveau: working towards a common way to represent enginesBen Skeggs2011-05-15
* drm: rework PCI/platform driver interface.Dave Airlie2011-02-06
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-25
* drm/switcheroo: track state of switch in drivers.Dave Airlie2011-01-04
* drm/nv50: implement global channel address space on new VM codeBen Skeggs2010-12-07
* drm/nouveau: Synchronize with the user channel before GPU object destruction.Francisco Jerez2010-12-07
* drm/nouveau: simplify gpuobj suspend/resumeBen Skeggs2010-12-03
* drm/nouveau: Implement the vblank DRM hooks.Francisco Jerez2010-12-03
* drm/nouveau: fix annoying nouveau_fence type issueMarcin Slusarz2010-12-03
* drm/nouveau: add support for MSIBen Skeggs2010-12-03
* drm/nv84: add support for the PCRYPT engineBen Skeggs2010-12-03
* drm/nouveau: add more fine-grained locking to channel list + structuresBen Skeggs2010-12-03
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-26
|\
| * drm/nouveau: Add a module option to force card POST.Marcin Kościelnicki2010-10-04
| * drm/nouveau: restore perflvl on resume, and restore boot perflvl on unloadBen Skeggs2010-09-24
| * drm/nouveau: allow static performance level settingBen Skeggs2010-09-24
| * drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez2010-09-24
| * drm: kill get_reg_ofs callbackDaniel Vetter2010-08-29
| * drm: kill drm_map_ofs callbacksDaniel Vetter2010-08-29
* | drm: use noop_llseekArnd Bergmann2010-09-16
|/
* drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez2010-07-25
* drm/nouveau: Reset AGP before running the init scripts.Francisco Jerez2010-07-25
* drm/nouveau: No need to lock/unlock the VGA CRTC regs all the time.Francisco Jerez2010-07-25
* drm/nouveau: remove ability to use external firmwareBen Skeggs2010-07-12
* drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez2010-07-12
* drm/nouveau: remove left-over !DRIVER_MODESET pathsBen Skeggs2010-07-12
* drm/nouveau: place notifiers in system memory by defaultBen Skeggs2010-07-12
* Merge branch 'drm-platform' into drm-testingDave Airlie2010-07-07
|\
| * drm: Add support for platform devices to register as DRM devicesJordan Crouse2010-05-31
* | drm/nouveau: allow cursor image and position to survive suspendMaarten Maathuis2010-05-28
|/
* drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-06
* Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie2010-03-14
|\
| * drm/nouveau: add module option to disable TV detectionBen Skeggs2010-03-14
| * drm/nouveau: print a message very early during suspendMaarten Maathuis2010-03-10
| * drm/nouveau: add option to allow override of dcb connector table typesBen Skeggs2010-03-10
* | Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-01
|\ \ | |/ |/|
| * vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-01
* | drm/nouveau: Fix noaccel/nofbaccel option descriptions.Marcin Kościelnicki2010-02-25
|/
* drm/nouveau: Add module options to disable acceleration.Marcin Kościelnicki2010-02-08
* drm/nouveau: fix non-vram notifier blocksBen Skeggs2010-02-08
* drm/nouveau: report LVDS as disconnected if lid closedBen Skeggs2010-01-24
* Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie2009-12-22
|\
| * drm/nv50: fix two potential suspend/resume oopsesBen Skeggs2009-12-16
| * drm/nv40: implement ctxprog/state generationBen Skeggs2009-12-16
* | drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-17
|/
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-11