summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2-65/+0
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann3-6/+4
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann5-27/+27
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie5-0/+91
2018-11-22Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-38/+183
2018-11-21drm/virtio: add edid supportGerd Hoffmann5-0/+91
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2-65/+0
2018-11-14drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King1-1/+3
2018-11-14drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan1-2/+2
2018-11-14drm/virtio: add in/out fence support for explicit synchronizationRobert Foss1-17/+64
2018-11-14drm/virtio: add uapi for in and out explicit fencesRobert Foss1-0/+5
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss5-15/+96
2018-11-14drm/virtio: Use IDAs more efficientlyMatthew Wilcox2-5/+6
2018-11-14drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox1-2/+11
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König2-37/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König2-28/+0
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-10-30gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta1-2/+1
2018-10-29drm/virtio: Handle context ID allocation errorsMatthew Wilcox1-18/+11
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox3-28/+8
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann6-26/+23
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann6-16/+10
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann1-16/+8
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann1-5/+3
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()Gerd Hoffmann1-4/+4
2018-10-29drm/virtio: track created object stateGerd Hoffmann6-5/+16
2018-10-25drm/virtio: document drm_dev_set_unique workaroundEmil Velikov1-0/+31
2018-09-26virtio: Support prime objects vmap/vunmapEzequiel Garcia1-3/+8
2018-09-26virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia3-17/+6
2018-09-26virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia2-0/+9
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann4-55/+13
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann5-19/+17
2018-09-19drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An3-7/+26
2018-09-10drm/virtio: Remove set but not used variable 'bo'YueHaibing1-3/+0
2018-09-05drm/virtio: add iommu support.Gerd Hoffmann2-9/+38
2018-09-05drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann4-7/+12
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann3-1/+6
2018-09-03drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław1-21/+3
2018-08-30drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter1-2/+3
2018-08-30drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+2
2018-08-30drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+1
2018-08-10drm/virtio: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-08-08gpu: drm: virtio: code cleanupSouptick Joarder1-35/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-03drm/virtio: Remove unecessary dma_fence_opsDaniel Vetter1-7/+0
2018-06-11drm/virtio: Stop updating plane->crtcVille Syrjälä1-2/+0
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone4-32/+11
2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2018-04-25drm/virtio: fix vq wait_event conditionGerd Hoffmann1-2/+2
2018-04-25drm/virtio: fix mode_valid's return typeLuc Van Oostenryck1-1/+1