aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms/vkms_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann1-1/+1
2021-07-13drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann1-0/+3
2021-07-13drm/vkms: Let shadow-plane helpers prepare the plane's FBThomas Zimmermann1-37/+1
2021-07-13drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann1-8/+8
2021-04-29drm/vkms: add overlay supportMelissa Wen1-3/+12
2021-04-29drm/vkms: add XRGB planes compositionMelissa Wen1-3/+4
2021-04-29drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen1-18/+11
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-1/+1
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-5/+6
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-5/+6
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-1/+2
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-5/+10
2020-10-15drm/vkms: Switch to shmem helpersDaniel Vetter1-5/+8
2020-01-28drm/vkms: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-07-15drm/vkms: drop use of drmP.hSam Ravnborg1-2/+4
2019-07-12drm/vkms: Rename vkms_crc.c into vkms_composer.cRodrigo Siqueira1-18/+18
2019-07-12drm/vkms: Avoid assigning 0 for possible_crtcRodrigo Siqueira1-2/+2
2019-06-18drm/vkms: Move format arrays to vkms_plane.cDaniel Vetter1-0/+8
2019-02-10drm/vkms: Fix license inconsistentRodrigo Siqueira1-7/+1
2018-12-04drm/vkms: Remove set but not used variable 'vkms_obj'YueHaibing1-2/+0
2018-11-29drm/vkms: Fix plane duplicate_stateDaniel Vetter1-2/+5
2018-09-11drm/vkms: Compute CRC with Cursor PlaneHaneen Mohammed1-2/+8
2018-09-11drm/vkms: Add cursor plane supportHaneen Mohammed1-10/+23
2018-08-03drm/vkms: Implement CRC debugfs APIHaneen Mohammed1-0/+30
2018-08-03drm/vkms: Subclass plane stateHaneen Mohammed1-3/+44
2018-07-30drm/vkms: Add atomic_helper_check_plane_stateHaneen Mohammed1-0/+29
2018-07-30drm/vkms: map/unmap buffers in [prepare/cleanup]_fb hooksHaneen Mohammed1-0/+34
2018-07-12drm/vkms: Add framebuffer and plane helpersRodrigo Siqueira1-0/+11
2018-07-05drm/vkms: Add basic CRTC initializationRodrigo Siqueira1-0/+46