summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vkms/vkms_plane.c
AgeCommit message (Expand)Author
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann
2021-07-13drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann
2021-07-13drm/vkms: Let shadow-plane helpers prepare the plane's FBThomas Zimmermann
2021-07-13drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann
2021-04-29drm/vkms: add overlay supportMelissa Wen
2021-04-29drm/vkms: add XRGB planes compositionMelissa Wen
2021-04-29drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-10-15drm/vkms: Switch to shmem helpersDaniel Vetter
2020-01-28drm/vkms: plane_state->fb iff plane_state->crtcDaniel Vetter
2019-07-15drm/vkms: drop use of drmP.hSam Ravnborg
2019-07-12drm/vkms: Rename vkms_crc.c into vkms_composer.cRodrigo Siqueira
2019-07-12drm/vkms: Avoid assigning 0 for possible_crtcRodrigo Siqueira
2019-06-18drm/vkms: Move format arrays to vkms_plane.cDaniel Vetter
2019-02-10drm/vkms: Fix license inconsistentRodrigo Siqueira
2018-12-04drm/vkms: Remove set but not used variable 'vkms_obj'YueHaibing
2018-11-29drm/vkms: Fix plane duplicate_stateDaniel Vetter
2018-09-11drm/vkms: Compute CRC with Cursor PlaneHaneen Mohammed
2018-09-11drm/vkms: Add cursor plane supportHaneen Mohammed
2018-08-03drm/vkms: Implement CRC debugfs APIHaneen Mohammed
2018-08-03drm/vkms: Subclass plane stateHaneen Mohammed
2018-07-30drm/vkms: Add atomic_helper_check_plane_stateHaneen Mohammed
2018-07-30drm/vkms: map/unmap buffers in [prepare/cleanup]_fb hooksHaneen Mohammed
2018-07-12drm/vkms: Add framebuffer and plane helpersRodrigo Siqueira
2018-07-05drm/vkms: Add basic CRTC initializationRodrigo Siqueira