summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vkms/vkms_composer.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-08drm/vkms: add rotate-270 propertyMaíra Canal1-1/+4
2023-05-08drm/vkms: add rotate-90 propertyMaíra Canal1-5/+16
2023-05-08drm/vkms: add reflect-y and rotate-180 propertyMaíra Canal1-3/+13
2023-05-08drm/vkms: add rotate-0 and reflect-x propertyMaíra Canal1-1/+1
2023-04-24drm/vkms: isolate pixel conversion functionalityMaíra Canal1-2/+2
2022-09-06drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente1-31/+28
2022-09-06drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente1-178/+144
2022-09-06drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente1-2/+2
2022-09-06drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente1-43/+44
2022-06-13drm: vkms: Alloc the compose frame using vzallocIgor Torrente1-3/+3
2022-06-13drm/vkms: check plane_composer->map[0] before using itTales Lelo da Aparecida1-1/+1
2022-05-25drm/vkms: Update vkms_composer_worker documentationAndré Almeida1-1/+1
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi1-2/+2
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann1-1/+1
2021-08-02drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann1-1/+1
2021-07-13drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann1-13/+11
2021-07-13drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann1-1/+1
2021-04-30drm/vkms: add overlay supportMelissa Wen1-10/+17
2021-04-30drm/vkms: add XRGB planes compositionMelissa Wen1-12/+44
2021-04-30drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen1-15/+16
2020-10-16drm/vkms: Switch to shmem helpersDaniel Vetter1-8/+9
2020-09-08drm/vkms: Add support for writebackRodrigo Siqueira1-5/+16
2020-09-08drm/vkms: Compute CRC without change input dataRodrigo Siqueira1-12/+22
2020-09-08drm/vkms: Decouple crc operations from composerRodrigo Siqueira1-20/+29
2020-08-30drm/vkms: add alpha-premultiplied color blendingMelissa Wen1-16/+39
2020-08-10drm/vkms: guarantee vblank when capturing crcMelissa Wen1-3/+17
2020-08-02drm/vkms: fix xrgb on compute crcMelissa Wen1-1/+1
2019-12-06drm/vkms: Fix typo and preposion in function documentationGabriela Bittencourt1-4/+4
2019-07-15drm/vkms: drop use of drmP.hSam Ravnborg1-1/+4
2019-07-12drm/vkms: Rename vkms_crc.c into vkms_composer.cRodrigo Siqueira1-0/+246