index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_fb_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-02
drm: handle cursor_set2 in restore_fbdev_mode
Alex Deucher
1
-1
/
+5
2015-08-11
drm/core: Set mode to NULL when connectors in a set drops to 0.
Maarten Lankhorst
1
-2
/
+5
2015-08-06
drm/fb-helper: Move drm_fb_helper_force_kernel_mode() inside #ifdef
Geert Uytterhoeven
1
-25
/
+25
2015-08-06
drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*()
Geert Uytterhoeven
1
-18
/
+3
2015-08-06
drm/fb-helper: Stop using trylocks in force_restore
Daniel Vetter
1
-10
/
+1
2015-08-06
drm/fbdev: Return -EBUSY when oopsing
Daniel Vetter
1
-12
/
+12
2015-08-06
drm/fb_helper: Create a wrapper for fb_set_suspend
Archit Taneja
1
-0
/
+14
2015-08-06
drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcs
Archit Taneja
1
-0
/
+84
2015-08-06
drm/fb_helper: Create wrappers for fb_sys_read/write funcs
Archit Taneja
1
-0
/
+32
2015-08-06
drm/fb_helper: Create a wrapper for unlink_framebuffer
Archit Taneja
1
-0
/
+13
2015-08-06
drm/fb_helper: Add drm_fb_helper functions to manage fb_info creation
Archit Taneja
1
-0
/
+80
2015-07-24
Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...
Dave Airlie
1
-7
/
+12
2015-07-22
drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_conn...
Daniel Vetter
1
-2
/
+7
2015-07-22
drm: Add modeset object iterators
Daniel Vetter
1
-5
/
+5
2015-07-16
drm/fb: drop panic handling
Dave Airlie
1
-26
/
+0
2015-04-07
drm/drm: constify all struct drm_*_helper funcs pointers
Jani Nikula
1
-4
/
+4
2015-03-23
drm: fb_helper: Simplify exit condition
Daniel Stone
1
-3
/
+3
2015-03-12
drm/fb: handle tiled connectors better
Rob Clark
1
-3
/
+23
2015-03-12
drm/fb: small cleanup
Rob Clark
1
-13
/
+15
2015-02-17
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-1
/
+1
2015-01-30
drm: fix fb-helper vs MST dangling connector ptrs (v2)
Rob Clark
1
-0
/
+30
2015-01-27
Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-1
/
+1
2015-01-21
drm/fb-helper: Propagate errors from initial config failure
Thierry Reding
1
-1
/
+1
2015-01-21
drm: fb helper should avoid sleeping in panic context
Rui Wang
1
-2
/
+6
2014-12-09
drm/fb: add support for tiled monitor configurations. (v2)
Dave Airlie
1
-20
/
+101
2014-12-09
drm/fb_helper: move deferred fb checking into restore mode (v2)
Dave Airlie
1
-4
/
+9
2014-11-04
drm: Remove compiler BUG_ON() test
Peter Hurley
1
-1
/
+0
2014-09-03
Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-3
/
+3
2014-08-26
Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1
/
+8
2014-08-20
drm: fix plane rotation when restoring fbdev configuration
Thomas Wood
1
-3
/
+3
2014-08-14
drm: Use the type of the array element when reallocating
Damien Lespiau
1
-1
/
+1
2014-08-08
drm: trylock modest locking for fbdev panics
Daniel Vetter
1
-5
/
+5
2014-08-08
drm: Resetting rotation property
Sonika Jindal
1
-1
/
+8
2014-08-06
drm: Perform cmdline mode parsing during connector initialisation
Chris Wilson
1
-61
/
+3
2014-07-08
drm/fb_helper: allow adding/removing connectors later
Dave Airlie
1
-0
/
+53
2014-07-08
drm: Introduce drm_fb_helper_prepare()
Thierry Reding
1
-10
/
+37
2014-07-08
drm/fb-helper: Fix hpd vs. initial config races
Daniel Vetter
1
-6
/
+5
2014-06-19
drm/fb-helper: Remove unnecessary list empty check in drm_fb_helper_debug_ent...
Liu Ying
1
-3
/
+0
2014-06-19
drm/fb-helper: Redundant info->fix.type_aux setting in drm_fb_helper_fill_fix()
Liu Ying
1
-1
/
+0
2014-06-05
drm: add drm_fb_helper_restore_fbdev_mode_unlocked()
Rob Clark
1
-14
/
+36
2014-06-05
drm: convert crtc and connection_mutex to ww_mutex (v5)
Rob Clark
1
-0
/
+4
2014-06-04
drm: replace drm_get_connector_name() with direct name field use
Jani Nikula
1
-3
/
+3
2014-04-29
drm/fb: Fix typos
Thierry Reding
1
-3
/
+3
2014-04-29
drm: Try to acquire modeset lock on panic or sysrq
Thierry Reding
1
-1
/
+10
2014-04-04
drm: Prefer noninterlace cmdline mode unless explicitly specified
Takashi Iwai
1
-0
/
+11
2014-04-02
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-3
/
+3
2014-04-02
drm: Add support for multiple plane types (v2)
Matt Roper
1
-1
/
+2
2014-03-22
drm/fb-helper: improve drm_fb_helper_initial_config locking
Daniel Vetter
1
-0
/
+2
2014-03-18
Merge branch 'topic/core-stuff' of git://git.freedesktop.org/git/drm-intel in...
Dave Airlie
1
-9
/
+4
2014-03-17
drm/fb-helper: Do the 'max_conn_count' zero check
Xiubo Li
1
-0
/
+3
[next]