summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vkms
Commit message (Expand)AuthorAgeFilesLines
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-202-0/+2
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-06-201-2/+2
|\
| * Merge tag 'drm-misc-next-2022-06-08' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2022-06-151-1/+1
| |\
| * | drm: allow passing possible_crtcs to drm_writeback_connector_init()Abhinav Kumar2022-05-021-2/+2
* | | 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
|/
* Merge tag 'drm-intel-next-2022-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-02-114-7/+7
|\
| * dma-buf-map: Rename to iosys-mapLucas De Marchi2022-02-074-7/+7
* | drm/vkms: add support for multiple overlay planesJosé Expósito2022-01-092-3/+8
* | drm/vkms: refactor overlay plane creationJosé Expósito2022-01-091-7/+19
|/
* drm/vkms: Use offset-adjusted shadow-plane mappings and outputThomas Zimmermann2021-08-084-3/+4
* drm/gem: Provide offset-adjusted framebuffer BO mappingsThomas Zimmermann2021-08-081-1/+1
* drm/vkms: Map output framebuffer BOs with drm_gem_fb_vmap()Thomas Zimmermann2021-08-023-14/+22
* drm/vkms: Use dma-buf mapping from shadow-plane state for composingThomas Zimmermann2021-07-133-13/+15
* drm/vkms: Let shadow-plane helpers prepare the plane's FBThomas Zimmermann2021-07-131-37/+1
* drm/vkms: Inherit plane state from struct drm_shadow_plane_stateThomas Zimmermann2021-07-133-11/+12
* drm/vkms: Create a debugfs file to get vkms config dataBeatriz Martins de Carvalho2021-07-081-0/+28
* drm/vkms: replace macro in vkms_release()Beatriz Martins de Carvalho2021-07-061-1/+1
* drm/vkms: Don't set struct drm_device.irq_enabledThomas Zimmermann2021-06-291-2/+0
* drm/vkms: add overlay supportMelissa Wen2021-04-295-14/+45
* drm/vkms: add XRGB planes compositionMelissa Wen2021-04-292-15/+48
* drm/vkms: rename cursor to plane on ops of planes compositionMelissa Wen2021-04-291-15/+16
* drm/vkms: init plane using drmm_universal_plane_allocMelissa Wen2021-04-293-34/+22
* drm/vkms: fix misuse of WARN_ONDmitry Vyukov2021-03-251-1/+2
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-1/+1
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-5/+6
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-5/+6
* drm/vkms: Annotate vblank timerDaniel Vetter2021-02-231-1/+7
* drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann2021-02-231-1/+2
* drm: Switch to %p4cc format modifierSakari Ailus2021-02-171-5/+2
* drm/vkms: Fix missing kmalloc allocation failure checkColin Ian King2021-01-151-1/+5
* drm/vkms: Add support for writeback moduleSumera Priyadarsini2021-01-123-3/+12
* drm/vkms: Add vkms_config typeSumera Priyadarsini2021-01-123-12/+43
* drm/vkms: Unset preferred_depthDaniel Vetter2020-12-111-1/+4
* drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()Thomas Zimmermann2020-11-241-1/+0
* drm: Pass the full state to connectors atomic functionsMaxime Ripard2020-11-201-2/+5
* drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-092-13/+24
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-7/+9
* drm/vkms: fbdev emulation supportDaniel Vetter2020-10-201-0/+2
* drm/vkms: Switch to shmem helpersDaniel Vetter2020-10-157-327/+29
* drm/vkms: Set preferred depth correctlyDaniel Vetter2020-10-151-1/+1
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/vkms: Introduce GEM object functionsThomas Zimmermann2020-09-252-8/+13