index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_fb_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/fb-helper: fix input validation gaps in check_var
Daniel Vetter
2023-04-05
1
-11
/
+38
*
drm/fb-helper: drop redundant pixclock check from drm_fb_helper_set_par()
Daniel Vetter
2023-04-05
1
-5
/
+0
*
drm/fb-helper: set x/yres_virtual in drm_fb_helper_check_var
Daniel Vetter
2023-04-05
1
-0
/
+3
*
drm/fb-helper: Consolidate CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM
Thomas Zimmermann
2023-03-22
1
-14
/
+8
*
drm/fb-helper: Support smem_len in deferred I/O
Thomas Zimmermann
2023-03-22
1
-2
/
+6
*
drm/fb-helper: Export drm_fb_helper_release_info()
Thomas Zimmermann
2023-03-22
1
-9
/
+24
*
drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()
Thomas Zimmermann
2023-02-21
1
-2
/
+0
*
Merge v6.2-rc6 into drm-next
Daniel Vetter
2023-01-31
1
-0
/
+8
|
\
|
*
drm/fb-helper: Set framebuffer for vga-switcheroo clients
Thomas Zimmermann
2023-01-18
1
-0
/
+7
|
*
Revert "drm/fb-helper: Perform damage handling in deferred-I/O helper"
Thomas Zimmermann
2022-11-23
1
-9
/
+3
|
*
Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...
Thomas Zimmermann
2022-11-23
1
-8
/
+1
|
*
Revert "drm/fb-helper: Remove damage worker"
Thomas Zimmermann
2022-11-23
1
-0
/
+9
*
|
drm/fb-helper: Initialize fb-helper's preferred BPP in prepare function
Thomas Zimmermann
2023-01-26
1
-4
/
+18
*
|
drm/fb-helper: Remove preferred_bpp parameter from fbdev internals
Thomas Zimmermann
2023-01-26
1
-14
/
+12
*
|
drm/fb-helper: Introduce drm_fb_helper_unprepare()
Thomas Zimmermann
2023-01-26
1
-1
/
+13
*
|
drm/fb-helper: Do not allocate unused apertures structure
Thomas Zimmermann
2023-01-13
1
-18
/
+2
*
|
drm/fb-helper: Replace bpp/depth parameter by color mode
Thomas Zimmermann
2023-01-06
1
-18
/
+24
*
|
drm/fb-helper: Fix single-probe color-format selection
Thomas Zimmermann
2023-01-03
1
-78
/
+94
*
|
drm/fh-helper: Split fbdev single-probe helper
Thomas Zimmermann
2023-01-03
1
-43
/
+73
*
|
Revert "drm/fb-helper: Perform damage handling in deferred-I/O helper"
Thomas Zimmermann
2022-11-20
1
-9
/
+3
*
|
Revert "drm/fb-helper: Schedule deferred-I/O worker after writing to framebuf...
Thomas Zimmermann
2022-11-20
1
-8
/
+1
*
|
Revert "drm/fb-helper: Remove damage worker"
Thomas Zimmermann
2022-11-20
1
-0
/
+9
|
/
*
drm/fb-helper: Remove damage worker
Thomas Zimmermann
2022-11-16
1
-9
/
+0
*
drm/fb-helper: Schedule deferred-I/O worker after writing to framebuffer
Thomas Zimmermann
2022-11-16
1
-1
/
+8
*
drm/fb-helper: Perform damage handling in deferred-I/O helper
Thomas Zimmermann
2022-11-16
1
-3
/
+9
*
drm/fb-helper: Remove test for fb_dirty callback from deferred-I/O helper
Thomas Zimmermann
2022-11-16
1
-9
/
+7
*
drm/fb-helper: Move dirty-fb update into helper function
Thomas Zimmermann
2022-11-16
1
-2
/
+8
*
drm/fb-helper: Set damage-clip area in helper
Thomas Zimmermann
2022-11-16
1
-2
/
+8
*
drm/fb-helper: Clarify use of last_close and output_poll_changed
Thomas Zimmermann
2022-11-05
1
-2
/
+4
*
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
2022-11-05
1
-496
/
+2
*
drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addresses
Thomas Zimmermann
2022-11-05
1
-3
/
+7
*
drm/fb-helper: Always initialize generic fbdev emulation
Thomas Zimmermann
2022-11-05
1
-8
/
+0
*
drm/fb_helper: Minimize damage-helper overhead
Thomas Zimmermann
2022-11-05
1
-30
/
+60
*
drm/fb-helper: Perform all fbdev I/O with the same implementation
Thomas Zimmermann
2022-11-05
1
-158
/
+225
*
drm/fb-helper: Call fb_sync in I/O functions
Thomas Zimmermann
2022-11-05
1
-0
/
+6
*
drm/fb-helper: Disconnect damage worker from update logic
Thomas Zimmermann
2022-11-05
1
-29
/
+46
*
drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix
Thomas Zimmermann
2022-11-05
1
-4
/
+4
*
drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix
Thomas Zimmermann
2022-11-05
1
-4
/
+4
*
drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper
Thomas Zimmermann
2022-11-05
1
-20
/
+20
*
drm/fb-helper: Add support for DRM_FORMAT_C[124]
Geert Uytterhoeven
2022-07-09
1
-26
/
+75
*
drm/fb-helper: Fix out-of-bounds access
Thomas Zimmermann
2022-06-27
1
-8
/
+19
*
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
fbdev: Rename pagelist to pagereflist for deferred I/O
Thomas Zimmermann
2022-05-03
1
-4
/
+3
*
fbdev: Track deferred-I/O pages in pageref struct
Thomas Zimmermann
2022-05-03
1
-3
/
+3
*
fbdev: Put mmap for deferred I/O into drivers
Thomas Zimmermann
2022-05-03
1
-1
/
+3
*
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-02-25
1
-18
/
+60
|
\
|
*
drm/fb-helper: Clip damage area horizontally
Thomas Zimmermann
2022-02-10
1
-0
/
+12
|
*
drm/fb-helper: Clip damage area to written memory range
Thomas Zimmermann
2022-02-10
1
-7
/
+21
|
*
drm/fb-helper: Calculate damaged area in separate helper
Thomas Zimmermann
2022-02-10
1
-6
/
+20
|
*
drm/fb-helper: Fix vertical damage clipping
Thomas Zimmermann
2022-02-10
1
-2
/
+1
[next]