aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson/meson_overlay.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-1/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+2
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-3/+3
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-4/+6
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-4/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-07drm/meson: overlay: fix build failureNeil Armstrong1-2/+4
2020-07-03drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory layoutNeil Armstrong1-18/+35
2020-07-03drm/meson: overlay: setup overlay for Amlogic FBC Memory Saving modeNeil Armstrong1-2/+23
2020-07-03drm/meson: overlay: setup overlay for Amlogic FBCNeil Armstrong1-8/+243
2019-08-22drm: meson: use match data to detect vpu compatibilityJulien Masson1-1/+1
2019-07-17drm/meson: drop use of drmP.hSam Ravnborg1-8/+5
2019-06-07drm/meson: Add zpos immutable property to planesNeil Armstrong1-0/+3
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightMaxime Ripard1-6/+6
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard1-1/+1
2019-04-09drm/meson: Add G12A Support for the Overlay video planeNeil Armstrong1-2/+8
2019-03-20drm/meson: exclusively use the canvas provider moduleMaxime Jourdan1-8/+0
2018-11-21drm/meson: Add implicit fencing support for primary and overlay planesKoen Kooi1-0/+2
2018-11-13drm/meson: Support Overlay plane for video renderingNeil Armstrong1-0/+586