summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms/vkms_composer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vkms: Avoid reading beyond LUT arrayHarry Wentland2024-01-021-4/+10
* Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"Maíra Canal2023-09-141-7/+2
* drm/vkms: Fix race-condition between the hrtimer and the atomic commitMaíra Canal2023-07-271-2/+7
* drm/vkms: Add support to 1D gamma LUTArthur Grillo2023-07-271-0/+86
* drm/vkms: Isolate writeback pixel conversion functionsMaíra Canal2023-06-241-2/+2
* drm/vkms: Fix all kernel-doc warnings of the vkms_composer fileMaíra Canal2023-06-191-2/+4
* drm/vkms: add rotate-270 propertyMaíra Canal2023-05-081-1/+4
* drm/vkms: add rotate-90 propertyMaíra Canal2023-05-081-5/+16
* drm/vkms: add reflect-y and rotate-180 propertyMaíra Canal2023-05-081-3/+13
* drm/vkms: add rotate-0 and reflect-x propertyMaíra Canal2023-05-081-1/+1
* drm/vkms: isolate pixel conversion functionalityMaíra Canal2023-04-241-2/+2
* drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente2022-09-051-31/+28
* drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente2022-09-051-178/+144
* drm: vkms: get the reference to `drm_framebuffer` instead if coping itIgor Torrente2022-09-051-2/+2
* drm: vkms: Rename `vkms_composer` to `vkms_frame_info`Igor Torrente2022-09-051-43/+44
* drm: vkms: Alloc the compose frame using vzallocIgor Torrente2022-06-121-3/+3
* drm/vkms: check plane_composer->map[0] before using itTales Lelo da Aparecida2022-06-121-1/+1
* drm/vkms: Update vkms_composer_worker documentationAndré Almeida2022-05-251-1/+1
* dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-071-2/+2
* drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann2021-08-081-1/+1
* drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann2021-08-021-1/+1
* drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann2021-07-131-13/+11
* drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann2021-07-131-1/+1
* drm/vkms: add overlay supportMelissa Wen2021-04-291-10/+17
* drm/vkms: add XRGB planes compositionMelissa Wen2021-04-291-12/+44
* drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen2021-04-291-15/+16
* drm/vkms: Switch to shmem helpersDaniel Vetter2020-10-151-8/+9
* drm/vkms: Add support for writebackRodrigo Siqueira2020-09-071-5/+16
* drm/vkms: Compute CRC without change input dataRodrigo Siqueira2020-09-071-12/+22
* drm/vkms: Decouple crc operations from composerRodrigo Siqueira2020-09-071-20/+29
* drm/vkms: add alpha-premultiplied color blendingMelissa Wen2020-08-301-16/+39
* drm/vkms: guarantee vblank when capturing crcMelissa Wen2020-08-101-3/+17
* drm/vkms: fix xrgb on compute crcMelissa Wen2020-08-021-1/+1
* drm/vkms: Fix typo and preposion in function documentationGabriela Bittencourt2019-12-051-4/+4
* drm/vkms: drop use of drmP.hSam Ravnborg2019-07-151-1/+4
* drm/vkms: Rename vkms_crc.c into vkms_composer.cRodrigo Siqueira2019-07-121-0/+246