index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
Dmitry Osipenko
2022-07-19
1
-3
/
+3
*
drm/virtio: Unlock reservations on dma_resv_reserve_fences() error
Dmitry Osipenko
2022-07-19
1
-1
/
+3
*
drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error
Dmitry Osipenko
2022-07-19
1
-0
/
+2
*
drm/virtio: Check whether transferred 2D BO is shmem
Dmitry Osipenko
2022-07-19
1
-1
/
+1
*
drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
Dmitry Osipenko
2022-07-19
1
-0
/
+1
*
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+1
*
drm: Drop drm_edid.h from drm_crtc.h
Ville Syrjälä
2022-06-20
2
-0
/
+3
*
drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_init
Miaoqian Lin
2022-06-09
1
-2
/
+2
*
drm/virtio: simplify the return expression
Minghao Chi
2022-06-09
1
-5
/
+1
*
virtio-gpu: fix a missing check to avoid NULL dereference
Xiaomeng Tong
2022-06-09
1
-2
/
+4
*
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
2022-04-07
1
-1
/
+2
*
dma-buf: add enum dma_resv_usage v4
Christian König
2022-04-07
1
-2
/
+3
*
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
2022-04-06
1
-0
/
+9
*
drm/virtio: Remove restriction of non-zero blob_flags
Rob Clark
2022-03-25
1
-2
/
+1
*
drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
Liu Zixian
2022-03-25
1
-0
/
+2
*
drm/gem-shmem: Set vm_ops in static initializer
Thomas Zimmermann
2022-02-14
1
-0
/
+1
*
drm: Convert open-coded yes/no strings to yesno()
Lucas De Marchi
2022-02-07
1
-1
/
+3
*
Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-02-01
1
-0
/
+3
|
\
|
*
drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
Roberto Sassu
2022-01-18
1
-0
/
+3
*
|
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2022-01-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
virtio: wrap config->reset calls
Michael S. Tsirkin
2022-01-14
1
-1
/
+1
*
|
Merge v5.16-rc5 into drm-next
Daniel Vetter
2021-12-14
3
-43
/
+2
|
\
|
|
*
drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)
Gurchetan Singh
2021-11-29
1
-41
/
+1
|
*
drm/virtgpu api: define a dummy fence signaled event
Gurchetan Singh
2021-11-29
2
-2
/
+1
*
|
drm: Return error codes from struct drm_driver.gem_create_object
Thomas Zimmermann
2021-12-02
1
-1
/
+1
*
|
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
2021-11-27
1
-2
/
+1
*
|
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2021-11-18
1
-1
/
+2
|
\
|
|
*
drm/virtio: Fix NULL dereference error in virtio_gpu_poll
Vivek Kasireddy
2021-11-08
1
-1
/
+2
*
|
drm/shmem-helper: Pass GEM shmem object in public interfaces
Thomas Zimmermann
2021-11-15
1
-6
/
+6
*
|
drm/shmem-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
2021-11-15
1
-8
/
+7
*
|
drm/virtio: fix another potential integer overflow on shift of a int
Colin Ian King
2021-10-29
1
-1
/
+1
*
|
drm/virtio: fix potential integer overflow on shift of a int
Colin Ian King
2021-10-29
1
-1
/
+1
|
/
*
drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffe...
Jing Xiangfeng
2021-10-11
1
-1
/
+3
*
drm/virtio: implement context init: advertise feature to userspace
Gurchetan Singh
2021-09-29
1
-0
/
+6
*
drm/virtio: implement context init: add virtio_gpu_fence_event
Gurchetan Singh
2021-09-29
4
-1
/
+93
*
drm/virtio: implement context init: handle VIRTGPU_CONTEXT_PARAM_POLL_RINGS_MASK
Gurchetan Singh
2021-09-29
2
-1
/
+22
*
drm/virtio: implement context init: allocate an array of fence contexts
Gurchetan Singh
2021-09-29
2
-2
/
+35
*
drm/virtio: implement context init: stop using drv->context when creating fence
Gurchetan Singh
2021-09-29
2
-14
/
+17
*
drm/virtio: implement context init: plumb {base_fence_ctx, ring_idx} to virti...
Gurchetan Singh
2021-09-29
4
-8
/
+13
*
drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virt...
Gurchetan Singh
2021-09-29
1
-0
/
+2
*
drm/virtio: implement context init: support init ioctl
Anthoine Bourgeois
2021-09-29
3
-8
/
+98
*
drm/virtio: implement context init: probe for feature
Anthoine Bourgeois
2021-09-29
4
-1
/
+10
*
drm/virtio: implement context init: track valid capabilities in a mask
Gurchetan Singh
2021-09-29
2
-1
/
+20
*
virtio-gpu: fix possible memory allocation failure
liuyuntao
2021-09-17
1
-7
/
+1
*
drm/virtio: support mapping exported vram
David Stevens
2021-08-16
3
-2
/
+99
*
drm/virtio: set non-cross device blob uuid_state
David Stevens
2021-08-12
1
-0
/
+2
*
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
2021-07-01
1
-1
/
+1
*
drm/virtio: Add the fence in resource_flush if present
Vivek Kasireddy
2021-06-23
1
-6
/
+39
*
drm/virtio: Prepare resource_flush to accept a fence
Vivek Kasireddy
2021-06-23
2
-3
/
+8
*
drm/virtio: Add fences for Guest blobs
Vivek Kasireddy
2021-06-23
1
-7
/
+12
[prev]
[next]