summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-19drm/virtio: static-ify virtio_fence_signaledGurchetan Singh1-1/+0
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann1-0/+6
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann1-2/+3
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann1-2/+2
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann1-0/+8
2019-09-04drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann1-21/+0
2019-09-04drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann1-15/+0
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann1-4/+0
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann1-41/+11
2019-09-04drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann1-3/+0
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann1-2/+2
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann1-2/+2
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann1-1/+2
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann1-0/+2
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann1-2/+4
2019-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann1-0/+17
2019-09-04drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann1-3/+3
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann1-3/+2
2019-09-04drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann1-1/+0
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann1-1/+1
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg1-3/+3
2019-06-13drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann1-7/+0
2019-05-22Merge drm/drm-next into drm-misc-nextSean Paul1-0/+3
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-12/+33
2019-05-06drm/virtio: Remove redundant return typeRobert Foss1-1/+1
2019-05-06drm/virtio: set seqno for dma-fenceChia-I Wu1-1/+0
2019-04-24Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie1-0/+4
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann1-4/+14