summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_kms.c
Commit message (Expand)AuthorAgeFilesLines
* drm/virtio: convert to LE accessorsMichael S. Tsirkin2020-08-051-8/+8
* Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-011-11/+6
|\
| * drm/virtio: only destroy created contextsGurchetan Singh2020-04-281-11/+6
* | drm/virtio: fix up for include file changesStephen Rothwell2020-04-171-0/+1
|/
* drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh2020-02-251-1/+0
* drm/virtio: track whether or not a context has been initiatedGurchetan Singh2020-02-251-0/+3
* drm/virtio: factor out context create hypercallGurchetan Singh2020-02-251-20/+6
* drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann2020-02-171-0/+3
* drm/virtio: batch display queryGerd Hoffmann2020-02-171-0/+2
* drm/virtio: add drm_driver.release callback.Gerd Hoffmann2020-02-121-2/+5
* drm/virtio: fix ring free checkGerd Hoffmann2020-02-071-0/+3
* drm/virtio: print a single line with device featuresGerd Hoffmann2019-10-221-5/+4
* drm/virtio: add worker for object releaseGerd Hoffmann2019-09-041-0/+6
* drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann2019-09-041-9/+0
* drm/virtgpu: drop use of drmP.hSam Ravnborg2019-07-151-1/+3
* drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia2019-01-091-6/+3
* drm/virtio: Add missing virtqueue resetEzequiel Garcia2019-01-081-0/+1
* drm/virtio: switch to generic fbdev emulationGerd Hoffmann2018-12-141-8/+0
* drm/virtio: add edid supportGerd Hoffmann2018-11-211-0/+8
* drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King2018-11-141-1/+3
* drm/virtio: Use IDAs more efficientlyMatthew Wilcox2018-11-141-2/+3
* drm/virtio: Handle context ID allocation errorsMatthew Wilcox2018-10-291-18/+11
* drm/virtio: Replace IDRs with IDAsMatthew Wilcox2018-10-291-14/+4
* virtgpu: remove redundant task_comm copyingMichał Mirosław2017-11-101-4/+2
* drm: Remove drm_device->virtdevDaniel Vetter2017-05-291-2/+2
* virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-2/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-021-1/+1
|\
| * virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+1
* | virtio-gpu: disable VIRGL with BE kernelLaurent Vivier2017-01-311-1/+5
* | drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-2/+1
|/
* dma-buf: Rename struct fence to dma_fenceChris Wilson2016-10-251-1/+1
* drm/virtio: add real fence context and seqnoGustavo Padovan2016-09-201-0/+1
* virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi2016-01-121-1/+1
* virtio-gpu: add 3d/virgl supportGerd Hoffmann2015-10-161-1/+132
* drm/virtgpu: initialise fbdev after getting initial display infoDave Airlie2015-06-161-1/+3
* Add virtio gpu driver.Dave Airlie2015-06-031-0/+173