summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_fbcon.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-07drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie1-17/+28
2010-04-07drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie1-0/+2
2010-04-07drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie1-60/+61
2010-04-07drm/fb: fix fbdev object model + cleanup properly.Dave Airlie1-47/+102
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie1-0/+2
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie1-0/+2
2010-02-11Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri1-3/+1
2010-02-09drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Koƛcielnicki1-0/+30
2010-02-09drm/nouveau: Add module options to disable acceleration.Marcin Koƛcielnicki1-3/+7
2010-01-11drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz1-4/+11
2010-01-11drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis1-2/+2
2009-12-16drm/nouveau: prevent all channel creation if accel not availableBen Skeggs1-9/+11
2009-12-16drm/nouveau: use drm debug levelsMaarten Maathuis1-1/+1
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+380