summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/virtio/virtgpu_kms.c
Commit message (Expand)AuthorAgeFilesLines
* virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-1/+1
* virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko2024-07-171-5/+4
* drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS optionDmitry Osipenko2023-03-061-8/+10
* drm/virtio: Add option to disable KMS supportRob Clark2023-03-031-9/+14
* drm/virtio: kms: use drm managed resourcesDanilo Krummrich2022-07-191-9/+7
* drm/virtio: Improve DMA API usage for shmem BOsDmitry Osipenko2022-07-191-4/+3
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* drm/virtio: implement context init: probe for featureAnthoine Bourgeois2021-09-291-1/+7
* drm/virtio: implement context init: track valid capabilities in a maskGurchetan Singh2021-09-291-1/+17
* drm/virtio: Fix double free on probe failureXie Yongji2021-05-181-0/+1
* drm/virtio: Fixes a potential NULL pointer dereference on probe failureXie Yongji2021-05-181-0/+3
* drm/virtio: fix an error code in virtio_gpu_init()Dan Carpenter2021-02-031-0/+1
* drm/virtio: implement blob resources: implement vram objectGerd Hoffmann2020-09-291-0/+8
* drm/virtio: implement blob resources: probe for host visible regionGerd Hoffmann2020-09-291-2/+18
* drm/virtio: implement blob resources: probe for the feature.Gerd Hoffmann2020-09-291-3/+7
* drm/virtio: use drmm_mode_config_initGerd Hoffmann2020-09-151-1/+5
* drm/virtio: fix uninitialized variableGurchetan Singh2020-09-091-1/+1
* Fix use after free in get_capset_info callback.Doug Horn2020-09-091-0/+2
* Merge v5.9-rc1 into drm-misc-nextMaxime Ripard2020-08-181-8/+8
|\
| * drm/virtio: convert to LE accessorsMichael S. Tsirkin2020-08-051-8/+8
* | drm/virtio: Support virtgpu exported resourcesDavid Stevens2020-08-181-0/+4
|/
* 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
|/