index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_kms.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
virtio: rename virtio_find_vqs_info() to virtio_find_vqs()
Jiri Pirko
1
-1
/
+1
2024-07-17
virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()
Jiri Pirko
1
-5
/
+4
2023-03-06
drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS option
Dmitry Osipenko
1
-8
/
+10
2023-03-03
drm/virtio: Add option to disable KMS support
Rob Clark
1
-9
/
+14
2022-07-19
drm/virtio: kms: use drm managed resources
Danilo Krummrich
1
-9
/
+7
2022-07-19
drm/virtio: Improve DMA API usage for shmem BOs
Dmitry Osipenko
1
-4
/
+3
2022-01-14
virtio: wrap config->reset calls
Michael S. Tsirkin
1
-1
/
+1
2021-09-29
drm/virtio: implement context init: probe for feature
Anthoine Bourgeois
1
-1
/
+7
2021-09-29
drm/virtio: implement context init: track valid capabilities in a mask
Gurchetan Singh
1
-1
/
+17
2021-05-18
drm/virtio: Fix double free on probe failure
Xie Yongji
1
-0
/
+1
2021-05-18
drm/virtio: Fixes a potential NULL pointer dereference on probe failure
Xie Yongji
1
-0
/
+3
2021-02-03
drm/virtio: fix an error code in virtio_gpu_init()
Dan Carpenter
1
-0
/
+1
2020-09-29
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
1
-0
/
+8
2020-09-29
drm/virtio: implement blob resources: probe for host visible region
Gerd Hoffmann
1
-2
/
+18
2020-09-29
drm/virtio: implement blob resources: probe for the feature.
Gerd Hoffmann
1
-3
/
+7
2020-09-15
drm/virtio: use drmm_mode_config_init
Gerd Hoffmann
1
-1
/
+5
2020-09-09
drm/virtio: fix uninitialized variable
Gurchetan Singh
1
-1
/
+1
2020-09-09
Fix use after free in get_capset_info callback.
Doug Horn
1
-0
/
+2
2020-08-18
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
1
-8
/
+8
2020-08-18
drm/virtio: Support virtgpu exported resources
David Stevens
1
-0
/
+4
2020-08-05
drm/virtio: convert to LE accessors
Michael S. Tsirkin
1
-8
/
+8
2020-05-01
Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-11
/
+6
2020-04-28
drm/virtio: only destroy created contexts
Gurchetan Singh
1
-11
/
+6
2020-04-17
drm/virtio: fix up for include file changes
Stephen Rothwell
1
-0
/
+1
2020-02-25
drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
Gurchetan Singh
1
-1
/
+0
2020-02-25
drm/virtio: track whether or not a context has been initiated
Gurchetan Singh
1
-0
/
+3
2020-02-25
drm/virtio: factor out context create hypercall
Gurchetan Singh
1
-20
/
+6
2020-02-17
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
1
-0
/
+3
2020-02-17
drm/virtio: batch display query
Gerd Hoffmann
1
-0
/
+2
2020-02-12
drm/virtio: add drm_driver.release callback.
Gerd Hoffmann
1
-2
/
+5
2020-02-07
drm/virtio: fix ring free check
Gerd Hoffmann
1
-0
/
+3
2019-10-22
drm/virtio: print a single line with device features
Gerd Hoffmann
1
-5
/
+4
2019-09-04
drm/virtio: add worker for object release
Gerd Hoffmann
1
-0
/
+6
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
1
-9
/
+0
2019-07-15
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
1
-1
/
+3
2019-01-09
drm/virtio: Drop deprecated load/unload initialization
Ezequiel Garcia
1
-6
/
+3
2019-01-08
drm/virtio: Add missing virtqueue reset
Ezequiel Garcia
1
-0
/
+1
2018-12-14
drm/virtio: switch to generic fbdev emulation
Gerd Hoffmann
1
-8
/
+0
2018-11-21
drm/virtio: add edid support
Gerd Hoffmann
1
-0
/
+8
2018-11-14
drm/virtio: fix memory leak of vfpriv on error return path
Colin Ian King
1
-1
/
+3
2018-11-14
drm/virtio: Use IDAs more efficiently
Matthew Wilcox
1
-2
/
+3
2018-10-29
drm/virtio: Handle context ID allocation errors
Matthew Wilcox
1
-18
/
+11
2018-10-29
drm/virtio: Replace IDRs with IDAs
Matthew Wilcox
1
-14
/
+4
2017-11-10
virtgpu: remove redundant task_comm copying
Michał Mirosław
1
-4
/
+2
2017-05-29
drm: Remove drm_device->virtdev
Daniel Vetter
1
-2
/
+2
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
1
-2
/
+1
2017-03-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-1
/
+1
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
1
-1
/
+1
2017-01-31
virtio-gpu: disable VIRGL with BE kernel
Laurent Vivier
1
-1
/
+5
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
1
-2
/
+1
[next]