summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/meson/meson_overlay.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-3/+3
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-2/+2
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-4/+4
* drm: Remove unnecessary include statements of drm_plane_helper.hThomas Zimmermann2022-07-261-1/+0
* drm: Drop drm_blend.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter2021-06-241-1/+0
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+2
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-3/+3
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-4/+6
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-4/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* drm/meson: overlay: fix build failureNeil Armstrong2020-07-071-2/+4
* drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory layoutNeil Armstrong2020-07-031-18/+35
* drm/meson: overlay: setup overlay for Amlogic FBC Memory Saving modeNeil Armstrong2020-07-031-2/+23
* drm/meson: overlay: setup overlay for Amlogic FBCNeil Armstrong2020-07-031-8/+243
* drm: meson: use match data to detect vpu compatibilityJulien Masson2019-08-221-1/+1
* drm/meson: drop use of drmP.hSam Ravnborg2019-07-171-8/+5
* drm/meson: Add zpos immutable property to planesNeil Armstrong2019-06-071-0/+3
* drm/fourcc: Pass the format_info pointer to drm_format_plane_width/heightMaxime Ripard2019-05-201-6/+6
* drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-201-1/+1
* drm/meson: Add G12A Support for the Overlay video planeNeil Armstrong2019-04-091-2/+8
* drm/meson: exclusively use the canvas provider moduleMaxime Jourdan2019-03-201-8/+0
* drm/meson: Add implicit fencing support for primary and overlay planesKoen Kooi2018-11-211-0/+2
* drm/meson: Support Overlay plane for video renderingNeil Armstrong2018-11-131-0/+586