index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-26
virtio: Support prime objects vmap/vunmap
Ezequiel Garcia
1
-3
/
+8
2018-09-26
virtio: Rework virtio_gpu_object_kmap()
Ezequiel Garcia
3
-17
/
+6
2018-09-26
virtio: Add virtio_gpu_object_kunmap()
Ezequiel Garcia
2
-0
/
+9
2018-09-25
drm/virtio: fix DRM_FORMAT_* handling
Gerd Hoffmann
4
-55
/
+13
2018-09-25
drm/virtio: pass virtio_gpu_object to virtio_gpu_cmd_transfer_to_host_{2d, 3d}
Gerd Hoffmann
5
-19
/
+17
2018-09-19
drm/virtio: add dma sync for dma mapped virtio gpu framebuffer pages
Jiandi An
3
-7
/
+26
2018-09-10
drm/virtio: Remove set but not used variable 'bo'
YueHaibing
1
-3
/
+0
2018-09-05
drm/virtio: add iommu support.
Gerd Hoffmann
2
-9
/
+38
2018-09-05
drm/virtio: add virtio_gpu_object_detach() function
Gerd Hoffmann
4
-7
/
+12
2018-09-05
drm/virtio: track virtual output state
Gerd Hoffmann
3
-1
/
+6
2018-09-03
drm/virtio: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-21
/
+3
2018-08-30
drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()
Dan Carpenter
1
-2
/
+3
2018-08-30
drm/virtio: Replace ttm_bo_unref with ttm_bo_put
Thomas Zimmermann
1
-3
/
+2
2018-08-30
drm/virtio: Replace ttm_bo_reference with ttm_bo_get
Thomas Zimmermann
1
-1
/
+1
2018-08-10
drm/virtio: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
1
-1
/
+1
2018-08-08
gpu: drm: virtio: code cleanup
Souptick Joarder
1
-35
/
+1
2018-07-13
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
1
-1
/
+1
2018-07-03
drm/virtio: Remove unecessary dma_fence_ops
Daniel Vetter
1
-7
/
+0
2018-06-11
drm/virtio: Stop updating plane->crtc
Ville Syrjälä
1
-2
/
+0
2018-05-18
drm/virtio: Place GEM BOs in drm_framebuffer
Daniel Stone
4
-32
/
+11
2018-04-30
Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2018-04-25
drm/virtio: fix vq wait_event condition
Gerd Hoffmann
1
-2
/
+2
2018-04-25
drm/virtio: fix mode_valid's return type
Luc Van Oostenryck
1
-1
/
+1
2018-03-28
Backmerge tag 'v4.16-rc7' into drm-next
Dave Airlie
1
-6
/
+11
2018-03-14
drm/ttm: add bo as parameter to the ttm_tt_create callback
Christian König
1
-4
/
+3
2018-03-14
Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
9
-29
/
+39
2018-02-27
drm/virtio: Add spaces around operators
Rodrigo Siqueira
2
-12
/
+12
2018-02-27
drm/virtio: Remove multiple blank lines
Rodrigo Siqueira
3
-3
/
+0
2018-02-27
drm/virtio: Replace 'unsigned' for 'unsigned int'
Rodrigo Siqueira
4
-5
/
+5
2018-02-27
drm/virtio: Remove return from void function
Rodrigo Siqueira
1
-2
/
+0
2018-02-27
drm/virtio: Add */ in block comments to separate line
Rodrigo Siqueira
3
-3
/
+6
2018-02-27
drm/virtio: Add blank line after variable declarations
Rodrigo Siqueira
6
-0
/
+12
2018-02-27
drm/virtio: Add tabs at the start of a line
Rodrigo Siqueira
2
-4
/
+4
2018-02-27
virtio-gpu: fix ioctl and expose the fixed status to userspace.
Dave Airlie
1
-6
/
+11
2018-02-27
drm/ttm: drop persistent_swap_storage from ttm_bo_init and co
Christian König
1
-1
/
+1
2018-02-27
drm/ttm: drop ttm->dummy_read_page
Christian König
1
-4
/
+2
2018-02-27
drm/virtio: remove ttm_pool_* wrappers
Christian König
1
-16
/
+0
2018-02-01
drm/virtio: Don't return invalid caps on timeout
Tomeu Vizoso
1
-0
/
+2
2017-12-28
drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)
Roger He
2
-3
/
+8
2017-12-27
drm/virtio: remove the default io_mem_pfn set
Tan Xiaojun
1
-1
/
+0
2017-12-06
drm/ttm: add context to driver move callback as well
Christian König
1
-4
/
+3
2017-12-06
drm/ttm: add operation ctx to ttm_bo_validate v2
Christian König
1
-5
/
+6
2017-12-03
Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
3
-5
/
+15
2017-11-16
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-10
/
+10
2017-11-10
virtgpu: remove redundant task_comm copying
Michał Mirosław
1
-4
/
+2
2017-11-10
drm/virtio: add create_handle support.
Lepton Wu
1
-0
/
+12
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
drm: virtio: replace reference/unreference with get/put
Aastha Gupta
1
-1
/
+1
2017-10-03
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-1
/
+1
2017-10-02
drm/virtio: Replace instances of reference/unreference with get/put
Srishti Sharma
3
-10
/
+10
[next]