summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann2019-09-041-2/+2
* drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann2019-09-041-2/+2
* drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann2019-09-041-1/+2
* drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann2019-09-041-0/+2
* drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann2019-09-041-2/+4
* drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann2019-09-041-0/+17
* drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann2019-09-041-3/+3
* drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann2019-09-041-3/+2
* drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann2019-09-041-1/+0
* drm/ttm: use gem vma_nodeGerd Hoffmann2019-08-061-1/+1
* drm/virtgpu: drop use of drmP.hSam Ravnborg2019-07-151-3/+3
* drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann2019-06-131-7/+0
* Merge drm/drm-next into drm-misc-nextSean Paul2019-05-221-0/+3
|\
| * Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-081-12/+33
| |\
| * | Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie2019-04-241-0/+4
* | | drm/virtio: Remove redundant return typeRobert Foss2019-05-061-1/+1
* | | drm/virtio: set seqno for dma-fenceChia-I Wu2019-05-061-1/+0
| |/ |/|
* | drm/virtio: rework resource creation workflow.Gerd Hoffmann2019-03-281-4/+14
* | drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann2019-03-281-1/+9
* | drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann2019-03-281-3/+4
* | drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann2019-03-281-5/+9
* | drm/virtio: implement prime exportGerd Hoffmann2019-02-281-0/+1
* | drm/virtio: remove prime pin/unpin callbacks.Gerd Hoffmann2019-02-281-2/+0
|/
* Merge v5.0-rc7 into drm-nextDave Airlie2019-02-181-4/+0
|\
| * drm/virtio: drop prime import/export callbacksGerd Hoffmann2019-01-141-4/+0
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* | drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia2019-01-091-6/+3
* | drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann2019-01-081-1/+0
* | drm/virtio: switch to generic fbdev emulationGerd Hoffmann2018-12-141-14/+0
|/
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-291-3/+0
|\
| * Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-291-0/+3
| |\
| * \ Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-221-2/+6
| |\ \
| * \ \ Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-191-3/+0
| |\ \ \
| | * | | drm/ttm: initialize globals during device init (v2)Christian König2018-11-051-2/+0
| | * | | drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-051-1/+0