summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_kms.c
AgeCommit message (Expand)Author
2023-03-06drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS optionDmitry Osipenko
2023-03-03drm/virtio: Add option to disable KMS supportRob Clark
2022-07-19drm/virtio: kms: use drm managed resourcesDanilo Krummrich
2022-07-19drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois
2021-09-29drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh
2021-05-18drm/virtio: Fix double free on probe failureXie Yongji
2021-05-18drm/virtio: Fixes a potential NULL pointer dereference on probe failureXie Yongji
2021-02-03drm/virtio: fix an error code in virtio_gpu_init()Dan Carpenter
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann
2020-09-15drm/virtio: use drmm_mode_config_initGerd Hoffmann
2020-09-09drm/virtio: fix uninitialized variableGurchetan Singh
2020-09-09Fix use after free in get_capset_info callback.Doug Horn
2020-08-18Merge v5.9-rc1 into drm-misc-nextMaxime Ripard
2020-08-18drm/virtio: Support virtgpu exported resourcesDavid Stevens
2020-08-05drm/virtio: convert to LE accessorsMichael S. Tsirkin
2020-05-01Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-04-28drm/virtio: only destroy created contextsGurchetan Singh
2020-04-17drm/virtio: fix up for include file changesStephen Rothwell
2020-02-25drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctlGurchetan Singh
2020-02-25drm/virtio: track whether or not a context has been initiatedGurchetan Singh
2020-02-25drm/virtio: factor out context create hypercallGurchetan Singh
2020-02-17drm/virtio: move remaining virtio_gpu_notify callsGerd Hoffmann
2020-02-17drm/virtio: batch display queryGerd Hoffmann
2020-02-12drm/virtio: add drm_driver.release callback.Gerd Hoffmann
2020-02-07drm/virtio: fix ring free checkGerd Hoffmann
2019-10-22drm/virtio: print a single line with device featuresGerd Hoffmann
2019-09-04drm/virtio: add worker for object releaseGerd Hoffmann
2019-09-04drm/virtio: switch from ttm to gem shmem helpersGerd Hoffmann
2019-07-15drm/virtgpu: drop use of drmP.hSam Ravnborg
2019-01-09drm/virtio: Drop deprecated load/unload initializationEzequiel Garcia
2019-01-08drm/virtio: Add missing virtqueue resetEzequiel Garcia
2018-12-14drm/virtio: switch to generic fbdev emulationGerd Hoffmann
2018-11-21drm/virtio: add edid supportGerd Hoffmann
2018-11-14drm/virtio: fix memory leak of vfpriv on error return pathColin Ian King
2018-11-14drm/virtio: Use IDAs more efficientlyMatthew Wilcox
2018-10-29drm/virtio: Handle context ID allocation errorsMatthew Wilcox
2018-10-29drm/virtio: Replace IDRs with IDAsMatthew Wilcox
2017-11-10virtgpu: remove redundant task_comm copyingMichał Mirosław
2017-05-29drm: Remove drm_device->virtdevDaniel Vetter
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2017-01-31virtio-gpu: disable VIRGL with BE kernelLaurent Vivier
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson
2016-09-20drm/virtio: add real fence context and seqnoGustavo Padovan