index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_framebuffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-04
drm: Rename struct drm_atomic_state to drm_atomic_commit
Maxime Ripard
1
-4
/
+4
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-10-06
drm/framebuffer: Switch to drm_atomic_get_new_crtc_state()
Maxime Ripard
1
-1
/
+1
2025-07-30
Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-13
/
+14
2025-07-16
drm: Pass the format info to .fb_create()
Ville Syrjälä
1
-1
/
+1
2025-07-16
drm: Look up the format info earlier
Ville Syrjälä
1
-12
/
+13
2025-07-16
drm: Pass pixel_format+modifier directly to drm_get_format_info()
Ville Syrjälä
1
-1
/
+1
2025-07-09
drm/framebuffer: Acquire internal references on GEM handles
Thomas Zimmermann
1
-2
/
+29
2024-11-25
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-11-05
drm: replace strcpy() with strscpy()
Yafang Shao
1
-1
/
+1
2024-09-11
drm/tests: Add test for drm_framebuffer_init()
Carlos Eduardo Gallo Filho
1
-0
/
+1
2024-09-11
drm/tests: Add test for drm_framebuffer_check_src_coords()
Carlos Eduardo Gallo Filho
1
-0
/
+1
2023-12-23
drm: Warn when freeing a framebuffer that's still on a list
Ville Syrjälä
1
-1
/
+4
2023-12-07
drm/framebuffer: Fix use of uninitialized variable
Tomi Valkeinen
1
-1
/
+1
2023-10-27
drm: introduce CLOSEFB IOCTL
Simon Ser
1
-0
/
+22
2023-10-27
drm: extract closefb logic in separate function
Simon Ser
1
-22
/
+31
2023-10-12
drm: Replace drm_framebuffer plane size functions with its equivalents
Carlos Eduardo Gallo Filho
1
-60
/
+4
2023-09-01
drm/debugfs: rework debugfs directory creation v5
Christian König
1
-2
/
+2
2022-12-22
drm: use new debugfs device-centered functions on DRM core files
Maíra Canal
1
-6
/
+5
2022-09-28
drm/framebuffer: convert to drm_dbg_kms()
Simon Ser
1
-33
/
+33
2022-07-19
drm:remove rebundant word "in" in comments
shaomin Deng
1
-1
/
+1
2022-07-09
drm/framebuffer: Use actual bpp for DRM_IOCTL_MODE_GETFB
Geert Uytterhoeven
1
-1
/
+1
2022-01-31
drm: introduce fb_modifiers_not_supported flag in mode_config
Tomohito Esaki
1
-3
/
+3
2021-10-04
Revert "drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"
Sean Paul
1
-4
/
+2
2021-10-01
drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()
Fernando Ramos
1
-2
/
+4
2021-08-02
drm: Fix typo in comments
Cai Huoqing
1
-1
/
+1
2021-07-27
drm: add logging for RMFB ioctl
Simon Ser
1
-1
/
+21
2021-02-17
drm: Switch to %p4cc format modifier
Sakari Ailus
1
-8
/
+3
2020-11-16
drm: fix some kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-09-09
gpu/drm: cleanup coding style a bit
Bernard Zhao
1
-5
/
+4
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
1
-0
/
+1
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
1
-3
/
+1
2020-03-18
drm: make various debugfs_init() functions return 0
Wambui Karuga
1
-3
/
+5
2020-01-14
drm: Add getfb2 ioctl
Daniel Stone
1
-0
/
+122
2019-07-22
drm: silence variable 'conn' set but not used
Qian Cai
1
-1
/
+1
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-4
/
+9
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
1
-1
/
+1
2019-01-14
drm: move EXPORT_SYMBOL_FOR_TESTS_ONLY to drm_util.h
Sam Ravnborg
1
-0
/
+1
2018-11-02
drm: Add macro to export functions only when CONFIG_DRM_DEBUG_SELFTEST is ena...
Alexandru Gheorghe
1
-0
/
+1
2018-11-02
drm: Extend framebuffer_check to handle formats with cpp/char_per_block 0
Alexandru Gheorghe
1
-1
/
+7
2018-11-02
drm/fourcc: Add char_per_block, block_w and block_h in drm_format_info
Alexandru Gheorghe
1
-3
/
+3
2018-09-25
drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...
Gerd Hoffmann
1
-4
/
+0
2018-09-25
drm: move native byte order quirk to new drm_driver_legacy_fb_format function
Gerd Hoffmann
1
-12
/
+1
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
1
-5
/
+8
2018-09-10
drm: refuse ADDFB2 ioctl for broken bigendian drivers
Gerd Hoffmann
1
-0
/
+24
2018-09-09
drm: extract drm_atomic_uapi.c
Daniel Vetter
1
-0
/
+1
2018-09-06
drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctl
Chris Wilson
1
-1
/
+6
2018-09-06
drm: fix drm_mode_addfb() on big endian machines.
Gerd Hoffmann
1
-0
/
+11
2018-09-06
drm: do not mask out DRM_FORMAT_BIG_ENDIAN
Gerd Hoffmann
1
-1
/
+1
[next]