aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie1-0/+1
2020-01-13drm/virtio: add missing virtio_gpu_array_lock_resv callGerd Hoffmann1-0/+1
2019-12-19drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh2-2/+3
2019-12-19drm/virtio: move to_virtio_fence inside virtgpu_fenceGurchetan Singh2-2/+3
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh2-10/+2
2019-12-19drm/virtio: get rid of drm_encoder_to_virtio_gpu_outputGurchetan Singh1-2/+0
2019-12-19drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh2-5/+1
2019-12-19drm/virtio: static-ify virtio_fence_signaledGurchetan Singh2-2/+1
2019-12-16drm/virtio: use damage info for display updates.Gerd Hoffmann1-17/+24
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann3-2/+31
2019-12-16drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann1-14/+21
2019-12-16drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-11-20drm/virtio: factor out virtio_gpu_update_dumb_boGerd Hoffmann1-15/+21
2019-11-20drm/virtio: Simplify virtio_gpu_primary_plane_update workflow.Gerd Hoffmann1-30/+34
2019-11-20drm/virtio: fix byteorder handling in virtio_gpu_cmd_transfer_{from, to}_host_3d functionsGerd Hoffmann3-25/+21
2019-11-12drm/virtgpu: fix double unregistrationChuhong Yuan1-1/+1
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