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
2019-07-09
drm/fb-helper: Instanciate shadow FB if configured in device's mode_config
Thomas Zimmermann
1
-3
/
+15
2019-07-09
drm/fb-helper: Map DRM client buffer only when required
Thomas Zimmermann
1
-8
/
+25
2019-06-19
drm/client: Change drm_client_panel_rotation name
Maxime Ripard
1
-1
/
+1
2019-06-12
drm: Reverse lock order in pan_display_legacy()
Thomas Zimmermann
1
-2
/
+2
2019-06-11
drm/fb-helper: Move out modeset config code
Noralf Trønnes
1
-692
/
+0
2019-06-11
drm/fb-helper: Prepare to move out modeset config code
Noralf Trønnes
1
-18
/
+44
2019-06-11
drm/fb-helper: Remove drm_fb_helper_connector
Noralf Trønnes
1
-349
/
+157
2019-06-08
drm/fb-helper: Move out commit code
Noralf Trønnes
1
-282
/
+0
2019-06-08
drm/fb-helper: Prepare to move out commit code
Noralf Trønnes
1
-41
/
+81
2019-06-04
drm/fb-helper: Remove drm_fb_helper_crtc
Noralf Trønnes
1
-175
/
+124
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-7
/
+12
2019-05-20
drm: Remove users of drm_format_info_plane_cpp
Maxime Ripard
1
-1
/
+1
2019-05-20
drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp
Maxime Ripard
1
-1
/
+1
2019-05-16
drm/fb-helper: Fix drm_fb_helper_hotplug_event() NULL ptr argument
Noralf Trønnes
1
-3
/
+2
2019-05-14
drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}
Noralf Trønnes
1
-8
/
+4
2019-05-14
drm/fb-helper: No need to cache rotation and sw_rotations
Noralf Trønnes
1
-66
/
+65
2019-05-14
drm/fb-helper: Avoid race with DRM userspace
Noralf Trønnes
1
-46
/
+56
2019-04-24
drm/fb-helper: Fix drm_fb_helper_firmware_config() NULL pointer deref
Noralf Trønnes
1
-0
/
+3
2019-04-24
drm/fb: revert the i915 Actually configure untiled displays from master
Dave Airlie
1
-7
/
+5
2019-04-24
Merge tag 'drm-misc-next-2019-04-18' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-5
/
+191
2019-04-15
BackMerge v5.1-rc5 into drm-next
Dave Airlie
1
-1
/
+1
2019-04-11
drm/i915/fbdev: Move intel_fb_initial_config() to fbdev helper
Noralf Trønnes
1
-4
/
+190
2019-04-11
drm/client: Rename drm_client_add() to drm_client_register()
Noralf Trønnes
1
-1
/
+1
2019-04-03
drm/fb-helper: generic: Call drm_client_add() after setup is done
Noralf Trønnes
1
-2
/
+2
2019-04-03
drm/fb-helper: dpms_legacy(): Only set on connectors in use
Noralf Trønnes
1
-6
/
+5
2019-04-03
drm/fb-helper: Remove unused gamma_size variable
Noralf Trønnes
1
-5
/
+1
2019-03-27
drm/fb-helper: Fixup fill_info cleanup
Daniel Vetter
1
-3
/
+2
2019-03-27
drm/fb-helper: Unexport fill_{var,info}
Daniel Vetter
1
-33
/
+5
2019-03-27
drm/fb_helper: set info->par in fill_info()
Daniel Vetter
1
-1
/
+1
2019-03-27
drm/fb-helper: set fbi->fix.id in fill_info()
Daniel Vetter
1
-2
/
+3
2019-03-27
drm/fb-helper: Add fill_info() functions
Daniel Vetter
1
-2
/
+27
2019-03-26
drm/fbdev: Make skip_vt_switch the default
Daniel Vetter
1
-0
/
+1
2019-03-25
drm/fb: avoid setting 0 depth.
Dave Airlie
1
-1
/
+1
2019-02-21
drm/fb-helper: generic: Don't take module ref for fbcon
Noralf Trønnes
1
-2
/
+4
2019-02-18
Merge v5.0-rc7 into drm-next
Dave Airlie
1
-54
/
+79
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
1
-1
/
+1
2019-01-29
drm/fb-helper: generic: Fix drm_fbdev_client_restore()
Noralf Trønnes
1
-3
/
+1
2019-01-17
drm/cma-helper: Remove unused fbdev code
Noralf Trønnes
1
-10
/
+2
2019-01-11
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2019-01-10
drm/fb-helper: Scale back depth to supported maximum
Linus Walleij
1
-1
/
+54
2019-01-10
drm/fb-helper: Ignore the value of fb_var_screeninfo.pixclock
Ivan Mironov
1
-1
/
+6
2019-01-10
drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2
Ivan Mironov
1
-53
/
+73
2019-01-08
drm/fb-helper: fix leaks in error path of drm_fb_helper_fbdev_setup
Peter Wu
1
-1
/
+1
2019-01-08
drm/fb-helper: generic: Fix setup error path
Noralf Trønnes
1
-40
/
+58
2018-12-25
Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-0
/
+6
2018-12-04
drm/fb-helper: Fix typo in parameter description
Wei Yongjun
1
-1
/
+1
2018-11-29
Merge v4.20-rc4 into drm-next
Dave Airlie
1
-0
/
+3
2018-11-21
drm/fb-helper: Blacklist writeback when adding connectors to fbdev
Paul Kocialkowski
1
-0
/
+3
2018-11-19
Merge tag 'drm-misc-next-2018-11-07' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+6
2018-11-02
drm/fourcc: Add char_per_block, block_w and block_h in drm_format_info
Alexandru Gheorghe
1
-0
/
+6
[next]