summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio
AgeCommit message (Expand)Author
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia
2019-01-08drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann
2019-01-08drm/virtio: fix pageflip flushGerd Hoffmann
2019-01-08drm/virtio: log error responsesGerd Hoffmann
2019-01-08drm/virtio: Add missing virtqueue resetEzequiel Garcia
2019-01-08drm/virtio: Remove incorrect kfree()Ezequiel Garcia
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann
2018-11-29Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-11-22Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-11-21drm/virtio: add edid supportGerd Hoffmann
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-14drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King
2018-11-14drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan
2018-11-14drm/virtio: add in/out fence support for explicit synchronizationRobert Foss
2018-11-14drm/virtio: add uapi for in and out explicit fencesRobert Foss
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss
2018-11-14drm/virtio: Use IDAs more efficientlyMatthew Wilcox
2018-11-14drm/virtio: Handle error from virtio_gpu_resource_id_getMatthew Wilcox
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-10-30gpu/drm/virtio/virtgpu_vq.c: Use kmem_cache_zallocSabyasachi Gupta
2018-10-29drm/virtio: Handle context ID allocation errorsMatthew Wilcox
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann
2018-10-29drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpufb_create()Gerd Hoffmann
2018-10-29drm/virtio: track created object stateGerd Hoffmann
2018-10-25drm/virtio: document drm_dev_set_unique workaroundEmil Velikov
2018-09-26virtio: Support prime objects vmap/vunmapEzequiel Garcia
2018-09-26virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia
2018-09-26virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia
2018-09-25drm/virtio: fix DRM_FORMAT_* handlingGerd Hoffmann
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann
2018-09-19drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An
2018-09-10drm/virtio: Remove set but not used variable 'bo'YueHaibing
2018-09-05drm/virtio: add iommu support.Gerd Hoffmann
2018-09-05drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann
2018-09-03drm/virtio: use simpler remove_conflicting_pci_framebuffers()Michał Mirosław
2018-08-30drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter
2018-08-30drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann
2018-08-30drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann
2018-08-10drm/virtio: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-08-08gpu: drm: virtio: code cleanupSouptick Joarder