summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)Author
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann
2020-02-17drm/virtio: batch display queryGerd Hoffmann
2020-02-17drm/virtio: batch resource creationGerd Hoffmann
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann
2020-02-17drm/virtio: notify before waitingGerd Hoffmann
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann
2020-02-14drm/virtio: fix error checkGerd Hoffmann
2020-02-13drm/virtio: fix virtio_gpu_cursor_plane_update().Gerd Hoffmann
2020-02-13drm/virtio: fix virtio_gpu_execbuffer_ioctl lockingGerd Hoffmann
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann
2020-02-10drm/virtio: simplify virtio_gpu_alloc_cmdGerd Hoffmann
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann
2020-02-06drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgsChia-I Wu
2020-02-06drm/virtio: move the check for vqs_ready earlierChia-I Wu
2020-02-06drm/virtio: move locking into virtio_gpu_queue_ctrl_sgsChia-I Wu
2020-02-06drm/virtio: set up virtqueue sgs before lockingChia-I Wu
2020-02-06drm/virtio: unlock object array on errorsChia-I Wu
2020-02-06drm/virtio: no need to pass virtio_gpu_ctrl_hdrChia-I Wu
2020-02-06drm/virtio: add virtio_gpu_vbuf_ctrl_hdrChia-I Wu
2020-02-06drm/virtio: remove incorrect ENOSPC checkChia-I Wu
2020-02-06drm/virtio: fix a wait_event conditionChia-I Wu
2020-02-06drm/virtio: ratelimit error loggingGerd Hoffmann
2020-02-05drm/virtio: fix vblank handlingGerd Hoffmann
2020-01-30drm/virtio: Remove sending of vblank eventThomas Zimmermann
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