summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-04-051-0/+1
|\
| * drm/virtio: add missing drm_atomic_helper_shutdown() call.Gerd Hoffmann2019-04-021-0/+1
* | Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-04-031-3/+1Star
|\ \ | |/ |/|
| * drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann2019-03-191-1/+1
| * drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann2019-03-191-2/+0Star
* | drm/virtio: rework resource creation workflow.Gerd Hoffmann2019-03-286-91/+83Star
* | drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()Gerd Hoffmann2019-03-283-19/+32
* | drm/virtio: params struct for virtio_gpu_cmd_create_resource()Gerd Hoffmann2019-03-284-15/+16
* | drm/virtio: use struct to pass params to virtio_gpu_object_create()Gerd Hoffmann2019-03-284-34/+35
* | drm/virtio: move virtio_gpu_object_{attach, detach} calls.Gerd Hoffmann2019-03-281-68/+24Star
* | drm/virtio: add virtio-gpu-features debugfs file.Gerd Hoffmann2019-03-281-1/+26
* | drm/virtio: remove set but not used variable 'vgdev'YueHaibing2019-03-281-6/+0Star
* | drm/virtio: implement prime exportGerd Hoffmann2019-02-283-0/+15
* | drm/virtio: remove prime pin/unpin callbacks.Gerd Hoffmann2019-02-283-15/+0Star
* | drm/virtio: implement prime mmapGerd Hoffmann2019-02-281-2/+5
|/
* Merge v5.0-rc7 into drm-nextDave Airlie2019-02-183-22/+0Star
|\
| * drm/virtio: drop prime import/export callbacksGerd Hoffmann2019-01-143-22/+0Star
* | drm/virtio: do NOT reuse resource idsGerd Hoffmann2019-02-111-0/+13
* | drm: Split out drm_probe_helper.hDaniel Vetter2019-01-242-2/+2
* | drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia2019-01-096-122/+83Star
* | drm/virtio: drop virtio_gpu_fence_cleanup()Gerd Hoffmann2019-01-084-12/+5Star
* | drm/virtio: fix pageflip flushGerd Hoffmann2019-01-081-5/+6
* | drm/virtio: log error responsesGerd Hoffmann2019-01-081-2/+10
* | drm/virtio: Add missing virtqueue resetEzequiel Garcia2019-01-081-0/+1
* | drm/virtio: Remove incorrect kfree()Ezequiel Garcia2019-01-081-4/+0Star
* | drm/virtio: switch to generic fbdev emulationGerd Hoffmann2018-12-145-215/+8Star
|/
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2018-11-292-65/+0Star
|\
| * 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/+0Star
| |\ \ \
| | * | | drm/ttm: initialize globals during device init (v2)Christian König2018-11-052-37/+0Star
| | * | | drm/ttm: use a static ttm_mem_global instanceChristian König2018-11-052-28/+0Star
| | * | | 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/+4Star
* | | | | 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/+1Star
* | drm/virtio: Handle context ID allocation errorsMatthew Wilcox2018-10-291-18/+11Star
* | drm/virtio: Replace IDRs with IDAsMatthew Wilcox2018-10-293-28/+8Star
* | drm/virtio: fix resource id handlingGerd Hoffmann2018-10-296-26/+23Star
* | drm/virtio: drop resource_id argument.Gerd Hoffmann2018-10-296-16/+10Star
* | drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_resource_creat...Gerd Hoffmann2018-10-291-16/+8Star
* | drm/virtio: use virtio_gpu_object->hw_res_handle in virtio_gpu_mode_dumb_crea...Gerd Hoffmann2018-10-291-5/+3Star