Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7bad74d57c81b08218cc564af3a78427e12bf3ac
/
drivers
/
gpu
/
drm
/
drm_fb_helper.c
9428403
drm/fbdev: Update legacy plane->fb refcounting for atomic restore
by Matt Roper
· 9 years ago
1edf026
drm/fb-helper: atomic pan_display()..
by Rob Clark
· 9 years ago
bbb1e52
drm/fb-helper: atomic restore_fbdev_mode()..
by Rob Clark
· 9 years ago
f64c557
drm/fb-helper: Add module option to disable fbdev emulation
by Daniel Vetter
· 9 years ago
b7bdf0a8
drm/fb-helper: Use -errno return in restore_mode_unlocked
by Daniel Vetter
· 9 years ago
cebbb73
drm/core: Set mode to NULL when connectors in a set drops to 0.
by Maarten Lankhorst
· 9 years ago
2c4124f
drm/fb-helper: Move drm_fb_helper_force_kernel_mode() inside #ifdef
by Geert Uytterhoeven
· 9 years ago
3d9e35a
drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*()
by Geert Uytterhoeven
· 9 years ago
dd908c8
drm/fb-helper: Stop using trylocks in force_restore
by Daniel Vetter
· 9 years ago
c50bfd0
drm/fbdev: Return -EBUSY when oopsing
by Daniel Vetter
· 9 years ago
fdefa58
drm/fb_helper: Create a wrapper for fb_set_suspend
by Archit Taneja
· 9 years ago
742547b
drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcs
by Archit Taneja
· 9 years ago
cbb1a82
drm/fb_helper: Create wrappers for fb_sys_read/write funcs
by Archit Taneja
· 9 years ago
47074ab
drm/fb_helper: Create a wrapper for unlink_framebuffer
by Archit Taneja
· 9 years ago
b8017d6
drm/fb_helper: Add drm_fb_helper functions to manage fb_info creation
by Archit Taneja
· 9 years ago
dcd14dd
Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 9 years ago
169faec
drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_connectors
by Daniel Vetter
· 9 years ago
6295d60
drm: Add modeset object iterators
by Daniel Vetter
· 9 years ago
6066677
drm/fb: drop panic handling
by Dave Airlie
· 9 years ago
be26a66
drm/drm: constify all struct drm_*_helper funcs pointers
by Jani Nikula
· 10 years ago
f3af5c7
drm: fb_helper: Simplify exit condition
by Daniel Stone
· 10 years ago
0e3704c
drm/fb: handle tiled connectors better
by Rob Clark
· 10 years ago
675c832
drm/fb: small cleanup
by Rob Clark
· 10 years ago
796e1c5
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
2148f18
drm: fix fb-helper vs MST dangling connector ptrs (v2)
by Rob Clark
· 10 years ago
e451400
Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
01934c2
drm/fb-helper: Propagate errors from initial config failure
by Thierry Reding
· 10 years ago
9aa609e
drm: fb helper should avoid sleeping in panic context
by Rui Wang
· 10 years ago
b0ee9e7
drm/fb: add support for tiled monitor configurations. (v2)
by Dave Airlie
· 10 years ago
e2809c7
drm/fb_helper: move deferred fb checking into restore mode (v2)
by Dave Airlie
· 10 years ago
b74c6c9
drm: Remove compiler BUG_ON() test
by Peter Hurley
· 10 years ago
a18b29f
Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
d5a0f2e
Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
3a5f87c
drm: fix plane rotation when restoring fbdev configuration
by Thomas Wood
· 10 years ago
14f476f
drm: Use the type of the array element when reallocating
by Damien Lespiau
· 10 years ago
cb597bb
drm: trylock modest locking for fbdev panics
by Daniel Vetter
· 10 years ago
9783de2
drm: Resetting rotation property
by Sonika Jindal
· 10 years ago
eaf99c7
drm: Perform cmdline mode parsing during connector initialisation
by Chris Wilson
· 10 years ago
65c2a89
drm/fb_helper: allow adding/removing connectors later
by Dave Airlie
· 11 years ago
10a2310
drm: Introduce drm_fb_helper_prepare()
by Thierry Reding
· 11 years ago
50c3dc9
drm/fb-helper: Fix hpd vs. initial config races
by Daniel Vetter
· 11 years ago
2a8c6ed
drm/fb-helper: Remove unnecessary list empty check in drm_fb_helper_debug_enter()
by Liu Ying
· 11 years ago
30bfa4e
drm/fb-helper: Redundant info->fix.type_aux setting in drm_fb_helper_fill_fix()
by Liu Ying
· 11 years ago
5ea1f75
drm: add drm_fb_helper_restore_fbdev_mode_unlocked()
by Rob Clark
· 11 years ago
51fd371
drm: convert crtc and connection_mutex to ww_mutex (v5)
by Rob Clark
· 11 years ago
2593382
drm: replace drm_get_connector_name() with direct name field use
by Jani Nikula
· 11 years ago
83c617c
drm/fb: Fix typos
by Thierry Reding
· 11 years ago
b77f076
drm: Try to acquire modeset lock on panic or sysrq
by Thierry Reding
· 11 years ago
c683f42
drm: Prefer noninterlace cmdline mode unless explicitly specified
by Takashi Iwai
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
e27dde3
drm: Add support for multiple plane types (v2)
by Matt Roper
· 11 years ago
53f1904
drm/fb-helper: improve drm_fb_helper_initial_config locking
by Daniel Vetter
· 11 years ago
5a08c07
Merge branch 'topic/core-stuff' of git://git.freedesktop.org/git/drm-intel into drm-next
by Dave Airlie
· 11 years ago
04cfe97
drm/fb-helper: Do the 'max_conn_count' zero check
by Xiubo Li
· 11 years ago
366d480
drm/fb-helper: Use drm_fb_helper_restore_fbdev_mode() in drm_fb_helper_set_par()
by Ville Syrjälä
· 11 years ago
9d3de13
drm/modes: remove drm_mode_height/width
by Daniel Vetter
· 11 years ago
2f1046f
drm: export cmdline and preferred mode functions from fb helper
by Jesse Barnes
· 11 years ago
520edd1
drm: do not steal the display if we have a master
by Paulo Zanoni
· 11 years ago
7f16e5c
Merge tag 'v3.12' into drm-intel-next
by Daniel Vetter
· 11 years ago
92b6f89
drm: Add separate Kconfig option for fbdev helpers
by Daniel Vetter
· 11 years ago
ecc7e6f
Revert "drm/fb-helper: don't sleep for screen unblank when an oops is in progress"
by Dave Airlie
· 11 years ago
51bbd27
drm: Remove unused variables in drm_fb_helper_hotplug_event()
by Lespiau, Damien
· 11 years ago
86aed67
drm: Remove unused variable in drm_pick_crtcs()
by Lespiau, Damien
· 11 years ago
bd89bcb
drm: Remove unused variable in drm_fb_helper_pan_display()
by Lespiau, Damien
· 11 years ago
928c2f0
drm/fb-helper: don't sleep for screen unblank when an oops is in progress
by Daniel Vetter
· 11 years ago
04c0c56
drm/fb-helper: Make load_lut and gamma_set/gamma_get hooks optional
by Ville Syrjälä
· 12 years ago
8391a3d
drm/fb-helper: Don't clobber the display palette when fbdev isn't bound
by Ville Syrjälä
· 12 years ago
3858bc5
drm/fb-helper: Disable cursors and planes when restoring fbdev mode
by Ville Syrjälä
· 12 years ago
20a2078c
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
89ced12
drm/fb-helper: Fix locking in drm_fb_helper_hotplug_event
by Daniel Vetter
· 12 years ago
11e17a0
drm: add initial_config function to fb helper
by Jesse Barnes
· 12 years ago
1b1d539
drm/fb-helper: don't sleep for screen unblank when an oopps is in progress
by Daniel Vetter
· 12 years ago
207fd32
drm/fb-helper: improve kerneldoc
by Daniel Vetter
· 12 years ago
8acf658
drm/fb-helper: streamline drm_fb_helper_single_fb_probe
by Daniel Vetter
· 12 years ago
2180c3c
drm/fb-helper: directly call set_par from the hotplug handler
by Daniel Vetter
· 12 years ago
7e53f3a
drm/fb-helper: fixup set_config semantics
by Daniel Vetter
· 12 years ago
76a39db
drm/fb-helper: don't disable everything in initial_config
by Daniel Vetter
· 12 years ago
de1ace5
drm/fb-helper: unexport drm_fb_helper_single_fb_probe
by Daniel Vetter
· 12 years ago
43c8a84
drm/fb-helper: unexport drm_fb_helper_panic
by Daniel Vetter
· 12 years ago
d21bf46
drm/fb-helper: kill drm_fb_helper_restore
by Daniel Vetter
· 12 years ago
6aed8ec
drm: review locking for drm_fb_helper_restore_fbdev_mode
by Daniel Vetter
· 12 years ago
20c60c3
drm/fb_helper: check whether fbcon is bound
by Daniel Vetter
· 12 years ago
8484990
drm: add drm_modeset_lock|unlock_all
by Daniel Vetter
· 12 years ago
2d13b67
drm: encapsulate crtc->set_config calls
by Daniel Vetter
· 12 years ago
5849556
drm: remove legacy drm_connector_property fxns
by Rob Clark
· 12 years ago
d0ddc033
drm/doc: integrate fb helper reference into docs
by Daniel Vetter
· 12 years ago
8c5eaca
drm/fb_helper: Fix potential NULL pointer dereference
by Sachin Kamat
· 12 years ago
96081cd
drm/drm_fb_helper: Remove unnecessary braces
by Sachin Kamat
· 12 years ago
d56b1b9
drm/fb_helper: Convert printk to pr_* and dev_*
by Sachin Kamat
· 12 years ago
6c91083
drm/fb_helper: Fix checkpatch errors
by Sachin Kamat
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
e04190e
drm/fb helper: don't call drm_helper_connector_dpms directly
by Daniel Vetter
· 12 years ago
65983bd
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
78b9c35
drm: Add misssing static storage class specifier in drm_fb_helper.c file
by Sachin Kamat
· 12 years ago
33faad1
drm/fb-helper: don't clobber output routing in setup_crtcs
by Daniel Vetter
· 12 years ago
d390475
drm/fb helper: don't call drm_crtc_helper_set_config
by Daniel Vetter
· 12 years ago
343065a
drm/fb-helper: delay hotplug handling when partially bound
by Daniel Vetter
· 13 years ago
ebe0f24
drm: Make the CRTC gamma_set operation optional
by Laurent Pinchart
· 13 years ago
4a1b071
drm: Don't initialize local ret variable when not needed
by Laurent Pinchart
· 13 years ago
Next »