aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-08drm/virtio: Fix NULL dereference error in virtio_gpu_pollVivek Kasireddy1-1/+2
2021-09-29drm/virtio: implement context init: add virtio_gpu_fence_eventGurchetan Singh1-1/+42
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois1-0/+1
2021-07-01drm/aperture: Pass DRM driver structure instead of driver nameThomas Zimmermann1-1/+1
2021-05-18drm/virtio: free virtqueues on probe failureXie Yongji1-1/+3
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann1-3/+7
2021-01-06drm/virtgpu: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+0
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann1-0/+1
2020-09-25drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcsThomas Zimmermann1-1/+0
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens1-0/+3
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann1-1/+5
2019-11-12drm/virtgpu: fix double unregistrationChuhong Yuan1-1/+1
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann1-1/+1
2019-09-13drm/virtio: enable prime mmap supportGerd Hoffmann1-0/+1
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann1-18/+2
2019-08-23drm: drop resource_id parameter from drm_fb_helper_remove_conflicting_pci_framebuffersGerd Hoffmann1-1/+0
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg1-1/+4
2019-06-21drm/virtio: Drop drm_gem_prime_export/importDaniel Vetter1-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter1-1/+1
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+0
2019-04-24Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie1-0/+4
2019-02-28drm/virtio: implement prime exportGerd Hoffmann1-0/+2
2019-02-28drm/virtio: remove prime pin/unpin callbacks.Gerd Hoffmann1-2/+0
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie1-4/+0
2019-01-14drm/virtio: drop prime import/export callbacksGerd Hoffmann1-4/+0
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia1-4/+75
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann1-1/+8
2018-11-21drm/virtio: add edid supportGerd Hoffmann1-0/+1
2018-02-27drm/virtio: Remove multiple blank linesRodrigo Siqueira1-1/+0
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira1-0/+1
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-2/+2
2017-03-01drm/virtio: Remove virtio_gpu_debugfs_takedown()Noralf Trønnes1-1/+0
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie1-1/+0
2016-11-15Revert "drm: virtio: reinstate drm_virtio_set_busid()"Gerd Hoffmann1-1/+0
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
2016-10-04drm: virtio: reinstate drm_virtio_set_busid()Laszlo Ersek1-0/+1
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-06-01drm/virtio: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-03-30vgacon: dummy implementation for vgacon_text_forceDaniel Vetter1-2/+0
2016-02-11drm: virtio-gpu: set atomic flagRob Herring1-1/+1
2015-10-16virtio-gpu: mark as a render gpuDave Airlie1-1/+1
2015-10-16virtio-gpu: add basic prime supportDave Airlie1-1/+12
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann1-0/+15
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+136