summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_vq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: batch display update commands.Gerd Hoffmann2019-12-161-2/+21
* drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann2019-11-201-4/+15
* drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann2019-10-221-6/+6
* drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley2019-09-131-1/+1
* drm/virtio: Use vmalloc for command buffer allocations.David Riley2019-09-121-8/+70
* drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.David Riley2019-09-121-13/+7
* drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann2019-09-061-4/+5
* drm/virtio: add worker for object releaseGerd Hoffmann2019-09-041-1/+1
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-041-6/+18
* drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann2019-09-041-4/+8
* drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann2019-09-041-2/+7
* drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann2019-09-041-2/+6
* drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann2019-09-041-0/+4
* drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann2019-09-041-5/+16
* drm/virtio: notify virtqueues without holding spinlockGerd Hoffmann2019-08-281-6/+19
* drm/virtio: cleanup queue functionsGerd Hoffmann2019-08-281-27/+14
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-1/+1
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-2/+34
| |\
| * | drm/virtio: move drm_connector_update_edid_property() callGerd Hoffmann2019-06-261-1/+1
* | | drm/virtgpu: drop use of drmP.hSam Ravnborg2019-07-151-3/+4
| |/ |/|
* | drm/virtio: Add memory barriers for capset cache.David Riley2019-06-111-0/+2
* | drm/virtio: Fix cache entry creation race.David Riley2019-06-061-1/+21
* | drm/virtio: Wake up all waiters when capset response comes in.David Riley2019-06-061-1/+1
* | drm/virtio: add trace events for commandsChia-I Wu2019-05-061-0/+10
|/
* drm/virtio: rework resource creation workflow.Gerd Hoffmann2019-03-281-6/+8
* drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann2019-03-281-3/+13
* drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann2019-03-281-6/+4
* drm/virtio: log error responsesGerd Hoffmann2019-01-081-2/+10
* drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann2018-11-291-3/+2
* drm/virtio: fence: pass plain pointerGerd Hoffmann2018-11-291-10/+10
* drm/virtio: add edid supportGerd Hoffmann2018-11-211-0/+67
* drm/virtio: add virtio_gpu_alloc_fence()Robert Foss2018-11-141-1/+1
* gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta2018-10-301-2/+1
* drm/virtio: fix resource id handlingGerd Hoffmann2018-10-291-20/+0
* drm/virtio: drop resource_id argument.Gerd Hoffmann2018-10-291-5/+2
* drm/virtio: track created object stateGerd Hoffmann2018-10-291-0/+7
* drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann2018-09-251-12/+8
* drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An2018-09-191-0/+18
* drm/virtio: add iommu support.Gerd Hoffmann2018-09-051-9/+37
* drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann2018-09-051-2/+8
* drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter2018-08-301-2/+3
* drm/virtio: fix vq wait_event conditionGerd Hoffmann2018-04-251-2/+2
* drm/virtio: Add spaces around operatorsRodrigo Siqueira2018-02-271-3/+3
* drm/virtio: Remove multiple blank linesRodrigo Siqueira2018-02-271-1/+0
* drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira2018-02-271-1/+2
* drm/virtio: Add blank line after variable declarationsRodrigo Siqueira2018-02-271-0/+3
* drm: virtio: fix kmem_cache_alloc error checkGerd Hoffmann2017-03-141-2/+2
* drm: virtio: use kmem_cacheGerd Hoffmann2017-03-071-47/+10
* drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin2016-12-151-0/+2
* drm/virtio: fix lock context imbalanceMichael S. Tsirkin2016-12-151-1/+3
OpenPOWER on IntegriCloud