aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_kms.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann1-1/+5
2020-09-09drm/virtio: fix uninitialized variableGurchetan Singh1-1/+1
2020-09-09Fix use after free in get_capset_info callback.Doug Horn1-0/+2
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard1-8/+8
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens1-0/+4
2020-08-05drm/virtio: convert to LE accessorsMichael S. Tsirkin1-8/+8
2020-05-01Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-11/+6
2020-04-28drm/virtio: only destroy created contextsGurchetan Singh1-11/+6
2020-04-17drm/virtio: fix up for include file changesStephen Rothwell1-0/+1
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh1-1/+0
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh1-0/+3
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh1-20/+6
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann1-0/+3
2020-02-17drm/virtio: batch display queryGerd Hoffmann1-0/+2
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann1-2/+5
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann1-0/+3
2019-10-22drm/virtio: print a single line with device featuresGerd Hoffmann1-5/+4
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann1-0/+6
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann1-9/+0
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg1-1/+3
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia1-6/+3
2019-01-08drm/virtio: Add missing virtqueue resetEzequiel Garcia1-0/+1
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann1-8/+0
2018-11-21drm/virtio: add edid supportGerd Hoffmann1-0/+8
2018-11-14drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King1-1/+3
2018-11-14drm/virtio: Use IDAs more efficientlyMatthew Wilcox1-2/+3
2018-10-29drm/virtio: Handle context ID allocation errorsMatthew Wilcox1-18/+11
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox1-14/+4
2017-11-10virtgpu: remove redundant task_comm copyingMichał Mirosław1-4/+2
2017-05-29drm: Remove drm_device->virtdevDaniel Vetter1-2/+2
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-2/+1
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+1
2017-01-31virtio-gpu: disable VIRGL with BE kernelLaurent Vivier1-1/+5
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-2/+1
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-1/+1
2016-09-20drm/virtio: add real fence context and seqnoGustavo Padovan1-0/+1
2016-01-12virtio: make find_vqs() checkpatch.pl-friendlyStefan Hajnoczi1-1/+1
2015-10-16virtio-gpu: add 3d/virgl supportGerd Hoffmann1-1/+132
2015-06-16drm/virtgpu: initialise fbdev after getting initial display infoDave Airlie1-1/+3
2015-06-03Add virtio gpu driver.Dave Airlie1-0/+173