summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms/vkms_plane.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vkms: add rotate-270 propertyMaíra Canal2023-05-081-5/+2
* drm/vkms: add rotate-90 propertyMaíra Canal2023-05-081-0/+2
* drm/vkms: add reflect-y and rotate-180 propertyMaíra Canal2023-05-081-2/+5
* drm/vkms: add rotate-0 and reflect-x propertyMaíra Canal2023-05-081-0/+12
* drm/vkms: allow full alpha blending on all planesMaíra Canal2023-04-261-31/+3
* drm/vkms: isolate pixel conversion functionalityMaíra Canal2023-04-241-1/+1
* drm/vkms: allow the primary plane to be positionedMaíra Canal2023-04-061-5/+1
* drm/vkms: remove the need for the primary plane to be visibleMaíra Canal2023-04-061-4/+0
* drm/vkms: reintroduce prepare_fb and cleanup_fb functionsMaíra Canal2023-01-121-1/+35
* drm/vkms: fix variable dereferenced before check warningHarshit Mogalapalli2022-09-101-1/+2
* drm: vkms: Add support to the RGB565 formatIgor Torrente2022-09-051-2/+4
* drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente2022-09-051-1/+4
* drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente2022-09-051-0/+3
* drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente2022-09-051-5/+5
* drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente2022-09-051-19/+19
* drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann2022-07-261-2/+2
* drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann2022-07-261-1/+0
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-1/+1
* drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann2021-08-081-1/+1
* drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann2021-07-131-0/+3
* drm/vkms: Let shadow-plane helpers prepare the plane's FBThomas Zimmermann2021-07-131-37/+1
* drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann2021-07-131-8/+8
* drm/vkms: add overlay supportMelissa Wen2021-04-291-3/+12
* drm/vkms: add XRGB planes compositionMelissa Wen2021-04-291-3/+4
* drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen2021-04-291-18/+11
* 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-1/+1
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-5/+6
* 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-5/+6
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-1/+2
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-5/+10
* drm/vkms: Switch to shmem helpersDaniel Vetter2020-10-151-5/+8
* drm/vkms: plane_state->fb iff plane_state->crtcDaniel Vetter2020-01-281-1/+1
* drm/vkms: drop use of drmP.hSam Ravnborg2019-07-151-2/+4
* drm/vkms: Rename vkms_crc.c into vkms_composer.cRodrigo Siqueira2019-07-121-18/+18
* drm/vkms: Avoid assigning 0 for possible_crtcRodrigo Siqueira2019-07-121-2/+2
* drm/vkms: Move format arrays to vkms_plane.cDaniel Vetter2019-06-181-0/+8
* drm/vkms: Fix license inconsistentRodrigo Siqueira2019-02-101-7/+1
* drm/vkms: Remove set but not used variable 'vkms_obj'YueHaibing2018-12-041-2/+0
* drm/vkms: Fix plane duplicate_stateDaniel Vetter2018-11-291-2/+5
* drm/vkms: Compute CRC with Cursor PlaneHaneen Mohammed2018-09-111-2/+8
* drm/vkms: Add cursor plane supportHaneen Mohammed2018-09-111-10/+23
* drm/vkms: Implement CRC debugfs APIHaneen Mohammed2018-08-031-0/+30
* drm/vkms: Subclass plane stateHaneen Mohammed2018-08-031-3/+44
* drm/vkms: Add atomic_helper_check_plane_stateHaneen Mohammed2018-07-301-0/+29
* drm/vkms: map/unmap buffers in [prepare/cleanup]_fb hooksHaneen Mohammed2018-07-301-0/+34
* drm/vkms: Add framebuffer and plane helpersRodrigo Siqueira2018-07-121-0/+11
* drm/vkms: Add basic CRTC initializationRodrigo Siqueira2018-07-051-0/+46