summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann1-1/+9
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann1-3/+4
2019-03-28drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann1-5/+9
2019-02-28drm/virtio: implement prime exportGerd Hoffmann1-0/+1
2019-02-28drm/virtio: remove prime pin/unpin callbacks.Gerd Hoffmann1-2/+0
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-4/+0
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2019-01-14drm/virtio: drop prime import/export callbacksGerd Hoffmann1-4/+0
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia1-6/+3
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann1-1/+0
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann1-14/+0
2018-11-29Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-3/+0
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann1-2/+1
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann1-7/+7
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+3
2018-11-22Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+6
2018-11-21drm/virtio: add edid supportGerd Hoffmann1-0/+3
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-3/+0
2018-11-14drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan1-2/+2
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss1-0/+4
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-2/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-1/+0
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox1-4/+2
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann1-3/+0
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann1-2/+0