summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_drv.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-29Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst1-3/+0
2018-11-29drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence argGerd Hoffmann1-2/+1
2018-11-29drm/virtio: fence: pass plain pointerGerd Hoffmann1-7/+7
2018-11-29Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-0/+3
2018-11-22Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-2/+6
2018-11-21drm/virtio: add edid supportGerd Hoffmann1-0/+3
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-3/+0
2018-11-14drm/virtio: bump driver version after explicit synchronization additionGustavo Padovan1-2/+2
2018-11-14drm/virtio: add virtio_gpu_alloc_fence()Robert Foss1-0/+4
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König1-2/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König1-1/+0
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox1-4/+2
2018-10-29drm/virtio: fix resource id handlingGerd Hoffmann1-3/+0
2018-10-29drm/virtio: drop resource_id argument.Gerd Hoffmann1-2/+0
2018-10-29drm/virtio: track created object stateGerd Hoffmann1-0/+3
2018-09-26virtio: Rework virtio_gpu_object_kmap()Ezequiel Garcia1-1/+1
2018-09-26virtio: Add virtio_gpu_object_kunmap()Ezequiel Garcia1-0/+1
2018-09-25drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}Gerd Hoffmann1-2/+4
2018-09-19drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pagesJiandi An1-0/+8
2018-09-05drm/virtio: add iommu support.Gerd Hoffmann1-0/+1
2018-09-05drm/virtio: add virtio_gpu_object_detach() functionGerd Hoffmann1-2/+2
2018-09-05drm/virtio: track virtual output stateGerd Hoffmann1-0/+1
2018-08-30drm/virtio: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+2
2018-08-30drm/virtio: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+1
2018-05-18drm/virtio: Place GEM BOs in drm_framebufferDaniel Stone1-1/+0
2018-02-27drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira1-1/+1
2018-02-27drm/virtio: Add tabs at the start of a lineRodrigo Siqueira1-3/+3
2017-08-16drm/virtio: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-3/+0
2017-05-18drm/virtio: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-4/+4
2017-04-04drm: virtio: add virtio_gpu_translate_formatGerd Hoffmann1-0/+1
2017-03-07drm: virtio: use kmem_cacheGerd Hoffmann1-3/+1
2017-03-01drm/virtio: Remove virtio_gpu_debugfs_takedown()Noralf Trønnes1-1/+0
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-1/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
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-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-1/+1
2016-10-04drm: virtio: reinstate drm_virtio_set_busid()Laszlo Ersek1-0/+1
2016-09-20drm/virtio: add real fence context and seqnoGustavo Padovan1-0/+1
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter1-1/+0
2016-06-07virtio-gpu: switch to atomic cursor interfacesGerd Hoffmann1-0/+1
2016-06-07virtio-gpu: add atomic_commit functionGerd Hoffmann1-0/+1
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-1/+1
2015-10-16virtio-gpu: add basic prime supportDave Airlie1-0/+12
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann1-0/+60
2015-06-16virtio-gpu: add locking for vbuf poolDave Airlie1-0/+1
2015-06-16drm/virtgpu: initialise fbdev after getting initial display infoDave Airlie1-0/+1
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+350