summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms/vkms_writeback.c
AgeCommit message (Expand)AuthorLines
2022-09-05drm: vkms: Add support to the RGB565 formatIgor Torrente-1/+2
2022-09-05drm: vkms: Adds XRGB_16161616 and ARGB_1616161616 formatsIgor Torrente-0/+2
2022-09-05drm: vkms: Supports to the case where primary plane doesn't match the CRTCIgor Torrente-0/+4
2022-09-05drm: vkms: Refactor the plane composer to accept new formatsIgor Torrente-0/+3
2022-09-05drm: vkms: Add fb information to `vkms_writeback_job`Igor Torrente-3/+17
2022-09-05drm: drm_atomic_helper: Add a new helper to deal with the writeback connector...Igor Torrente-5/+4
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä-0/+1
2022-05-02drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar-2/+2
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-1/+1
2021-08-08drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann-1/+1
2021-08-08drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann-1/+1
2021-08-02drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann-12/+16
2021-02-17drm: Switch to %p4cc format modifierSakari Ailus-5/+2
2020-11-20drm: Pass the full state to connectors atomic functionsMaxime Ripard-2/+5
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann-8/+14
2020-10-15drm/vkms: Switch to shmem helpersDaniel Vetter-9/+8
2020-09-07drm/vkms: Add support for writebackRodrigo Siqueira-0/+142