index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_fb_helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-07
drm/fb-helper: pass physical dimensions to fbdev
David Lechner
1
-2
/
+15
2017-08-03
drm/fb-helper: add new drm_setup_crtcs_fb() function
David Lechner
1
-12
/
+18
2017-08-03
drm/fb: Fix pointer dereference before null check.
David Lechner
1
-1
/
+1
2017-07-26
drm/fb-helper: Support deferred setup
Daniel Vetter
1
-35
/
+67
2017-07-14
drm/fb-helper: separate the fb_setcmap helper into atomic and legacy paths
Peter Rosin
1
-71
/
+160
2017-07-06
drm/fb-helper: remove drm_fb_helper_save_lut_atomic
Peter Rosin
1
-17
/
+0
2017-07-06
drm/fb-helper: keep the .gamma_store updated in drm_fb_helper_setcmap
Peter Rosin
1
-0
/
+19
2017-07-06
drm/fb-helper: factor out pseudo-palette
Peter Rosin
1
-23
/
+37
2017-07-06
drm/fb-helper: Split dpms handling into legacy and atomic paths
Daniel Vetter
1
-65
/
+50
2017-07-06
drm/fb-helper: Stop using mode_config.mutex for internals
Daniel Vetter
1
-25
/
+8
2017-07-06
drm/fb-helper: Push locking into restore_fbdev_mode_atomic|legacy
Daniel Vetter
1
-23
/
+25
2017-07-06
drm/fb-helper: Push locking into pan_display_atomic|legacy
Daniel Vetter
1
-10
/
+18
2017-07-06
drm/fb-helper: Drop locking from the vsync wait ioctl code
Daniel Vetter
1
-2
/
+0
2017-07-06
drm/fb-helper: Push locking in fb_is_bound
Daniel Vetter
1
-15
/
+9
2017-07-06
drm/fb-helper: Add top-level lock
Thierry Reding
1
-4
/
+43
2017-07-06
drm/fb-helper: Push down modeset lock into FB helpers
Thierry Reding
1
-6
/
+34
2017-07-04
drm/fb-helper: Remove drm_mode_config_fb.
Maarten Lankhorst
1
-18
/
+4
2017-05-22
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
Robert Foss
1
-2
/
+2
2017-05-08
format-security: move static strings to const
Kees Cook
1
-1
/
+1
2017-04-06
drm/fb-helper: Extract _legacy kms functions
Daniel Vetter
1
-28
/
+44
2017-04-06
drm: Add acquire ctx to ->gamma_set hook
Daniel Vetter
1
-1
/
+2
2017-04-06
drm/fb-helper: Give up on kgdb for atomic drivers
Daniel Vetter
1
-0
/
+6
2017-04-04
Merge airlied/drm-next into drm-misc-next
Sean Paul
1
-3
/
+3
2017-03-31
drm/fb-helper: Improve code readability
Thierry Reding
1
-9
/
+16
2017-03-31
drm/fb-helper: Reshuffle code for subsequent patches
Thierry Reding
1
-30
/
+29
2017-03-31
drm/fb-helper: Cleanup checkpatch warnings
Thierry Reding
1
-22
/
+32
2017-03-28
Backmerge tag 'v4.11-rc4' into drm-next
Dave Airlie
1
-3
/
+3
2017-03-23
drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height again
Michel Dänzer
1
-3
/
+3
2017-03-02
drm/fb-helper: implement ioctl FBIO_WAITFORVSYNC
Maxime Ripard
1
-0
/
+68
2017-02-28
drm: Rename connector list iterator API
Thierry Reding
1
-2
/
+2
2017-02-28
drm: Introduce drm_connector_{get,put}()
Thierry Reding
1
-6
/
+6
2017-02-26
drm/fb-helper: Add multi buffer support for cma fbdev
Xinliang Liu
1
-0
/
+10
2017-02-26
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-0
/
+3
2017-02-08
drm: Cancel drm_fb_helper_resume_work on unload
Chris Wilson
1
-0
/
+1
2017-02-08
drm: Cancel drm_fb_helper_dirty_work on unload
Chris Wilson
1
-0
/
+2
2017-02-07
drm/fb-helper: Automatically clean up fb_info
Daniel Vetter
1
-25
/
+14
2017-02-07
drm/fb-helper: Explain unload sequence a bit better
Daniel Vetter
1
-3
/
+12
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-5
/
+5
2017-01-25
drm/kms-helpers: Use recommened kerneldoc for struct member refs
Daniel Vetter
1
-24
/
+24
2017-01-09
drm: remove useless parameters from drm_pick_cmdline_mode function
Vincent Abriou
1
-4
/
+3
2016-12-27
drm: Wrap the check for atomic_commit implementation
Dhinakaran Pandiyan
1
-3
/
+3
2016-12-18
drm: Convert all helpers to drm_connector_list_iter
Daniel Vetter
1
-4
/
+8
2016-12-15
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
1
-4
/
+4
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-1
/
+1
2016-11-29
drm: Protect fb_helper list manipulation with a mutex
Chris Wilson
1
-0
/
+5
2016-11-29
drm: Pull together probe + setup for drm_fb_helper
Chris Wilson
1
-26
/
+11
2016-11-29
drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcs
Chris Wilson
1
-33
/
+40
2016-11-28
drm: Fix shift operations for drm_fb_helper::drm_target_preferred()
Chris Wilson
1
-6
/
+7
2016-11-14
drm/fb-helper: fix segfaults in drm_fb_helper_debug_*
Stefan Christ
1
-0
/
+6
2016-11-07
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
1
-26
/
+42
[next]