summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_framebuffer.c
AgeCommit message (Expand)AuthorLines
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-13/+14
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä-1/+1
2025-07-16drm: Look up the format info earlierVille Syrjälä-12/+13
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä-1/+1
2025-07-09drm/framebuffer: Acquire internal references on GEM handlesThomas Zimmermann-2/+29
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-11-05drm: replace strcpy() with strscpy()Yafang Shao-1/+1
2024-09-11drm/tests: Add test for drm_framebuffer_init()Carlos Eduardo Gallo Filho-0/+1
2024-09-11drm/tests: Add test for drm_framebuffer_check_src_coords()Carlos Eduardo Gallo Filho-0/+1
2023-12-23drm: Warn when freeing a framebuffer that's still on a listVille Syrjälä-1/+4
2023-12-07drm/framebuffer: Fix use of uninitialized variableTomi Valkeinen-1/+1
2023-10-27drm: introduce CLOSEFB IOCTLSimon Ser-0/+22
2023-10-27drm: extract closefb logic in separate functionSimon Ser-22/+31
2023-10-12drm: Replace drm_framebuffer plane size functions with its equivalentsCarlos Eduardo Gallo Filho-60/+4
2023-09-01drm/debugfs: rework debugfs directory creation v5Christian König-2/+2
2022-12-22drm: use new debugfs device-centered functions on DRM core filesMaíra Canal-6/+5
2022-09-28drm/framebuffer: convert to drm_dbg_kms()Simon Ser-33/+33
2022-07-19drm:remove rebundant word "in" in commentsshaomin Deng-1/+1
2022-07-09drm/framebuffer: Use actual bpp for DRM_IOCTL_MODE_GETFBGeert Uytterhoeven-1/+1
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki-3/+3
2021-10-04Revert "drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul-4/+2
2021-10-01drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos-2/+4
2021-08-02drm: Fix typo in commentsCai Huoqing-1/+1
2021-07-27drm: add logging for RMFB ioctlSimon Ser-1/+21
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus-8/+3
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-09-09gpu/drm: cleanup coding style a bitBernard Zhao-5/+4
2020-07-02drm : Insert blank lines after declarations.Suraj Upadhyay-0/+1
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga-3/+1
2020-03-18drm: make various debugfs_init() functions return 0Wambui Karuga-3/+5
2020-01-14drm: Add getfb2 ioctlDaniel Stone-0/+122
2019-07-22drm: silence variable 'conn' set but not usedQian Cai-1/+1
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg-4/+9
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper-1/+1
2019-01-14drm: move EXPORT_SYMBOL_FOR_TESTS_ONLY to drm_util.hSam Ravnborg-0/+1
2018-11-02drm: Add macro to export functions only when CONFIG_DRM_DEBUG_SELFTEST is ena...Alexandru Gheorghe-0/+1
2018-11-02drm: Extend framebuffer_check to handle formats with cpp/char_per_block 0Alexandru Gheorghe-1/+7
2018-11-02drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe-3/+3
2018-09-25drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...Gerd Hoffmann-4/+0
2018-09-25drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGerd Hoffmann-12/+1
2018-09-14drm: Differentiate the lack of an interface from invalid parameterChris Wilson-5/+8
2018-09-10drm: refuse ADDFB2 ioctl for broken bigendian driversGerd Hoffmann-0/+24
2018-09-09drm: extract drm_atomic_uapi.cDaniel Vetter-0/+1
2018-09-06drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlChris Wilson-1/+6
2018-09-06drm: fix drm_mode_addfb() on big endian machines.Gerd Hoffmann-0/+11
2018-09-06drm: do not mask out DRM_FORMAT_BIG_ENDIANGerd Hoffmann-1/+1
2018-09-06drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirkGerd Hoffmann-2/+2
2018-07-02drm: Add drm_plane_mask()Ville Syrjälä-1/+1
2018-06-25drm: Make ioctls available for in-kernel clientsNoralf Trønnes-15/+27
2018-06-11drm: Stop updating plane->crtc/fb/old_fb on atomic driversVille Syrjälä-5/+0