summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: Spiff out cmd queue/response tracesRob Clark2023-01-021-0/+3
* drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann2022-11-051-1/+0
* drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko2022-07-191-4/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/virtgpu api: define a dummy fence signaled eventGurchetan Singh2021-11-291-1/+0
* drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh2021-09-291-0/+7
* drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASKGurchetan Singh2021-09-291-0/+1
* drm/virtio: implement context init: allocate an array of fence contextsGurchetan Singh2021-09-291-0/+3
* drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...Gurchetan Singh2021-09-291-2/+3
* drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...Gurchetan Singh2021-09-291-0/+2
* drm/virtio: implement context init: support init ioctlAnthoine Bourgeois2021-09-291-2/+4
* drm/virtio: implement context init: probe for featureAnthoine Bourgeois2021-09-291-0/+1
* drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh2021-09-291-0/+3
* drm/virtio: support mapping exported vramDavid Stevens2021-08-161-0/+8
* drm/virtio: Prepare resource_flush to accept a fenceVivek Kasireddy2021-06-231-1/+3
* drm/virtio: consider dma-fence context when signalingGurchetan Singh2020-12-021-0/+1
* drm/virtio: rename sync_seq and last_seqGurchetan Singh2020-11-201-2/+2
* drm/virtio: use fence_id when processing fencesGurchetan Singh2020-11-201-1/+1
* drm/virtio: fix a file name comment referenceAnthoine Bourgeois2020-11-201-1/+1
* drm/virtio: implement blob resources: resource create blob ioctlGerd Hoffmann2020-09-291-2/+2
* drm/virtio: implement blob resources: fix stride discrepancyGurchetan Singh2020-09-291-0/+4
* drm/virtio: implement blob resources: refactor UUID code somewhatGurchetan Singh2020-09-291-0/+2
* drm/virtio: implement blob resources: hypercall interfaceGurchetan Singh2020-09-291-0/+15
* drm/virtio: implement blob resources: implement vram objectGerd Hoffmann2020-09-291-1/+25
* drm/virtio: implement blob resources: add new fields to internal structsGurchetan Singh2020-09-291-3/+14
* drm/virtio: implement blob resources: expose virtio_gpu_resource_id_getGurchetan Singh2020-09-291-0/+2
* drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann2020-09-291-0/+2
* drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann2020-09-291-0/+1
* drm/virtio: blob prep: make CPU responses more genericGurchetan Singh2020-09-291-3/+3
* drm/virtio: use drmm_mode_config_initGerd Hoffmann2020-09-151-1/+1
* drm/virtio: drop virtio_gpu_output->enabledGerd Hoffmann2020-09-021-1/+0
* drm/virtio: fix unblankGerd Hoffmann2020-09-021-0/+1
* drm/virtio: Support virtgpu exported resourcesDavid Stevens2020-08-181-0/+21
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-031-22/+14
|\
| * drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh2020-04-031-4/+4
| * drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh2020-04-031-17/+9
| * drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-181-1/+1
* | drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh2020-05-041-0/+1
|/
* drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh2020-03-091-1/+1
* drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh2020-03-091-4/+9
* drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh2020-02-271-0/+3
* drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh2020-02-251-2/+0
* drm/virtio: track whether or not a context has been initiatedGurchetan Singh2020-02-251-0/+2
* drm/virtio: factor out context create hypercallGurchetan Singh2020-02-251-0/+2
* drm/virtio: rework notification for better batchingGerd Hoffmann2020-02-171-4/+2
* drm/virtio: add drm_driver.release callback.Gerd Hoffmann2020-02-121-1/+2
* drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann2020-02-101-1/+3
* drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann2020-02-101-2/+0
* drm/virtio: resource teardown tweaksGerd Hoffmann2020-02-101-1/+3
* drm/virtio: fix ring free checkGerd Hoffmann2020-02-071-0/+1