summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_vq.c
AgeCommit message (Expand)Author
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann
2019-09-13drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley
2019-09-12drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.David Riley
2019-09-06drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann
2019-08-28drm/virtio: notify virtqueues without holding spinlockGerd Hoffmann
2019-08-28drm/virtio: cleanup queue functionsGerd Hoffmann
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-06-26drm/virtio: move drm_connector_update_edid_property() callGerd Hoffmann
2019-06-11drm/virtio: Add memory barriers for capset cache.David Riley
2019-06-06drm/virtio: Fix cache entry creation race.David Riley
2019-06-06drm/virtio: Wake up all waiters when capset response comes in.David Riley
2019-05-06drm/virtio: add trace events for commandsChia-I Wu
2019-03-28drm/virtio: rework resource creation workflow.Gerd Hoffmann
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann
2019-03-28drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann
2019-01-08drm/virtio: log error responsesGerd Hoffmann
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann
2018-11-21drm/virtio: add edid supportGerd Hoffmann
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss
2018-10-30gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann
2018-10-29drm/virtio: track created object stateGerd Hoffmann
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann
2018-09-19drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An
2018-09-05drm/virtio: add iommu support.Gerd Hoffmann
2018-09-05drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann
2018-08-30drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter
2018-04-25drm/virtio: fix vq wait_event conditionGerd Hoffmann
2018-02-27drm/virtio: Add spaces around operatorsRodrigo Siqueira
2018-02-27drm/virtio: Remove multiple blank linesRodrigo Siqueira
2018-02-27drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira
2017-03-14drm: virtio: fix kmem_cache_alloc error checkGerd Hoffmann
2017-03-07drm: virtio: use kmem_cacheGerd Hoffmann
2016-12-15drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin
2016-12-15drm/virtio: fix lock context imbalanceMichael S. Tsirkin