summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga2-3/+2
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie3-28/+43
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-2/+3
2020-03-09drm/virtio: add case for shmem objects in virtio_gpu_cleanup_object(..)Gurchetan Singh2-15/+20
2020-03-09drm/virtio: factor out the sg_table from virtio_gpu_objectGurchetan Singh3-20/+30
2020-02-27drm/virtio: fix mmap page attributesGerd Hoffmann1-0/+1
2020-02-27drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh2-2/+10
2020-02-27drm/virtio: make mmap callback consistent with callbacksGurchetan Singh1-1/+1
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh3-16/+16
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh3-0/+13
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh3-20/+21
2020-02-25drm/virtio: use consistent names for drm_filesGurchetan Singh1-10/+10
2020-02-24drm/virtio: fix resource id creation raceJohn Bates1-2/+2
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann5-9/+9
2020-02-17drm/virtio: batch display queryGerd Hoffmann2-2/+2
2020-02-17drm/virtio: batch resource creationGerd Hoffmann2-3/+1
2020-02-17drm/virtio: batch plane updates (pageflip)Gerd Hoffmann4-4/+6
2020-02-17drm/virtio: notify before waitingGerd Hoffmann1-0/+1
2020-02-17drm/virtio: rework notification for better batchingGerd Hoffmann3-27/+33
2020-02-14drm/virtio: fix error checkGerd Hoffmann1-1/+1
2020-02-13drm/virtio: fix virtio_gpu_cursor_plane_update().Gerd Hoffmann1-0/+1
2020-02-13drm/virtio: fix virtio_gpu_execbuffer_ioctl lockingGerd Hoffmann1-10/+10
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann5-17/+27
2020-02-10drm/virtio: move virtio_gpu_mem_entry initialization to new functionGerd Hoffmann3-50/+60
2020-02-10drm/virtio: move mapping teardown to virtio_gpu_cleanup_object()Gerd Hoffmann3-50/+12
2020-02-10drm/virtio: resource teardown tweaksGerd Hoffmann3-9/+43
2020-02-10drm/virtio: simplify virtio_gpu_alloc_cmdGerd Hoffmann1-17/+9
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann4-0/+8
2020-02-06drm/virtio: move virtqueue_notify into virtio_gpu_queue_ctrl_sgsChia-I Wu1-12/+10
2020-02-06drm/virtio: move the check for vqs_ready earlierChia-I Wu1-5/+8
2020-02-06drm/virtio: move locking into virtio_gpu_queue_ctrl_sgsChia-I Wu1-35/+35
2020-02-06drm/virtio: set up virtqueue sgs before lockingChia-I Wu1-31/+35
2020-02-06drm/virtio: unlock object array on errorsChia-I Wu1-1/+4
2020-02-06drm/virtio: no need to pass virtio_gpu_ctrl_hdrChia-I Wu1-12/+12
2020-02-06drm/virtio: add virtio_gpu_vbuf_ctrl_hdrChia-I Wu1-5/+15
2020-02-06drm/virtio: remove incorrect ENOSPC checkChia-I Wu1-13/+6
2020-02-06drm/virtio: fix a wait_event conditionChia-I Wu1-1/+2
2020-02-06drm/virtio: ratelimit error loggingGerd Hoffmann1-3/+3
2020-02-05drm/virtio: fix vblank handlingGerd Hoffmann1-0/+1
2020-01-30drm/virtio: Remove sending of vblank eventThomas Zimmermann1-8/+0
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