summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)Author
2019-11-20drm/virtio: factor out virtio_gpu_update_dumb_boGerd Hoffmann
2019-11-20drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.Gerd Hoffmann
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host...Gerd Hoffmann
2019-11-12drm/virtgpu: fix double unregistrationChuhong Yuan
2019-10-22drm/virtio: move byteorder handling into virtio_gpu_cmd_transfer_to_host_2d f...Gerd Hoffmann
2019-10-22drm/virtio: print a single line with device featuresGerd Hoffmann
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann
2019-09-13drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley
2019-09-13drm/virtio: enable prime mmap supportGerd Hoffmann
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: add fence sanity checkGerd Hoffmann
2019-09-04drm/virtio: drop virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann
2019-09-04drm/virtio: drop virtio_gpu_object_{ref,unref}Gerd Hoffmann
2019-09-04drm/virtio: remove virtio_gpu_alloc_objectGerd Hoffmann
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-09-04drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_listGerd 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-09-04drm/virtio: add virtio_gpu_object_array & helpersGerd Hoffmann
2019-09-04drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}Gerd Hoffmann
2019-09-04drm/virtio: drop no_wait argument from virtio_gpu_object_reserveGerd Hoffmann
2019-09-04drm/virtio: remove virtio_gpu_object_waitGerd Hoffmann
2019-09-04drm/virtio: simplify cursor updatesGerd Hoffmann
2019-09-04drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.Gerd Hoffmann
2019-09-04drm/virtio: pass gem reservation object to ttm initGerd Hoffmann
2019-08-28drm/virtio: module_param_named() requires linux/moduleparam.hStephen Rothwell
2019-08-28drm/virtio: notify virtqueues without holding spinlockGerd Hoffmann
2019-08-28drm/virtio: cleanup queue functionsGerd Hoffmann
2019-08-28drm/virtio: add plane checkGerd Hoffmann
2019-08-27drm/virtio: make resource id workaround runtime switchable.Gerd Hoffmann
2019-08-23drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_fra...Gerd Hoffmann
2019-08-13dma-buf: rename reservation_object to dma_resvChristian König
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann
2019-08-06drm/ttm: use gem vma_nodeGerd 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: drop DRM_AUTH usage from the driverEmil Velikov
2019-06-26drm/virtio: move drm_connector_update_edid_property() callGerd Hoffmann
2019-06-21drm/virtio: Drop drm_gem_prime_export/importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2019-06-13drm/virtio: drop framebuffer dirty tracking codeGerd Hoffmann