aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_fbcon.c
Commit message (Expand)AuthorAgeFilesLines
* samsung update 1codeworkx2012-06-021-15/+39
* drm/nouveau: fix notifier memory corruption bugMarcin Slusarz2011-04-201-2/+2
* drm/nouveau: pass domain rather than ttm flags to gem_new()Ben Skeggs2011-02-251-2/+2
* drm/nouveau: remove no_vm/mappable flags from nouveau_boBen Skeggs2011-02-251-1/+1
* Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie2011-01-171-2/+2
|\
| * drm/nouveau: fix gpu page faults triggered by plymouthdBen Skeggs2011-01-171-2/+2
* | Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie2011-01-141-0/+1
* | drm: Update fbdev fb_fix_screeninfoJames Simmons2011-01-071-1/+0
* | Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie2010-12-221-4/+20
|\ \ | |/
| * drm/nvc0: implement fbcon accelerationBen Skeggs2010-12-211-4/+20
* | drm/fb: Don't expose mmio for fbdev emulation layerJames Simmons2010-12-211-4/+0
|/
* drm/nv50: implement global channel address space on new VM codeBen Skeggs2010-12-081-2/+2
* drm/nouveau: fallback to sw fbcon if we can't get mutex immediatelyBen Skeggs2010-12-031-7/+9
* drm/nouveau: add per-channel mutex, use to lock access to drm's channelBen Skeggs2010-12-031-3/+14
* drm/nouveau: disallow fbcon accel if running in interrupt contextBen Skeggs2010-12-031-36/+101
* Merge branch 'drm-fixes' of /home/airlied/kernel/linux-2.6 into drm-core-nextDave Airlie2010-10-191-1/+0
|\
| * drm: don't drop handle reference on unloadDave Airlie2010-10-071-1/+0
* | drm/nouveau/kms: Implement KDB debug hooks for nouveau KMS.Chris Ball2010-10-061-0/+6
|/
* drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie2010-10-011-0/+1
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-08-121-0/+2
|\
| * drm/nvc0: starting point for GF100 support, everything stubbedBen Skeggs2010-08-061-0/+2
* | vt/console: try harder to print output when panicingJesse Barnes2010-08-101-0/+1
|/
* drm/nouveau: Fix crashes during fbcon init on single head cards.Francisco Jerez2010-07-131-1/+2
* drm/nouveau: Fix a couple of sparse warnings.Francisco Jerez2010-07-131-1/+1
* drm: Propagate error from drm_fb_helper_init().Chris Wilson2010-06-081-1/+7
* drm/fbdev: rework output polling to be back in the core. (v4)Dave Airlie2010-05-181-10/+4
* fbmem, drm/nouveau: kick firmware framebuffers as soon as possibleMarcin Slusarz2010-05-181-18/+1
* fbdev: allow passing more than one aperture for handoffMarcin Slusarz2010-05-181-59/+25
* Merge branch 'drm-fbdev-cleanup' into drm-core-nextDave Airlie2010-04-201-66/+132
|\
| * drm/fb: remove drm_fb_helper_setcolregJames Simmons2010-04-081-3/+0
| * drm/kms/fb: use slow work mechanism for normal hotplug also.Dave Airlie2010-04-071-17/+28
| * drm/kms/fb: separate fbdev connector list from core drm connectorsDave Airlie2010-04-071-0/+2
| * drm/kms/fb: move to using fb helper crtc grouping instead of core crtc listDave Airlie2010-04-071-60/+61
| * drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-071-47/+102
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-011-0/+2
|\
| * vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-011-0/+2
* | Use drm_gem_object_[handle_]unreference_unlocked where possibleLuca Barbieri2010-02-111-3/+1
|/
* drm/nouveau: Fix fbcon on mixed pre-NV50 + NV50 multicard.Marcin Koƛcielnicki2010-02-091-0/+30
* drm/nouveau: Add module options to disable acceleration.Marcin Koƛcielnicki2010-02-091-3/+7
* drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz2010-01-111-4/+11
* drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2010-01-111-2/+2
* drm/nouveau: prevent all channel creation if accel not availableBen Skeggs2009-12-161-9/+11
* drm/nouveau: use drm debug levelsMaarten Maathuis2009-12-161-1/+1
* drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-111-0/+380