summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/virtio/virtgpu_kms.c
AgeCommit message (Expand)AuthorFilesLines
12 daysMerge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-8/+63
2026-08-20BackMerge tag 'v7.2' into drm-nextDave Airlie1-1/+4
2026-08-14drm/virtio: reclaim pending vbufs before tearing down vqsAnuj Bolewar1-0/+1
2026-07-13drm/virtio: fix deadlock in display_info_cb by removing hotplug from dequeue ...Ryosuke Yasuoka1-1/+4
2026-06-30drm/virtio: fail init on display-info timeoutPengpeng Hou1-4/+10
2026-05-29drm/virtio: Add PM notifier to restore objects after hibernationDongwon Kim1-0/+35
2026-05-29drm/virtio: Add support for saving and restoring virtio_gpu_objectsDongwon Kim1-0/+3
2026-05-29drm/virtio: Freeze and restore hooks to support suspend and resumeDongwon Kim1-6/+17
2026-05-20drm/virtio: support VIRTIO_GPU_F_BLOB_ALIGNMENTSergio Lopez1-3/+11
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-08-20drm/virtio: clean up minor codestyle issuesAthul Raj Kollareth1-10/+10
2024-07-17virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko1-1/+1
2024-07-17virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko1-5/+4
2023-03-06drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS optionDmitry Osipenko1-8/+10
2023-03-03drm/virtio: Add option to disable KMS supportRob Clark1-9/+14
2022-07-19drm/virtio: kms: use drm managed resourcesDanilo Krummrich1-9/+7
2022-07-19drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko1-4/+3
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2021-09-29drm/virtio: implement context init: probe for featureAnthoine Bourgeois1-1/+7
2021-09-29drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh1-1/+17
2021-05-18drm/virtio: Fix double free on probe failureXie Yongji1-0/+1
2021-05-18drm/virtio: Fixes a potential NULL pointer dereference on probe failureXie Yongji1-0/+3
2021-02-03drm/virtio: fix an error code in virtio_gpu_init()Dan Carpenter1-0/+1
2020-09-29drm/virtio: implement blob resources: implement vram objectGerd Hoffmann1-0/+8
2020-09-29drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann1-2/+18
2020-09-29drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann1-3/+7
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/dr...Dave 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