summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_vq.c
AgeCommit message (Expand)Author
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann
2020-02-17drm/virtio: batch display queryGerd Hoffmann
2020-02-17drm/virtio: batch resource creationGerd Hoffmann
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann
2020-02-17drm/virtio: notify before waitingGerd Hoffmann
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann
2020-02-14drm/virtio: fix error checkGerd Hoffmann
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann
2020-02-10drm/virtio: simplify virtio_gpu_alloc_cmdGerd Hoffmann
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann
2020-02-06drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgsChia-I Wu
2020-02-06drm/virtio: move the check for vqs_ready earlierChia-I Wu
2020-02-06drm/virtio: move locking into virtio_gpu_queue_ctrl_sgsChia-I Wu
2020-02-06drm/virtio: set up virtqueue sgs before lockingChia-I Wu
2020-02-06drm/virtio: unlock object array on errorsChia-I Wu
2020-02-06drm/virtio: no need to pass virtio_gpu_ctrl_hdrChia-I Wu
2020-02-06drm/virtio: add virtio_gpu_vbuf_ctrl_hdrChia-I Wu
2020-02-06drm/virtio: remove incorrect ENOSPC checkChia-I Wu
2020-02-06drm/virtio: fix a wait_event conditionChia-I Wu
2020-02-06drm/virtio: ratelimit error loggingGerd Hoffmann
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