aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAge
* drm/virtio: switch to generic fbdev emulationGerd Hoffmann2018-12-14
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-29
|\
| * Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-28
| |\
| * \ Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-21
| |\ \
| * \ \ Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-11-18
| |\ \ \
| | * | | drm/ttm: initialize globals during device init (v2)Christian König2018-11-05
| | * | | drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-05
| | * | | drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann2018-11-05
* | | | | drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann2018-11-29
* | | | | drm/virtio: fence: pass plain pointerGerd Hoffmann2018-11-29
| |_|_|/ |/| | |
* | | | drm/virtio: add edid supportGerd Hoffmann2018-11-21
| |_|/ |/| |
* | | drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King2018-11-14
* | | drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan2018-11-14
* | | drm/virtio: add in/out fence support for explicit synchronizationRobert Foss2018-11-14
* | | drm/virtio: add uapi for in and out explicit fencesRobert Foss2018-11-14
* | | drm/virtio: add virtio_gpu_alloc_fence()Robert Foss2018-11-14
* | | drm/virtio: Use IDAs more efficientlyMatthew Wilcox2018-11-14
* | | drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox2018-11-14
|/ /
* | gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta2018-10-30
* | drm/virtio: Handle context ID allocation errorsMatthew Wilcox2018-10-29
* | drm/virtio: Replace IDRs with IDAsMatthew Wilcox2018-10-29
* | drm/virtio: fix resource id handlingGerd Hoffmann2018-10-29
* | drm/virtio: drop resource_id argument.Gerd Hoffmann2018-10-29
* | drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann2018-10-29
* | drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann2018-10-29
* | drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()Gerd Hoffmann2018-10-29
* | drm/virtio: track created object stateGerd Hoffmann2018-10-29
* | drm/virtio: document drm_dev_set_unique workaroundEmil Velikov2018-10-25
|/
* virtio: Support prime objects vmap/vunmapEzequiel Garcia2018-09-26
* virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia2018-09-26
* virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia2018-09-26
* drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann2018-09-25
* drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann2018-09-25
* drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An2018-09-19
* drm/virtio: Remove set but not used variable 'bo'YueHaibing2018-09-10
* drm/virtio: add iommu support.Gerd Hoffmann2018-09-05
* drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann2018-09-05
* drm/virtio: track virtual output stateGerd Hoffmann2018-09-05
* drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław2018-09-03
* drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter2018-08-30
* drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann2018-08-30
* drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann2018-08-30
* drm/virtio: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-08-10
* gpu: drm: virtio: code cleanupSouptick Joarder2018-08-08
* drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter2018-07-13
* drm/virtio: Remove unecessary dma_fence_opsDaniel Vetter2018-07-03
* drm/virtio: Stop updating plane->crtcVille Syrjälä2018-06-11
* drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone2018-05-18
* Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-04-29
|\
| * drm/virtio: fix mode_valid's return typeLuc Van Oostenryck2018-04-25