aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms/vkms_composer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente1-31/+28
2022-09-05drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente1-178/+144
2022-09-05drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente1-2/+2
2022-09-05drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente1-43/+44
2022-06-12drm: vkms: Alloc the compose frame using vzallocIgor Torrente1-3/+3
2022-06-12drm/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-07dma-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-29drm/vkms: add overlay supportMelissa Wen1-10/+17
2021-04-29drm/vkms: add XRGB planes compositionMelissa Wen1-12/+44
2021-04-29drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen1-15/+16
2020-10-15drm/vkms: Switch to shmem helpersDaniel Vetter1-8/+9
2020-09-07drm/vkms: Add support for writebackRodrigo Siqueira1-5/+16
2020-09-07drm/vkms: Compute CRC without change input dataRodrigo Siqueira1-12/+22
2020-09-07drm/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-05drm/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