index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_fbcon.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2017-02-02
1
-2
/
+1
*
drm: Wrap the check for atomic_commit implementation
Dhinakaran Pandiyan
2016-12-27
1
-1
/
+2
*
drm: Nuke fb->depth
Ville Syrjälä
2016-12-15
1
-1
/
+2
*
drm/nouveau: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
2016-11-14
1
-14
/
+2
*
drm/nouveau/kms: never call drm_helper_disable_unused_functions() with atomic
Ben Skeggs
2016-11-07
1
-1
/
+2
*
drm/nouveau/fbcon: refcount the drm_framebuffer
Ben Skeggs
2016-11-07
1
-7
/
+6
*
drm/nouveau/fbcon: make use of drm_fb_helper.fb
Ben Skeggs
2016-11-07
1
-30
/
+22
*
drm/nouveau/fbcon: make use of drm_fb_helper.dev
Ben Skeggs
2016-11-07
1
-9
/
+8
*
drm: Remove superflous linux/fb.h includes
Daniel Vetter
2016-08-12
1
-1
/
+0
*
drm/nouveau: fix for disabled fbdev emulation
Dmitrii Tcvetkov
2016-06-23
1
-1
/
+2
*
drm/nouveau/fbcon: fix out-of-bounds memory accesses
Ben Skeggs
2016-06-02
1
-0
/
+1
*
drm/nouveau: rename nouveau_drm.h to nouveau_drv.h
Ben Skeggs
2016-05-20
1
-1
/
+1
*
drm/nouveau: Drop dev->struct_mutex from fbdev init
Daniel Vetter
2016-04-20
1
-5
/
+0
*
drm/nouveau/fbcon: take runpm reference when userspace has an open fd
Ben Skeggs
2015-10-12
1
-0
/
+24
*
drm/nouveau: Use new drm_fb_helper functions
Archit Taneja
2015-08-06
1
-27
/
+12
*
drm/ttm: device address space != CPU address space
Alex Deucher
2015-03-05
1
-1
/
+1
*
Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-...
Dave Airlie
2015-01-26
1
-6
/
+15
|
\
|
*
drm/fb-helper: Propagate errors from initial config failure
Thierry Reding
2015-01-21
1
-6
/
+15
*
|
drm/nouveau: dont switch vt on suspend
Maarten Lankhorst
2015-01-22
1
-18
/
+5
|
/
*
drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation
Ben Skeggs
2014-12-02
1
-1
/
+1
*
drm/nouveau: move the (far too many...) different s/r paths to the same place
Ben Skeggs
2014-12-02
1
-17
/
+17
*
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-14
1
-2
/
+2
*
drm/nouveau: use ram info from nvif_device
Ben Skeggs
2014-08-09
1
-3
/
+2
*
drm/nouveau: remove as much direct use of core headers as possible
Ben Skeggs
2014-08-09
1
-3
/
+0
*
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
2014-08-09
1
-3
/
+8
*
drm/nouveau: initial pass at moving to struct nvif_device
Ben Skeggs
2014-08-09
1
-14
/
+14
*
drm/nouveau/kms: restore acceleration before fb_set_suspend() resumes
Ben Skeggs
2014-08-09
1
-3
/
+3
*
drm/nouveau/kms: take more care when pulling down accelerated fbcon
Ben Skeggs
2014-08-09
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-17
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-04
1
-108
/
+118
|
\
|
*
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
2012-10-03
1
-14
/
+13
[next]