summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vkms/vkms_writeback.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08drm/vkms: move wb's atomic_check from encoder to connectorDmitry Baryshkov1-11/+15
2023-12-08drm/atomic-helper: rename drm_atomic_helper_check_wb_encoder_stateDmitry Baryshkov1-1/+2
2023-06-25drm/vkms: Isolate writeback pixel conversion functionsMaíra Canal1-1/+1
2023-06-25drm/vkms: Enable ARGB8888 support for writebackMaíra Canal1-0/+1
2023-06-25drm/vkms: Reduce critical sectionMaíra Canal1-2/+4
2022-09-06drm: vkms: Add support to the RGB565 formatIgor Torrente1-1/+2
2022-09-06drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente1-0/+2
2022-09-06drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente1-0/+4
2022-09-06drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente1-0/+3
2022-09-06drm: vkms: Add fb information to `vkms_writeback_job`Igor Torrente1-3/+17
2022-09-06drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente1-5/+4
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar1-2/+2
2022-02-08dma-buf-map: Rename to iosys-mapLucas De Marchi1-1/+1
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann1-1/+1
2021-08-08drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann1-1/+1
2021-08-02drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann1-12/+16
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus1-5/+2
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard1-2/+5
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-8/+14
2020-10-16drm/vkms: Switch to shmem helpersDaniel Vetter1-9/+8
2020-09-08drm/vkms: Add support for writebackRodrigo Siqueira1-0/+142