aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_vq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-25drm/virtio: fix vq wait_event conditionGerd Hoffmann1-2/+2
2018-02-27drm/virtio: Add spaces around operatorsRodrigo Siqueira1-3/+3
2018-02-27drm/virtio: Remove multiple blank linesRodrigo Siqueira1-1/+0
2018-02-27drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira1-1/+2
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira1-0/+3
2017-03-14drm: virtio: fix kmem_cache_alloc error checkGerd Hoffmann1-2/+2
2017-03-07drm: virtio: use kmem_cacheGerd Hoffmann1-47/+10
2016-12-15drm/virtio: annotate virtio_gpu_queue_ctrl_buffer_lockedMichael S. Tsirkin1-0/+2
2016-12-15drm/virtio: fix lock context imbalanceMichael S. Tsirkin1-1/+3
2016-11-15drm/virtio: allocate some extra bufsGerd Hoffmann1-1/+1
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann1-0/+265
2015-10-16virtio-gpu: add & use virtio_gpu_queue_fenced_ctrl_bufferGerd Hoffmann1-6/+34
2015-10-16virtio-gpu: add virtio_gpu_queue_ctrl_buffer_lockedGerd Hoffmann1-4/+13
2015-06-16virtio-gpu: add locking for vbuf poolDave Airlie1-0/+7
2015-06-16drm/virtgpu: initialise fbdev after getting initial display infoDave Airlie1-0/+2
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+614