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
2022-11-16
drm/fb-helper: Remove test for fb_dirty callback from deferred-I/O helper
Thomas Zimmermann
1
-9
/
+7
2022-11-16
drm/fb-helper: Move dirty-fb update into helper function
Thomas Zimmermann
1
-2
/
+8
2022-11-16
drm/fb-helper: Set damage-clip area in helper
Thomas Zimmermann
1
-2
/
+8
2022-11-05
drm/fb-helper: Clarify use of last_close and output_poll_changed
Thomas Zimmermann
1
-2
/
+4
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-496
/
+2
2022-11-05
drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addresses
Thomas Zimmermann
1
-3
/
+7
2022-11-05
drm/fb-helper: Always initialize generic fbdev emulation
Thomas Zimmermann
1
-8
/
+0
2022-11-05
drm/fb_helper: Minimize damage-helper overhead
Thomas Zimmermann
1
-30
/
+60
2022-11-05
drm/fb-helper: Perform all fbdev I/O with the same implementation
Thomas Zimmermann
1
-158
/
+225
2022-11-05
drm/fb-helper: Call fb_sync in I/O functions
Thomas Zimmermann
1
-0
/
+6
2022-11-05
drm/fb-helper: Disconnect damage worker from update logic
Thomas Zimmermann
1
-29
/
+46
2022-11-05
drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix
Thomas Zimmermann
1
-4
/
+4
2022-11-05
drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
Thomas Zimmermann
1
-4
/
+4
2022-11-05
drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
Thomas Zimmermann
1
-20
/
+20
2022-07-09
drm/fb-helper: Add support for DRM_FORMAT_C[124]
Geert Uytterhoeven
1
-26
/
+75
2022-06-27
drm/fb-helper: Fix out-of-bounds access
Thomas Zimmermann
1
-8
/
+19
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-05-03
fbdev: Rename pagelist to pagereflist for deferred I/O
Thomas Zimmermann
1
-4
/
+3
2022-05-03
fbdev: Track deferred-I/O pages in pageref struct
Thomas Zimmermann
1
-3
/
+3
2022-05-03
fbdev: Put mmap for deferred I/O into drivers
Thomas Zimmermann
1
-1
/
+3
2022-02-24
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-18
/
+60
2022-02-20
iosys-map: Add offset to iosys_map_memcpy_to()
Lucas De Marchi
1
-1
/
+1
2022-02-10
drm/fb-helper: Clip damage area horizontally
Thomas Zimmermann
1
-0
/
+12
2022-02-10
drm/fb-helper: Clip damage area to written memory range
Thomas Zimmermann
1
-7
/
+21
2022-02-10
drm/fb-helper: Calculate damaged area in separate helper
Thomas Zimmermann
1
-6
/
+20
2022-02-10
drm/fb-helper: Fix vertical damage clipping
Thomas Zimmermann
1
-2
/
+1
2022-02-10
drm/fb-helper: Fix clip rectangle height
Thomas Zimmermann
1
-1
/
+1
2022-02-08
dma-buf-map: Rename to iosys-map
Lucas De Marchi
1
-6
/
+6
2022-02-07
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
1
-1
/
+7
2022-02-02
drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB
Thomas Zimmermann
1
-3
/
+6
2022-01-10
Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+1
2021-12-09
Revert "drm/fb-helper: improve DRM fbdev emulation device names"
Javier Martinez Canillas
1
-1
/
+7
2021-11-18
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-0
/
+6
2021-11-11
drm/fb-helper: Allocate shadow buffer of surface height
Thomas Zimmermann
1
-1
/
+1
2021-10-15
drm/fbdev: Clamp fbdev surface size if too large
Thomas Zimmermann
1
-0
/
+6
2021-10-04
Revert "drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"
Sean Paul
1
-6
/
+4
2021-10-01
drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-4
/
+6
2021-08-02
drm: Fix typo in comments
Cai Huoqing
1
-1
/
+1
2021-05-26
drm/fb-helper: improve DRM fbdev emulation device names
Javier Martinez Canillas
1
-1
/
+1
2021-03-11
drm/fb-helper: only unmap if buffer not null
Tong Zhang
1
-1
/
+1
2021-02-23
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-21
/
+0
2021-02-08
drm: remove drm_fb_helper_modinit
Christoph Hellwig
1
-21
/
+0
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
[prev]
[next]