aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/virtio/virtgpu_plane.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-16drm/virtio: Support drm_panic with non-vmapped shmem BORyosuke Yasuoka1-3/+11
2025-04-16drm/virtio: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-4/+4
2025-04-08Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann1-0/+96
2025-04-01drm/virtio: Fix missed dmabuf unpinning in error path of prepare_fb()Dmitry Osipenko1-6/+14
2025-02-09drm/virtio: Add drm_panic supportRyosuke Yasuoka1-0/+96
2024-11-26drm/virtio: Add prepare and cleanup routines for imported dmabuf objVivek Kasireddy1-1/+64
2024-11-18drm/virtio: New fence for every plane updateDongwon Kim1-19/+39
2024-11-18drm/virtio: Use drm_gem_plane_helper_prepare_fb()Dongwon Kim1-0/+4
2023-11-24drm/virtio: Disable damage clipping if FB changed since last page-flipJavier Martinez Canillas1-0/+10
2023-11-24drm/virtio: Use the hotspot properties from cursor planesZack Rusin1-4/+4
2023-03-13drm/virtio: Enable fb damage clips property for the primary planeJavier Martinez Canillas1-0/+4
2022-08-19drm/virtio: remove drm_plane_cleanup() destroy hookDanilo Krummrich1-1/+0
2022-07-26drm/atomic-helper: Remove _HELPER_ infix from DRM_PLANE_HELPER_NO_SCALINGThomas Zimmermann1-2/+2
2022-07-26drm/atomic-helper: Move DRM_PLANE_HELPER_NO_SCALING to atomic helpersThomas Zimmermann1-1/+0
2022-07-19drm/virtio: plane: use drm managed resourcesDanilo Krummrich1-22/+8
2022-07-19drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()Dmitry Osipenko1-3/+3
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virtio_gpu_fence_allocGurchetan Singh1-1/+2
2021-06-23drm/virtio: Add the fence in resource_flush if presentVivek Kasireddy1-6/+39
2021-06-23drm/virtio: Add fences for Guest blobsVivek Kasireddy1-7/+12
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+6
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-4/+5
2020-09-29drm/virtio: implement blob resources: blob display integrationGurchetan Singh1-6/+17
2020-09-02drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann1-1/+1
2020-09-02drm/virtio: fix unblankGerd Hoffmann1-1/+3
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann1-0/+3
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann1-4/+0
2020-02-13drm/virtio: fix virtio_gpu_cursor_plane_update().Gerd Hoffmann1-0/+1
2019-12-16drm/virtio: use damage info for display updates.Gerd Hoffmann1-17/+24
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann1-0/+4
2019-12-16drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann1-14/+21
2019-12-16drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-11-20drm/virtio: factor out virtio_gpu_update_dumb_boGerd Hoffmann1-15/+21
2019-11-20drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.Gerd Hoffmann1-30/+34
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d functionGerd Hoffmann1-6/+6
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann1-4/+17
2019-09-04drm/virtio: simplify cursor updatesGerd Hoffmann1-10/+3
2019-08-28drm/virtio: add plane checkGerd Hoffmann1-1/+16
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König1-1/+1
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-1/+1
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg1-2/+4
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann1-2/+4
2019-01-08drm/virtio: fix pageflip flushGerd Hoffmann1-5/+6
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann1-1/+1
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss1-5/+41
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann1-52/+2
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann1-2/+2
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann1-1/+1
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone1-2/+2