aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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 virtio_gpu_fence_allocGurchetan Singh1-2/+3
2021-09-29drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fenceGurchetan 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
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann1-1/+1
2020-09-02drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann1-1/+0
2020-09-02drm/virtio: fix unblankGerd Hoffmann1-0/+1
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens1-0/+21
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-22/+14
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh1-0/+1
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh1-4/+4
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh1-17/+9
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-1/+1
2020-03-09drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh1-1/+1
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh1-4/+9
2020-02-27drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh1-0/+3
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh1-2/+0
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh1-0/+2
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh1-0/+2
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann1-4/+2
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann1-1/+2
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann1-1/+3
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann1-2/+0
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann1-1/+3
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann1-0/+1
2019-12-19drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh1-2/+0
2019-12-19drm/virtio: move to_virtio_fence inside virtgpu_fenceGurchetan Singh1-2/+0
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh1-7/+1
2019-12-19drm/virtio: get rid of drm_encoder_to_virtio_gpu_outputGurchetan Singh1-2/+0
2019-12-19drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh1-4/+0