index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
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
2021-05-18
drm/virtio: Fix double free on probe failure
Xie Yongji
2021-05-18
drm/virtio: Fixes a potential NULL pointer dereference on probe failure
Xie Yongji
2021-02-03
drm/virtio: fix an error code in virtio_gpu_init()
Dan Carpenter
2020-09-29
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
2020-09-29
drm/virtio: implement blob resources: probe for host visible region
Gerd Hoffmann
2020-09-29
drm/virtio: implement blob resources: probe for the feature.
Gerd Hoffmann
2020-09-15
drm/virtio: use drmm_mode_config_init
Gerd Hoffmann
2020-09-09
drm/virtio: fix uninitialized variable
Gurchetan Singh
2020-09-09
Fix use after free in get_capset_info callback.
Doug Horn
2020-08-18
Merge v5.9-rc1 into drm-misc-next
Maxime Ripard
2020-08-18
drm/virtio: Support virtgpu exported resources
David Stevens
2020-08-05
drm/virtio: convert to LE accessors
Michael S. Tsirkin
2020-05-01
Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2020-04-28
drm/virtio: only destroy created contexts
Gurchetan Singh
2020-04-17
drm/virtio: fix up for include file changes
Stephen Rothwell
2020-02-25
drm/virtio: enqueue virtio_gpu_create_context after the first 3D ioctl
Gurchetan Singh
2020-02-25
drm/virtio: track whether or not a context has been initiated
Gurchetan Singh
2020-02-25
drm/virtio: factor out context create hypercall
Gurchetan Singh
2020-02-17
drm/virtio: move remaining virtio_gpu_notify calls
Gerd Hoffmann
2020-02-17
drm/virtio: batch display query
Gerd Hoffmann
2020-02-12
drm/virtio: add drm_driver.release callback.
Gerd Hoffmann
2020-02-07
drm/virtio: fix ring free check
Gerd Hoffmann
2019-10-22
drm/virtio: print a single line with device features
Gerd Hoffmann
2019-09-04
drm/virtio: add worker for object release
Gerd Hoffmann
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
2019-07-15
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
2019-01-09
drm/virtio: Drop deprecated load/unload initialization
Ezequiel Garcia
2019-01-08
drm/virtio: Add missing virtqueue reset
Ezequiel Garcia
2018-12-14
drm/virtio: switch to generic fbdev emulation
Gerd Hoffmann
2018-11-21
drm/virtio: add edid support
Gerd Hoffmann
2018-11-14
drm/virtio: fix memory leak of vfpriv on error return path
Colin Ian King
2018-11-14
drm/virtio: Use IDAs more efficiently
Matthew Wilcox
2018-10-29
drm/virtio: Handle context ID allocation errors
Matthew Wilcox
2018-10-29
drm/virtio: Replace IDRs with IDAs
Matthew Wilcox
2017-11-10
virtgpu: remove redundant task_comm copying
Michał Mirosław
2017-05-29
drm: Remove drm_device->virtdev
Daniel Vetter
2017-05-02
virtio: wrap find_vqs
Michael S. Tsirkin
2017-03-02
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2017-02-27
virtio: allow drivers to request IRQ affinity when creating VQs
Christoph Hellwig
2017-01-31
virtio-gpu: disable VIRGL with BE kernel
Laurent Vivier
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
2016-10-25
dma-buf: Rename struct fence to dma_fence
Chris Wilson
2016-09-20
drm/virtio: add real fence context and seqno
Gustavo Padovan
2016-01-12
virtio: make find_vqs() checkpatch.pl-friendly
Stefan Hajnoczi
2015-10-16
virtio-gpu: add 3d/virgl support
Gerd Hoffmann
2015-06-16
drm/virtgpu: initialise fbdev after getting initial display info
Dave Airlie
2015-06-03
Add virtio gpu driver.
Dave Airlie