index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
/
virtgpu_drv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/virtio: drop framebuffer dirty tracking code
Gerd Hoffmann
2019-06-13
1
-7
/
+0
*
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-05-22
1
-0
/
+3
|
\
|
*
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-05-08
1
-12
/
+33
|
|
\
|
*
|
Revert "drm/virtio: drop prime import/export callbacks"
Dave Airlie
2019-04-24
1
-0
/
+4
*
|
|
drm/virtio: Remove redundant return type
Robert Foss
2019-05-06
1
-1
/
+1
*
|
|
drm/virtio: set seqno for dma-fence
Chia-I Wu
2019-05-06
1
-1
/
+0
|
|
/
|
/
|
*
|
drm/virtio: rework resource creation workflow.
Gerd Hoffmann
2019-03-28
1
-4
/
+14
*
|
drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()
Gerd Hoffmann
2019-03-28
1
-1
/
+9
*
|
drm/virtio: params struct for virtio_gpu_cmd_create_resource()
Gerd Hoffmann
2019-03-28
1
-3
/
+4
*
|
drm/virtio: use struct to pass params to virtio_gpu_object_create()
Gerd Hoffmann
2019-03-28
1
-5
/
+9
*
|
drm/virtio: implement prime export
Gerd Hoffmann
2019-02-28
1
-0
/
+1
*
|
drm/virtio: remove prime pin/unpin callbacks.
Gerd Hoffmann
2019-02-28
1
-2
/
+0
|
/
*
Merge v5.0-rc7 into drm-next
Dave Airlie
2019-02-18
1
-4
/
+0
|
\
|
*
drm/virtio: drop prime import/export callbacks
Gerd Hoffmann
2019-01-14
1
-4
/
+0
*
|
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
1
-1
/
+1
*
|
drm/virtio: Drop deprecated load/unload initialization
Ezequiel Garcia
2019-01-09
1
-6
/
+3
*
|
drm/virtio: drop virtio_gpu_fence_cleanup()
Gerd Hoffmann
2019-01-08
1
-1
/
+0
*
|
drm/virtio: switch to generic fbdev emulation
Gerd Hoffmann
2018-12-14
1
-14
/
+0
|
/
*
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
2018-11-29
1
-3
/
+0
|
\
|
*
Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-11-29
1
-0
/
+3
|
|
\
|
*
\
Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-11-22
1
-2
/
+6
|
|
\
\
|
*
\
\
Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-11-19
1
-3
/
+0
|
|
\
\
\
|
|
*
|
|
drm/ttm: initialize globals during device init (v2)
Christian König
2018-11-05
1
-2
/
+0
|
|
*
|
|
drm/ttm: use a static ttm_mem_global instance
Christian König
2018-11-05
1
-1
/
+0
*
|
|
|
|
drm/virtio: virtio_gpu_cmd_resource_create_3d: drop unused fence arg
Gerd Hoffmann
2018-11-29
1
-2
/
+1
*
|
|
|
|
drm/virtio: fence: pass plain pointer
Gerd Hoffmann
2018-11-29
1
-7
/
+7
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
drm/virtio: add edid support
Gerd Hoffmann
2018-11-21
1
-0
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
drm/virtio: bump driver version after explicit synchronization addition
Gustavo Padovan
2018-11-14
1
-2
/
+2
*
|
|
drm/virtio: add virtio_gpu_alloc_fence()
Robert Foss
2018-11-14
1
-0
/
+4
|
/
/
*
|
drm/virtio: Replace IDRs with IDAs
Matthew Wilcox
2018-10-29
1
-4
/
+2
*
|
drm/virtio: fix resource id handling
Gerd Hoffmann
2018-10-29
1
-3
/
+0
*
|
drm/virtio: drop resource_id argument.
Gerd Hoffmann
2018-10-29
1
-2
/
+0
*
|
drm/virtio: track created object state
Gerd Hoffmann
2018-10-29
1
-0
/
+3
|
/
*
virtio: Rework virtio_gpu_object_kmap()
Ezequiel Garcia
2018-09-26
1
-1
/
+1
*
virtio: Add virtio_gpu_object_kunmap()
Ezequiel Garcia
2018-09-26
1
-0
/
+1
*
drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}
Gerd Hoffmann
2018-09-25
1
-2
/
+4
*
drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pages
Jiandi An
2018-09-19
1
-0
/
+8
*
drm/virtio: add iommu support.
Gerd Hoffmann
2018-09-05
1
-0
/
+1
*
drm/virtio: add virtio_gpu_object_detach() function
Gerd Hoffmann
2018-09-05
1
-2
/
+2
*
drm/virtio: track virtual output state
Gerd Hoffmann
2018-09-05
1
-0
/
+1
*
drm/virtio: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
2018-08-30
1
-3
/
+2
*
drm/virtio: Replace ttm_bo_reference with ttm_bo_get
Thomas Zimmermann
2018-08-30
1
-1
/
+1
*
drm/virtio: Place GEM BOs in drm_framebuffer
Daniel Stone
2018-05-18
1
-1
/
+0
*
drm/virtio: Replace 'unsigned' for 'unsigned int'
Rodrigo Siqueira
2018-02-27
1
-1
/
+1
*
drm/virtio: Add tabs at the start of a line
Rodrigo Siqueira
2018-02-27
1
-3
/
+3
*
drm/virtio: Use the drm_driver.dumb_destroy default
Noralf Trønnes
2017-08-16
1
-3
/
+0
*
drm/virtio: fix include notation and remove -Iinclude/drm flag
Masahiro Yamada
2017-05-18
1
-4
/
+4
*
drm: virtio: add virtio_gpu_translate_format
Gerd Hoffmann
2017-04-04
1
-0
/
+1
*
drm: virtio: use kmem_cache
Gerd Hoffmann
2017-03-07
1
-3
/
+1
*
drm/virtio: Remove virtio_gpu_debugfs_takedown()
Noralf Trønnes
2017-03-01
1
-1
/
+0
[next]