aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d functionGerd Hoffmann3-14/+14
2019-10-22drm/virtio: print a single line with device featuresGerd Hoffmann1-5/+4
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann1-1/+1
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann1-1/+1
2019-09-13drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley1-1/+1
2019-09-13drm/virtio: enable prime mmap supportGerd Hoffmann1-0/+1
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley2-10/+72
2019-09-12drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.David Riley1-13/+7
2019-09-06drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann1-4/+5
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann4-1/+42
2019-09-04drm/virtio: add fence sanity checkGerd Hoffmann1-0/+4
2019-09-04drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann1-21/+0
2019-09-04drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann1-15/+0
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann3-26/+7
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann11-536/+81
2019-09-04drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann2-42/+0
2019-09-04drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann3-19/+21
2019-09-04drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann4-37/+47
2019-09-04drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann3-28/+23
2019-09-04drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann3-43/+37
2019-09-04drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann3-45/+38
2019-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann2-0/+110
2019-09-04drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann1-3/+3
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann3-7/+6
2019-09-04drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann2-14/+0
2019-09-04drm/virtio: simplify cursor updatesGerd Hoffmann1-10/+3
2019-09-04drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann1-12/+16
2019-09-04drm/virtio: pass gem reservation object to ttm initGerd Hoffmann1-1/+2
2019-08-28drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell1-0/+2
2019-08-28drm/virtio: notify virtqueues without holding spinlockGerd Hoffmann1-6/+19
2019-08-28drm/virtio: cleanup queue functionsGerd Hoffmann1-27/+14
2019-08-28drm/virtio: add plane checkGerd Hoffmann1-1/+16
2019-08-27drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann1-20/+24
2019-08-23drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_framebuffersGerd Hoffmann1-1/+0
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König2-3/+3
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann2-3/+3
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann2-4/+1
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-1/+1
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-210/+130
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg12-25/+43
2019-06-26drm/virtio: drop DRM_AUTH usage from the driverEmil Velikov1-9/+9
2019-06-26drm/virtio: move drm_connector_update_edid_property() callGerd Hoffmann1-1/+1
2019-06-21drm/virtio: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter6-187/+36
2019-06-13drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann4-176/+3
2019-06-11drm/virtio: Add memory barriers for capset cache.David Riley2-0/+5
2019-06-06drm/virtio: Fix cache entry creation race.David Riley1-1/+21
2019-06-06drm/virtio: Wake up all waiters when capset response comes in.David Riley1-1/+1
2019-06-06drm/virtio: Ensure cached capset entries are valid before copying.David Riley1-2/+1