summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)Author
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie
2020-01-13drm/virtio: add missing virtio_gpu_array_lock_resv callGerd Hoffmann
2019-12-19drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh
2019-12-19drm/virtio: move to_virtio_fence inside virtgpu_fenceGurchetan Singh
2019-12-19drm/virtio: simplify getting fake offsetGurchetan Singh
2019-12-19drm/virtio: get rid of drm_encoder_to_virtio_gpu_outputGurchetan Singh
2019-12-19drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh
2019-12-19drm/virtio: static-ify virtio_fence_signaledGurchetan Singh
2019-12-16drm/virtio: use damage info for display updates.Gerd Hoffmann
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann
2019-12-16drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann
2019-12-16drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter
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