index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_fbcon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-06
drm/nouveau: Use new drm_fb_helper functions
Archit Taneja
1
-27
/
+12
2015-03-05
drm/ttm: device address space != CPU address space
Alex Deucher
1
-1
/
+1
2015-01-27
Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-6
/
+15
2015-01-22
drm/nouveau: dont switch vt on suspend
Maarten Lankhorst
1
-18
/
+5
2015-01-21
drm/fb-helper: Propagate errors from initial config failure
Thierry Reding
1
-6
/
+15
2014-12-02
drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation
Ben Skeggs
1
-1
/
+1
2014-12-02
drm/nouveau: move the (far too many...) different s/r paths to the same place
Ben Skeggs
1
-17
/
+17
2014-10-14
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-2
/
+3
2014-10-02
drm/nouveau: punt fbcon resume out to a workqueue
Ben Skeggs
1
-6
/
+17
2014-09-24
drm/nouveau: use container_of to resolve nouveau_fbdev from drm_fb_helper
Fabian Frederick
1
-1
/
+2
2014-09-15
drm/nouveau: Display Nouveau boot options at launch
Pierre Moreau
1
-1
/
+1
2014-08-15
drm/nouveau/kms: nouveau_fbcon_accel_fini can be static
Fengguang Wu
1
-2
/
+2
2014-08-09
drm/nouveau: use ram info from nvif_device
Ben Skeggs
1
-3
/
+2
2014-08-09
drm/nouveau: remove as much direct use of core headers as possible
Ben Skeggs
1
-3
/
+0
2014-08-09
drm/nouveau: port to nvif client/device/objects
Ben Skeggs
1
-3
/
+8
2014-08-09
drm/nouveau: initial pass at moving to struct nvif_device
Ben Skeggs
1
-14
/
+14
2014-08-09
drm/nouveau/kms: restore acceleration before fb_set_suspend() resumes
Ben Skeggs
1
-3
/
+3
2014-08-09
drm/nouveau/kms: take more care when pulling down accelerated fbcon
Ben Skeggs
1
-35
/
+57
2014-08-05
Merge tag 'v3.16' into drm-next
Dave Airlie
1
-10
/
+3
2014-07-08
drm/nouveau/kms: restore fbcon after display has been resumed
Ben Skeggs
1
-10
/
+3
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
1
-1
/
+2
2014-07-08
drm: Constify struct drm_fb_helper_funcs
Thierry Reding
1
-1
/
+1
2014-03-26
drm/nouveau: fix fbcon not being accelerated after suspend
Ben Skeggs
1
-2
/
+2
2013-11-08
drm/nouveau/fbcon: bracket entrypoints with a per-device enabled check
Ben Skeggs
1
-16
/
+27
2013-10-09
drm/nouveau: embed gem object in nouveau_bo
David Herrmann
1
-1
/
+1
2013-09-17
drm/nouveau/kms: enable for non-vga pci classes
Ben Skeggs
1
-1
/
+2
2013-07-30
drm/nouveau: fix null pointer dereference in poll_changed
Maarten Lankhorst
1
-1
/
+2
2013-07-10
drm/nouveau: fix some error-path leaks in fbcon handling code
Maarten Lankhorst
1
-0
/
+1
2013-07-01
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...
Dave Airlie
1
-2
/
+2
2013-07-01
drm/nouveau/fb: initialise vram controller as pfb sub-object
Ben Skeggs
1
-2
/
+2
2013-06-28
drm/nouveau: fixup fbcon failure paths
Maarten Lankhorst
1
-9
/
+14
2013-02-14
drm/<drivers>: simplify ->fb_probe callback
Daniel Vetter
1
-19
/
+3
2013-02-14
drm/fb-helper: don't disable everything in initial_config
Daniel Vetter
1
-0
/
+3
2013-01-21
drm: revamp framebuffer cleanup interfaces
Daniel Vetter
1
-0
/
+1
2012-10-04
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-108
/
+118
2012-10-03
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
1
-14
/
+13
2012-10-03
drm/nouveau: port all engines to new engine module format
Ben Skeggs
1
-107
/
+118
2012-10-03
drm/nouveau/fb: merge fb/vram and port to subdev interfaces
Ben Skeggs
1
-2
/
+2
2012-10-03
drm/nouveau: implement module init functions in nouveau_drm.c
Ben Skeggs
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-5
/
+5
2012-10-02
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
David Howells
1
-1
/
+0
2012-06-26
drm/nouveau/fbcon: using nv_two_heads is not a good idea
Ben Skeggs
1
-1
/
+1
2012-05-24
drm/nouveau/fbcon: use fence for sync, rather than notifier
Ben Skeggs
1
-32
/
+2
2012-05-24
drm/nouveau: use the same packet header macros as userspace
Ben Skeggs
1
-4
/
+4
2012-02-09
drm: do not set fb_info->pixmap fields
Sascha Hauer
1
-5
/
+1
2011-12-21
drm/nouveau: re-jig fbcon suspend/resume process a little
Ben Skeggs
1
-0
/
+7
2011-12-20
Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-next
Dave Airlie
1
-1
/
+10
2011-12-20
drm: Replace pitch with pitches[] in drm_framebuffer
Ville Syrjälä
1
-1
/
+1
2011-11-15
drm: add an fb creation ioctl that takes a pixel format v5
Jesse Barnes
1
-6
/
+7
2011-11-10
drm/nouveau: by default use low bpp framebuffer on low memory cards
Marcin Slusarz
1
-1
/
+10
[next]