summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh2019-12-191-2/+0
* drm/virtio: move to_virtio_fence inside virtgpu_fenceGurchetan Singh2019-12-191-2/+0
* drm/virtio: simplify getting fake offsetGurchetan Singh2019-12-191-7/+1
* drm/virtio: get rid of drm_encoder_to_virtio_gpu_outputGurchetan Singh2019-12-191-2/+0
* drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh2019-12-191-4/+0
* drm/virtio: static-ify virtio_fence_signaledGurchetan Singh2019-12-191-1/+0
* drm/virtio: batch display update commands.Gerd Hoffmann2019-12-161-0/+6
* drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann2019-11-201-2/+3
* drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann2019-10-221-2/+2
* drm/virtio: add worker for object releaseGerd Hoffmann2019-09-041-0/+8
* drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann2019-09-041-21/+0
* drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann2019-09-041-15/+0
* drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann2019-09-041-4/+0
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-041-41/+11
* drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann2019-09-041-3/+0