summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: factor out virtio_gpu_update_dumb_boGerd Hoffmann2019-11-201-15/+21
* drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.Gerd Hoffmann2019-11-201-30/+34
* drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann2019-11-203-25/+21
* drm/virtgpu: fix double unregistrationChuhong Yuan2019-11-121-1/+1
* drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann2019-10-223-14/+14
* drm/virtio: print a single line with device featuresGerd Hoffmann2019-10-221-5/+4
* drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann2019-10-171-1/+1
* drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann2019-10-171-1/+1
* drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley2019-09-131-1/+1
* drm/virtio: enable prime mmap supportGerd Hoffmann2019-09-131-0/+1
* drm/virtio: Use vmalloc for command buffer allocations.David Riley2019-09-122-10/+72
* drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.David Riley2019-09-121-13/+7
* drm/virtio: fix command submission with objects but without fence.Gerd Hoffmann2019-09-061-4/+5
* drm/virtio: add worker for object releaseGerd Hoffmann2019-09-044-1/+42
* drm/virtio: add fence sanity checkGerd Hoffmann2019-09-041-0/+4
* drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann2019-09-041-21/+0
* drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann2019-09-041-15/+0
* drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann2019-09-043-26/+7
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-0411-536/+81
* drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd Hoffmann2019-09-042-42/+0
* drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resourceGerd Hoffmann2019-09-043-19/+21
* drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencingGerd Hoffmann2019-09-044-37/+47
* drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencingGerd Hoffmann2019-09-043-28/+23
* drm/virtio: rework virtio_gpu_object_create fencingGerd Hoffmann2019-09-043-43/+37
* drm/virtio: rework virtio_gpu_execbuffer_ioctl fencingGerd Hoffmann2019-09-043-45/+38
* drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann2019-09-042-0/+110
* drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann2019-09-041-3/+3
* drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann2019-09-043-7/+6
* drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann2019-09-042-14/+0
* drm/virtio: simplify cursor updatesGerd Hoffmann2019-09-041-10/+3
* drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann2019-09-041-12/+16
* drm/virtio: pass gem reservation object to ttm initGerd Hoffmann2019-09-041-1/+2
* drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell2019-08-281-0/+2
* drm/virtio: notify virtqueues without holding spinlockGerd Hoffmann2019-08-281-6/+19
* drm/virtio: cleanup queue functionsGerd Hoffmann2019-08-281-27/+14
* drm/virtio: add plane checkGerd Hoffmann2019-08-281-1/+16
* drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann2019-08-271-20/+24
* drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann2019-08-231-1/+0
* dma-buf: rename reservation_object to dma_resvChristian König2019-08-132-3/+3
* drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann2019-08-062-3/+3
* drm/ttm: use gem vma_nodeGerd Hoffmann2019-08-062-4/+1
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-1/+1
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-169-210/+130
| |\
| * | drm/virtio: move drm_connector_update_edid_property() callGerd Hoffmann2019-06-261-1/+1
* | | drm/virtgpu: drop use of drmP.hSam Ravnborg2019-07-1512-25/+43
* | | drm/virtio: drop DRM_AUTH usage from the driverEmil Velikov2019-06-261-9/+9
* | | drm/virtio: Drop drm_gem_prime_export/importDaniel Vetter2019-06-211-2/+0
* | | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
| |/ |/|
* | Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-146-187/+36
|\ \
| * | drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann2019-06-134-176/+3