summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorLines
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-11/+11
2020-08-05drm/virtio: convert to LE accessorsMichael S. Tsirkin-8/+8
2020-08-03virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirkMichael S. Tsirkin-3/+3
2020-07-14drm/virtio: Remove open-coded commit-tail functionDaniel Vetter-20/+0
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-8/+8
2020-06-03drm/virtio: Call the right shmem helpersDaniel Vetter-1/+1
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-48/+29
2020-05-19drm/virtio: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov-7/+7
2020-05-08Merge tag 'drm-misc-fixes-2020-05-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-2/+5
2020-05-04drm/virtio: create context before RESOURCE_CREATE_2D in 3D modeGurchetan Singh-2/+5
2020-05-01Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-11/+6
2020-04-28drm/virtio: only destroy created contextsGurchetan Singh-11/+6
2020-04-17drm/virtio: fix up for include file changesStephen Rothwell-0/+1
2020-04-17virtgpu: pull in uaccess.hMichael S. Tsirkin-0/+1
2020-04-06drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby-6/+8
2020-04-03drm/virtio: make virtio_gpu_object_attach voidGurchetan Singh-14/+9
2020-04-03drm/virtio: delete notify in virtio_gpu_object_createGurchetan Singh-2/+2
2020-04-03drm/virtio: delete notify after virtio_gpu_cmd_context_createGurchetan Singh-1/+0
2020-04-03drm/virtio: random virtgpu_drv.h cleanupsGurchetan Singh-22/+14
2020-04-02drm/virtgpu: Use simple encoderThomas Zimmermann-6/+2
2020-03-19drm/virtio: fix OOB in virtio_gpu_object_createJiri Slaby-6/+8
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga-3/+2
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-28/+43
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie-2/+3
2020-03-09drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh-15/+20
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh-20/+30
2020-02-27drm/virtio: fix mmap page attributesGerd Hoffmann-0/+1
2020-02-27drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh-2/+10
2020-02-27drm/virtio: make mmap callback consistent with callbacksGurchetan Singh-1/+1
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh-16/+16
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh-0/+13
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh-20/+21
2020-02-25drm/virtio: use consistent names for drm_filesGurchetan Singh-10/+10
2020-02-24drm/virtio: fix resource id creation raceJohn Bates-2/+2
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann-9/+9
2020-02-17drm/virtio: batch display queryGerd Hoffmann-2/+2
2020-02-17drm/virtio: batch resource creationGerd Hoffmann-3/+1
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann-4/+6
2020-02-17drm/virtio: notify before waitingGerd Hoffmann-0/+1
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann-27/+33
2020-02-14drm/virtio: fix error checkGerd Hoffmann-1/+1
2020-02-13drm/virtio: fix virtio_gpu_cursor_plane_update().Gerd Hoffmann-0/+1
2020-02-13drm/virtio: fix virtio_gpu_execbuffer_ioctl lockingGerd Hoffmann-10/+10
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann-17/+27
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann-50/+60
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann-50/+12
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann-9/+43
2020-02-10drm/virtio: simplify virtio_gpu_alloc_cmdGerd Hoffmann-17/+9
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann-0/+8
2020-02-06drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgsChia-I Wu-12/+10