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.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
2020-12-22
drm/fb-helper: Add a FIXME that generic_setup is very confusing
Daniel Vetter
1
-0
/
+5
2020-12-15
drm: add legacy support for using degamma for gamma
Tomi Valkeinen
1
-0
/
+5
2020-12-03
drm/fb-helper: Add missed unlocks in setcmap_legacy()
Chuhong Yuan
1
-5
/
+10
2020-11-24
drm/fb-helper: Acquire modeset lock around shadow-buffer flushing
Thomas Zimmermann
1
-2
/
+18
2020-11-24
drm/fb-helper: Copy dma-buf map before flushing shadow fb
Thomas Zimmermann
1
-2
/
+3
2020-11-24
drm/fb-helper: Restore damage area upon errors
Thomas Zimmermann
1
-3
/
+20
2020-11-24
drm/fb-helper: Move damage blit code and its setup into separate routine
Thomas Zimmermann
1
-6
/
+21
2020-11-24
drm/fb-helper: Separate shadow-buffer flushing and calling dirty callback
Thomas Zimmermann
1
-3
/
+1
2020-11-24
drm/fb-helper: Return early in damage worker
Thomas Zimmermann
1
-16
/
+15
2020-11-24
drm/fb-helper: Rename dirty worker to damage worker
Thomas Zimmermann
1
-36
/
+29
2020-11-24
drm/fb-helper: Unmap client buffer during shutdown
Thomas Zimmermann
1
-4
/
+9
2020-11-24
drm/fb-helper: Call dirty helper after writing to fbdev
Thomas Zimmermann
1
-0
/
+3
2020-11-10
drm/fb_helper: Use min_t() to handle size_t and unsigned long
Geert Uytterhoeven
1
-2
/
+2
2020-11-09
drm/fb_helper: Support framebuffers in I/O memory
Thomas Zimmermann
1
-14
/
+206
2020-11-09
drm/gem: Store client buffer mappings as struct dma_buf_map
Thomas Zimmermann
1
-11
/
+21
2020-11-02
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-1
/
+1
2020-10-08
drm/fb-helper: Add locking to sysrq handling
Daniel Vetter
1
-21
/
+5
2020-10-02
tty/sysrq: Extend the sysrq_key_table to cover capital letters
Andrzej Pietrasiewicz
1
-1
/
+1
2020-08-11
Merge tag 'v5.8' into drm-next
Dave Airlie
1
-1
/
+5
2020-08-06
Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2020-07-27
drm/drm_fb_helper: fix fbdev with sparc64
Sam Ravnborg
1
-1
/
+5
2020-07-24
Merge v5.8-rc6 into drm-next
Dave Airlie
1
-14
/
+49
2020-07-10
drm: fb-helper: Convert logging to drm_* functions.
Suraj Upadhyay
1
-1
/
+1
2020-06-24
drm/fb-helper: Fix vt restore
Daniel Vetter
1
-14
/
+49
2020-06-07
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+2
2020-05-15
drm: constify sysrq_key_op
Emil Velikov
1
-2
/
+2
2020-04-08
drm/fb-helper: Remove return value from drm_fbdev_generic_setup()
Thomas Zimmermann
1
-11
/
+12
2020-03-27
drm/fb-helper: Add TODO for making drm_fb_helper_alloc_fbi fill apertures
Hans de Goede
1
-0
/
+8
2020-03-06
drm: Remove unused arg from drm_fb_helper_init
Pankaj Bharadiya
1
-4
/
+2
2020-02-17
Merge v5.6-rc2 into drm-misc-next
Maxime Ripard
1
-2
/
+9
2020-02-11
drm/client: Rename _force to _locked
Daniel Vetter
1
-2
/
+2
2020-02-11
drm/fbdev-helper: don't force restores
Daniel Vetter
1
-11
/
+1
2020-01-20
Backmerge v5.5-rc7 into drm-next
Dave Airlie
1
-1
/
+6
2020-01-09
Merge drm/drm-next into drm-intel-next-queued
Jani Nikula
1
-173
/
+29
2020-01-07
drm/fb-helper: Round up bits_per_pixel if possible
Geert Uytterhoeven
1
-1
/
+6
2019-12-30
drm: Handle connector tile support only for modes that match tile size
Manasi Navare
1
-1
/
+3
2019-12-19
drm/fb-helper: convert to drm device based logging
Jani Nikula
1
-16
/
+20
2019-12-05
drm: constify fb ops across all drivers
Jani Nikula
1
-1
/
+1
2019-12-03
drm/fb-helper: don't preserve fb_ops across deferred IO use
Jani Nikula
1
-22
/
+3
2019-11-19
drm/fb-helper: Remove drm_fb_helper_unlink_fbi()
Thomas Zimmermann
1
-15
/
+1
2019-11-13
drm/fb-helper: unexport drm_fb_helper_generic_probe
Daniel Vetter
1
-11
/
+3
2019-11-07
drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()
Thomas Zimmermann
1
-108
/
+1
2019-10-28
drm/fb-helper: Remove drm_fb_helper_defio_init() and update docs
Thomas Zimmermann
1
-48
/
+13
2019-09-30
drm/fb-helper: Include prototype for drm_fb_helper_modinit()
Ville Syrjälä
1
-0
/
+1
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
[next]