summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_gem_atomic_helper.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-19drm/atomic-helper: fix parameter order in drm_format_conv_state_copy() callLucas Stach1-2/+2
2023-11-14drm/atomic-helper: Add format-conversion state to shadow-plane stateThomas Zimmermann1-0/+9
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann1-30/+1
2022-11-08drm/gem: Implement shadow-plane {begin, end}_fb_access with vmapThomas Zimmermann1-26/+21
2022-11-08drm/atomic-helper: Add {begin,end}_fb_access to plane helpersThomas Zimmermann1-10/+9
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-19drm/gem: Ignore color planes that are unused by framebuffer formatThomas Zimmermann1-2/+4
2022-05-02drm: handle kernel fences in drm_gem_plane_helper_prepare_fb v2Christian König1-17/+56
2022-04-07dma-buf: add enum dma_resv_usage v4Christian König1-1/+1
2022-04-03drm/atomic-helper: support more than one write fence in drm_gem_plane_helper_...Christian König1-11/+7
2021-10-25drm: use new iterator in drm_gem_plane_helper_prepare_fb v3Christian König1-2/+12
2021-08-08drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann1-1/+1
2021-08-02drm/gem: Provide drm_gem_fb_{vmap,vunmap}()Thomas Zimmermann1-33/+2
2021-08-02drm: Fix typo in commentsCai Huoqing1-2/+2
2021-07-13drm/gem: Export implementation of shadow-plane helpersThomas Zimmermann1-3/+52
2021-06-24drm/atomic-helper: make drm_gem_plane_helper_prepare_fb the defaultDaniel Vetter1-0/+3
2021-06-06dma-buf: rename dma_resv_get_excl_rcu to _unlockedChristian König1-1/+1
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-4/+92
2021-02-09drm/gem: Export helpers for shadow-buffered planesThomas Zimmermann1-6/+142
2021-02-08drm: Add additional atomic helpers for shadow-buffered planesThomas Zimmermann1-0/+208