summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-1/+25
2026-08-14drm/virtio: use the DMA API for resource backing on XenBenjamin Leggett1-0/+20
2026-08-14drm/virtio: reclaim pending vbufs before tearing down vqsAnuj Bolewar1-0/+1
2026-06-03drm/virtio: abort virtqueue wait on device removal to avoid hung taskRyosuke Yasuoka1-0/+1
2026-05-29drm/virtio: Add PM notifier to restore objects after hibernationDongwon Kim1-1/+7
2026-05-29drm/virtio: Add support for saving and restoring virtio_gpu_objectsDongwon Kim1-0/+15
2026-05-29drm/virtio: Freeze and restore hooks to support suspend and resumeDongwon Kim1-0/+2
2026-05-20drm/virtio: use uninterruptible resv lock for plane updatesDeepanshu Kartikey1-0/+1
2026-05-20drm/virtio: support VIRTIO_GPU_F_BLOB_ALIGNMENTSergio Lopez1-0/+2
2026-05-14drm/virtio: Extend blob UAPI with deferred-mapping hintingDmitry Osipenko1-0/+2
2025-02-09drm/virtio: Add drm_panic supportRyosuke Yasuoka1-0/+11
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula1-1/+0
2024-11-26drm/virtio: Add a helper to map and note the dma addrs and lengthsVivek Kasireddy1-0/+5
2024-11-26drm/virtio: Implement VIRTIO_GPU_CMD_RESOURCE_DETACH_BACKING cmdVivek Kasireddy1-0/+5
2024-11-18drm/virtio: New fence for every plane updateDongwon Kim1-0/+7
2024-11-18drm/virtio: Use generic dumb_map_offset implementationPeter Shkenev1-3/+0
2024-05-13drm/virtio: switch to struct drm_edidJani Nikula1-1/+1
2023-11-11drm/uapi: add explicit virtgpu context debug nameGurchetan Singh1-0/+5
2023-10-05drm/virtio: Annotate struct virtio_gpu_object_array with __counted_byKees Cook1-1/+1
2023-09-02drm/virtio: Remove unused function declarationsYue Haibing1-7/+0
2023-06-03drm/virtio: Refactor and optimize job submission code pathDmitry Osipenko1-0/+4
2023-01-02drm/virtio: Spiff out cmd queue/response tracesRob Clark1-0/+3
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann1-1/+0
2022-07-19drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko1-4/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2021-11-29drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh1-1/+0
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh1-0/+7
2021-09-29drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh1-0/+1
2021-09-29drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh1-0/+3
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh1-2/+3
2021-09-29drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...Gurchetan Singh1-0/+2
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois1-2/+4
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois1-0/+1
2021-09-29drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh1-0/+3
2021-08-16drm/virtio: support mapping exported vramDavid Stevens1-0/+8
2021-06-23drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy1-1/+3
2020-12-02drm/virtio: consider dma-fence context when signalingGurchetan Singh1-0/+1
2020-11-20drm/virtio: rename sync_seq and last_seqGurchetan Singh1-2/+2
2020-11-20drm/virtio: use fence_id when processing fencesGurchetan Singh1-1/+1
2020-11-20drm/virtio: fix a file name comment referenceAnthoine Bourgeois1-1/+1
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann1-2/+2
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh1-0/+4
2020-09-29drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh1-0/+2
2020-09-29drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh1-0/+15
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann1-1/+25
2020-09-29drm/virtio: implement blob resources: add new fields to internal structsGurchetan Singh1-3/+14
2020-09-29drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh1-0/+2
2020-09-29drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann1-0/+2
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann1-0/+1
2020-09-29drm/virtio: blob prep: make CPU responses more genericGurchetan Singh1-3/+3