summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_framebuffer.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-23drm: Warn when freeing a framebuffer that's still on a listVille Syrjälä1-1/+4
2023-12-07drm/framebuffer: Fix use of uninitialized variableTomi Valkeinen1-1/+1
2023-10-27drm: introduce CLOSEFB IOCTLSimon Ser1-0/+22
2023-10-27drm: extract closefb logic in separate functionSimon Ser1-22/+31
2023-10-12drm: Replace drm_framebuffer plane size functions with its equivalentsCarlos Eduardo Gallo Filho1-60/+4
2023-09-01drm/debugfs: rework debugfs directory creation v5Christian König1-2/+2
2022-12-22drm: use new debugfs device-centered functions on DRM core filesMaíra Canal1-6/+5
2022-09-28drm/framebuffer: convert to drm_dbg_kms()Simon Ser1-33/+33
2022-07-19drm:remove rebundant word "in" in commentsshaomin Deng1-1/+1
2022-07-09drm/framebuffer: Use actual bpp for DRM_IOCTL_MODE_GETFBGeert Uytterhoeven1-1/+1
2022-01-31drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki1-3/+3
2021-10-04Revert "drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()"Sean Paul1-4/+2
2021-10-01drm: cleanup: drm_modeset_lock_all() --> DRM_MODESET_LOCK_ALL_BEGIN()Fernando Ramos1-2/+4
2021-08-02drm: Fix typo in commentsCai Huoqing1-1/+1
2021-07-27drm: add logging for RMFB ioctlSimon Ser1-1/+21
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-8/+3
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-09-09gpu/drm: cleanup coding style a bitBernard Zhao1-5/+4
2020-07-02drm : Insert blank lines after declarations.Suraj Upadhyay1-0/+1
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-3/+1
2020-03-18drm: make various debugfs_init() functions return 0Wambui Karuga1-3/+5
2020-01-14drm: Add getfb2 ioctlDaniel Stone1-0/+122
2019-07-22drm: silence variable 'conn' set but not usedQian Cai1-1/+1
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-4/+9
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper1-1/+1
2019-01-14drm: move EXPORT_SYMBOL_FOR_TESTS_ONLY to drm_util.hSam Ravnborg1-0/+1
2018-11-02drm: Add macro to export functions only when CONFIG_DRM_DEBUG_SELFTEST is ena...Alexandru Gheorghe1-0/+1
2018-11-02drm: Extend framebuffer_check to handle formats with cpp/char_per_block 0Alexandru Gheorghe1-1/+7
2018-11-02drm/fourcc: Add char_per_block, block_w and block_h in drm_format_infoAlexandru Gheorghe1-3/+3
2018-09-25drm: move quirk_addfb_prefer_xbgr_30bpp handling to drm_driver_legacy_fb_form...Gerd Hoffmann1-4/+0
2018-09-25drm: move native byte order quirk to new drm_driver_legacy_fb_format functionGerd Hoffmann1-12/+1
2018-09-14drm: Differentiate the lack of an interface from invalid parameterChris Wilson1-5/+8
2018-09-10drm: refuse ADDFB2 ioctl for broken bigendian driversGerd Hoffmann1-0/+24
2018-09-09drm: extract drm_atomic_uapi.cDaniel Vetter1-0/+1
2018-09-06drm: Reject unknown legacy bpp and depth for drm_mode_addfb ioctlChris Wilson1-1/+6
2018-09-06drm: fix drm_mode_addfb() on big endian machines.Gerd Hoffmann1-0/+11
2018-09-06drm: do not mask out DRM_FORMAT_BIG_ENDIANGerd Hoffmann1-1/+1
2018-09-06drm: replace DRIVER_PREFER_XBGR_30BPP driver flag with mode_config quirkGerd Hoffmann1-2/+2
2018-07-02drm: Add drm_plane_mask()Ville Syrjälä1-1/+1
2018-06-25drm: Make ioctls available for in-kernel clientsNoralf Trønnes1-15/+27
2018-06-11drm: Stop updating plane->crtc/fb/old_fb on atomic driversVille Syrjälä1-5/+0
2018-05-03drm: remove all control node codeDaniel Vetter1-2/+1
2018-03-30drm: Reshuffle getfb error returnsDaniel Stone1-16/+18
2018-03-28Backmerge tag 'v4.16-rc7' into drm-nextDave Airlie1-0/+11
2018-03-21drm: Reject getfb for multi-plane framebuffersDaniel Stone1-0/+7
2018-03-12drm: Fix some coding style issuesVille Syrjälä1-2/+3
2018-02-23drm/nouveau: prefer XBGR2101010 for addfb ioctlIlia Mirkin1-0/+4
2017-12-20drm/framebuffer: Print task that allocated the fb in debug info.Maarten Lankhorst1-0/+2
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-4/+6
2017-11-11drm/framebuffer: Add framebuffer debugfs fileNoralf Trønnes1-0/+59