summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: drop prime import/export callbacksGerd Hoffmann2019-01-143-22/+0
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-292-65/+0
|\
| * Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-295-0/+91
| |\
| * \ Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-227-38/+183
| |\ \
| * \ \ Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-192-65/+0
| |\ \ \
| | * | | drm/ttm: initialize globals during device init (v2)Christian König2018-11-052-37/+0
| | * | | drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-052-28/+0
| | * | | drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-051-2/+2
* | | | | drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann2018-11-293-6/+4
* | | | | drm/virtio: fence: pass plain pointerGerd Hoffmann2018-11-295-27/+27
| |_|_|/ |/| | |
* | | | drm/virtio: add edid supportGerd Hoffmann2018-11-215-0/+91
| |_|/ |/| |
* | | drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King2018-11-141-1/+3
* | | drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan2018-11-141-2/+2
* | | drm/virtio: add in/out fence support for explicit synchronizationRobert Foss2018-11-141-17/+64
* | | drm/virtio: add uapi for in and out explicit fencesRobert Foss2018-11-141-0/+5
* | | drm/virtio: add virtio_gpu_alloc_fence()Robert Foss2018-11-145-15/+96
* | | drm/virtio: Use IDAs more efficientlyMatthew Wilcox2018-11-142-5/+6
* | | drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox2018-11-141-2/+11
|/ /
* | gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta2018-10-301-2/+1
* | drm/virtio: Handle context ID allocation errorsMatthew Wilcox2018-10-291-18/+11
* | drm/virtio: Replace IDRs with IDAsMatthew Wilcox2018-10-293-28/+8
* | drm/virtio: fix resource id handlingGerd Hoffmann2018-10-296-26/+23
* | drm/virtio: drop resource_id argument.Gerd Hoffmann2018-10-296-16/+10
* | drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann2018-10-291-16/+8
* | drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann2018-10-291-5/+3
* | drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()Gerd Hoffmann2018-10-291-4/+4
* | drm/virtio: track created object stateGerd Hoffmann2018-10-296-5/+16
* | drm/virtio: document drm_dev_set_unique workaroundEmil Velikov2018-10-251-0/+31
|/
* virtio: Support prime objects vmap/vunmapEzequiel Garcia2018-09-261-3/+8
* virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia2018-09-263-17/+6
* virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia2018-09-262-0/+9
* drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann2018-09-254-55/+13
* drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann2018-09-255-19/+17
* drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An2018-09-193-7/+26
* drm/virtio: Remove set but not used variable 'bo'YueHaibing2018-09-101-3/+0
* drm/virtio: add iommu support.Gerd Hoffmann2018-09-052-9/+38
* drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann2018-09-054-7/+12
* drm/virtio: track virtual output stateGerd Hoffmann2018-09-053-1/+6
* drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-031-21/+3
* drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter2018-08-301-2/+3
* drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-301-3/+2
* drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2018-08-301-1/+1
* drm/virtio: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-08-101-1/+1
* gpu: drm: virtio: code cleanupSouptick Joarder2018-08-081-35/+1
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-131-1/+1
* drm/virtio: Remove unecessary dma_fence_opsDaniel Vetter2018-07-031-7/+0
* drm/virtio: Stop updating plane->crtcVille Syrjälä2018-06-111-2/+0
* drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone2018-05-184-32/+11
* Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-301-1/+1
|\
| * drm/virtio: fix mode_valid's return typeLuc Van Oostenryck2018-04-251-1/+1
OpenPOWER on IntegriCloud