summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h
AgeCommit message (Expand)Author
2023-11-11drm/uapi: add explicit virtgpu context debug nameGurchetan Singh
2023-10-05drm/virtio: Annotate struct virtio_gpu_object_array with __counted_byKees Cook
2023-09-02drm/virtio: Remove unused function declarationsYue Haibing
2023-06-03drm/virtio: Refactor and optimize job submission code pathDmitry Osipenko
2023-01-02drm/virtio: Spiff out cmd queue/response tracesRob Clark
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann
2022-07-19drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2021-11-29drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh
2021-09-29drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh
2021-09-29drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh
2021-09-29drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh
2021-09-29drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...Gurchetan Singh
2021-09-29drm/virtio: implement context init: support init ioctlAnthoine Bourgeois
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois
2021-09-29drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh
2021-08-16drm/virtio: support mapping exported vramDavid Stevens
2021-06-23drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy
2020-12-02drm/virtio: consider dma-fence context when signalingGurchetan Singh
2020-11-20drm/virtio: rename sync_seq and last_seqGurchetan Singh
2020-11-20drm/virtio: use fence_id when processing fencesGurchetan Singh
2020-11-20drm/virtio: fix a file name comment referenceAnthoine Bourgeois
2020-09-29drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh
2020-09-29drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh
2020-09-29drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: add new fields to internal structsGurchetan Singh
2020-09-29drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh
2020-09-29drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann
2020-09-29drm/virtio: blob prep: make CPU responses more genericGurchetan Singh
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann
2020-09-02drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann
2020-09-02drm/virtio: fix unblankGerd Hoffmann
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-03-09drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh
2020-02-27drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann