| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2014-10-14 | 1 | -2/+3 |
|\ |
|
| * | drm/nouveau: use container_of to resolve nouveau_fbdev from drm_fb_helper | Fabian Frederick | 2014-09-24 | 1 | -1/+2 |
| * | drm/nouveau: Display Nouveau boot options at launch | Pierre Moreau | 2014-09-15 | 1 | -1/+1 |
* | | drm/nouveau: punt fbcon resume out to a workqueue | Ben Skeggs | 2014-10-02 | 1 | -6/+17 |
|/ |
|
* | drm/nouveau/kms: nouveau_fbcon_accel_fini can be static | Fengguang Wu | 2014-08-15 | 1 | -2/+2 |
* | drm/nouveau: use ram info from nvif_device | Ben Skeggs | 2014-08-10 | 1 | -3/+2 |
* | drm/nouveau: remove as much direct use of core headers as possible | Ben Skeggs | 2014-08-10 | 1 | -3/+0 |
* | drm/nouveau: port to nvif client/device/objects | Ben Skeggs | 2014-08-10 | 1 | -3/+8 |
* | drm/nouveau: initial pass at moving to struct nvif_device | Ben Skeggs | 2014-08-10 | 1 | -14/+14 |
* | drm/nouveau/kms: restore acceleration before fb_set_suspend() resumes | Ben Skeggs | 2014-08-10 | 1 | -3/+3 |
* | drm/nouveau/kms: take more care when pulling down accelerated fbcon | Ben Skeggs | 2014-08-10 | 1 | -35/+57 |
* | Merge tag 'v3.16' into drm-next | Dave Airlie | 2014-08-05 | 1 | -10/+3 |
|\ |
|
| * | drm/nouveau/kms: restore fbcon after display has been resumed | Ben Skeggs | 2014-07-08 | 1 | -10/+3 |
* | | drm: Introduce drm_fb_helper_prepare() | Thierry Reding | 2014-07-08 | 1 | -1/+2 |
* | | drm: Constify struct drm_fb_helper_funcs | Thierry Reding | 2014-07-08 | 1 | -1/+1 |
|/ |
|
* | drm/nouveau: fix fbcon not being accelerated after suspend | Ben Skeggs | 2014-03-26 | 1 | -2/+2 |
* | drm/nouveau/fbcon: bracket entrypoints with a per-device enabled check | Ben Skeggs | 2013-11-08 | 1 | -16/+27 |
* | drm/nouveau: embed gem object in nouveau_bo | David Herrmann | 2013-10-09 | 1 | -1/+1 |
* | drm/nouveau/kms: enable for non-vga pci classes | Ben Skeggs | 2013-09-18 | 1 | -1/+2 |
* | drm/nouveau: fix null pointer dereference in poll_changed | Maarten Lankhorst | 2013-07-30 | 1 | -1/+2 |
* | drm/nouveau: fix some error-path leaks in fbcon handling code | Maarten Lankhorst | 2013-07-10 | 1 | -0/+1 |
* | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie | 2013-07-01 | 1 | -2/+2 |
|\ |
|
| * | drm/nouveau/fb: initialise vram controller as pfb sub-object | Ben Skeggs | 2013-07-01 | 1 | -2/+2 |
* | | drm/nouveau: fixup fbcon failure paths | Maarten Lankhorst | 2013-06-28 | 1 | -9/+14 |
|/ |
|
* | drm/<drivers>: simplify ->fb_probe callback | Daniel Vetter | 2013-02-14 | 1 | -19/+3 |
* | drm/fb-helper: don't disable everything in initial_config | Daniel Vetter | 2013-02-14 | 1 | -0/+3 |
* | drm: revamp framebuffer cleanup interfaces | Daniel Vetter | 2013-01-20 | 1 | -0/+1 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-03 | 1 | -108/+118 |
|\ |
|
| * | drm/nouveau: port remainder of drm code, and rip out compat layer | Ben Skeggs | 2012-10-03 | 1 | -14/+13 |
| * | drm/nouveau: port all engines to new engine module format | Ben Skeggs | 2012-10-03 | 1 | -107/+118 |
| * | drm/nouveau/fb: merge fb/vram and port to subdev interfaces | Ben Skeggs | 2012-10-03 | 1 | -2/+2 |
| * | drm/nouveau: implement module init functions in nouveau_drm.c | Ben Skeggs | 2012-10-03 | 1 | -1/+1 |
* | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -5/+5 |
* | | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/. | David Howells | 2012-10-02 | 1 | -1/+0 |
|/ |
|
* | drm/nouveau/fbcon: using nv_two_heads is not a good idea | Ben Skeggs | 2012-06-26 | 1 | -1/+1 |
* | drm/nouveau/fbcon: use fence for sync, rather than notifier | Ben Skeggs | 2012-05-24 | 1 | -32/+2 |
* | drm/nouveau: use the same packet header macros as userspace | Ben Skeggs | 2012-05-24 | 1 | -4/+4 |
* | drm: do not set fb_info->pixmap fields | Sascha Hauer | 2012-02-09 | 1 | -5/+1 |
* | drm/nouveau: re-jig fbcon suspend/resume process a little | Ben Skeggs | 2011-12-21 | 1 | -0/+7 |
* | Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next | Dave Airlie | 2011-12-20 | 1 | -1/+10 |
|\ |
|
| * | drm/nouveau: by default use low bpp framebuffer on low memory cards | Marcin Slusarz | 2011-11-10 | 1 | -1/+10 |
* | | drm: Replace pitch with pitches[] in drm_framebuffer | Ville Syrjälä | 2011-12-20 | 1 | -1/+1 |
* | | drm: add an fb creation ioctl that takes a pixel format v5 | Jesse Barnes | 2011-11-15 | 1 | -6/+7 |
|/ |
|
* | drm/nv50-nvc0: explicitly map fbcon fb into channel vm | Ben Skeggs | 2011-06-23 | 1 | -0/+11 |
* | drm/nouveau: remove 'chan' argument from nouveau_gem_new | Ben Skeggs | 2011-06-23 | 1 | -2/+2 |
* | drm/nouveau: fix notifier memory corruption bug | Marcin Slusarz | 2011-04-20 | 1 | -2/+2 |
* | drm/nouveau: pass domain rather than ttm flags to gem_new() | Ben Skeggs | 2011-02-25 | 1 | -2/+2 |
* | drm/nouveau: remove no_vm/mappable flags from nouveau_bo | Ben Skeggs | 2011-02-25 | 1 | -1/+1 |
* | Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i... | Dave Airlie | 2011-01-17 | 1 | -2/+2 |
|\ |
|
| * | drm/nouveau: fix gpu page faults triggered by plymouthd | Ben Skeggs | 2011-01-17 | 1 | -2/+2 |