summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/msm/msm_fb.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-31drm/msm: Make msm_framebuffer_init() an internal interface againThomas Zimmermann1-4/+4
2026-07-31drm/msm: fbdev: Inline msm_alloc_stolen_fb()Thomas Zimmermann1-46/+0
2026-07-31drm/msm: Do not declare msm_framebuffer_init() as staticThomas Zimmermann1-37/+35
2026-07-29drm/msm/gem: Set resv before exposing objRob Clark1-2/+2
2026-04-03Merge tag 'drm-msm-next-2026-04-02' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-1/+6
2026-03-31drm/msm: Reject fb creation from _NO_SHARE objsRob Clark1-1/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-07-16drm/msm: Pass along the format info from .fb_create() to drm_helper_mode_fill...Ville Syrjälä1-6/+8
2025-07-16drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...Ville Syrjälä1-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä1-4/+2
2025-07-16drm: Pass pixel_format+modifier directly to drm_get_format_info()Ville Syrjälä1-2/+4
2025-07-04drm/msm: Defer VMA unmap for fb unpinsRob Clark1-1/+4
2025-07-04drm/msm: Use drm_gpuvm types moreRob Clark1-2/+2
2025-07-04drm/msm: Refcount framebuffer pinsRob Clark1-4/+7
2025-07-04drm/msm: Stop passing vm to msm_framebufferRob Clark1-8/+7
2025-07-04drm/msm: Rename msm_gem_address_space -> msm_gem_vmRob Clark1-5/+5
2024-04-23drm/msm: drop msm_kms_funcs::get_format() callbackDmitry Baryshkov1-1/+1
2024-04-22drm/msm: convert all pixel format logging to use %p4ccJani Nikula1-5/+5
2024-03-29drm/msm: Add newlines to some debug printsStephen Boyd1-3/+3
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-18drm/msm: Fix fb plane offset calculationRob Clark1-1/+1
2022-04-21drm/msm: Drop msm_gem_iova()Rob Clark1-6/+14
2022-03-06drm/msm: Fix dirtyfb refcountingRob Clark1-1/+3
2022-02-25drm/msm: Avoid dirtyfb stalls on video mode displays (v2)Rob Clark1-7/+34
2021-06-23drm/msm: Move FB debug prints to drm_dbg_state()Stephen Boyd1-4/+4
2021-04-07drm/msm: Improved debugfs gem statsRob Clark1-1/+2
2020-05-19drm/msm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-2/+2
2019-09-03drm/msm: drop use of drmP.hSam Ravnborg1-0/+2
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-9/+11
2019-06-28Merge tag 'drm-msm-next-2019-06-25' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie1-0/+2
2019-06-25drm/msm: add dirty framebuffer helperBrian Masney1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard1-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard1-1/+1
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard1-6/+2
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard1-2/+6
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-12-11drm/msm: Add a name field for gem objectsJordan Crouse1-0/+2
2018-12-11drm/msm: Count how many times iova memory is pinnedJordan Crouse1-1/+1
2018-12-11drm/msm: Add msm_gem_get_and_pin_iova()Jordan Crouse1-1/+1
2018-12-11drm: msm: Use DRM_DEV_* instead of dev_*Mamta Shukla1-4/+4
2018-05-18drm/msm: Move GEM BOs to drm_framebufferDaniel Stone1-43/+11
2018-04-19drm/msm: Add modifier to mdp_get_format argumentsJeykumar Sankaran1-1/+2
2018-02-20drm/msm: Replace gem_object deprecated functionsSteve Kowalik1-3/+3
2017-08-22drm/msm: make msm_framebuffer_init() staticRob Clark1-1/+3
2017-08-22drm/msm: add helper to allocate stolen fbRob Clark1-0/+41
2017-06-16drm/msm: pass address-space to _get_iova() and friendsRob Clark1-6/+9
2017-05-17drm/msm: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-3/+3
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1