summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: move drm_connector_to_virtio_gpu_output to virtgpu_displayGurchetan Singh2019-12-192-2/+3
* drm/virtio: move to_virtio_fence inside virtgpu_fenceGurchetan Singh2019-12-192-2/+3
* drm/virtio: simplify getting fake offsetGurchetan Singh2019-12-192-10/+2
* drm/virtio: get rid of drm_encoder_to_virtio_gpu_outputGurchetan Singh2019-12-191-2/+0
* drm/virtio: static-ify virtio_gpu_framebuffer_initGurchetan Singh2019-12-192-5/+1
* drm/virtio: static-ify virtio_fence_signaledGurchetan Singh2019-12-192-2/+1
* drm/virtio: use damage info for display updates.Gerd Hoffmann2019-12-161-17/+24
* drm/virtio: batch display update commands.Gerd Hoffmann2019-12-163-2/+31
* drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann2019-12-161-14/+21
* drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter2019-12-161-1/+1
* 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