index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
virtio
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/shmem-helper: Use cached mappings by default
Thomas Zimmermann
2020-11-24
1
-1
/
+0
*
drm/virtio: rename sync_seq and last_seq
Gurchetan Singh
2020-11-20
3
-8
/
+9
*
drm/virtio: use fence_id when processing fences
Gurchetan Singh
2020-11-20
2
-4
/
+4
*
drm/virtio: fix a file name comment reference
Anthoine Bourgeois
2020-11-20
1
-1
/
+1
*
drm/virtio: suffix create blob call with _ioctl like any ioctl
Anthoine Bourgeois
2020-11-20
1
-3
/
+4
*
drm/virtio: Make virtgpu_dmabuf_ops with static keyword
Zou Wei
2020-11-16
1
-1
/
+1
*
drm: Use state helper instead of CRTC state pointer
Maxime Ripard
2020-11-10
1
-1
/
+3
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-2
/
+2
*
drm/virtio: Fix a double free in virtio_gpu_cmd_map()
Dan Carpenter
2020-11-06
1
-3
/
+1
*
drm/virtio: use kvmalloc for large allocations
Sergey Senozhatsky
2020-11-05
1
-2
/
+3
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
1
-1
/
+1
*
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
2020-11-02
1
-1
/
+1
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2020-11-02
2
-23
/
+26
|
\
|
*
Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-09-23
5
-29
/
+48
|
|
\
|
*
\
Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...
Dave Airlie
2020-09-17
2
-22
/
+26
|
|
\
\
|
|
*
|
drm: virtio: fix common struct sg_table related issues
Marek Szyprowski
2020-09-10
2
-22
/
+26
*
|
|
|
drm/virtio: Use UUID API for importing the UUID
Andy Shevchenko
2020-10-14
1
-1
/
+1
*
|
|
|
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
1
-2
/
+2
*
|
|
|
drm/virtio: advertise features to userspace
Gurchetan Singh
2020-09-29
1
-1
/
+10
*
|
|
|
drm/virtio: implement blob resources: resource create blob ioctl
Gerd Hoffmann
2020-09-29
4
-3
/
+144
*
|
|
|
drm/virtio: implement blob resources: report blob mem to userspace
Gurchetan Singh
2020-09-29
1
-0
/
+3
*
|
|
|
drm/virtio: implement blob resources: fix stride discrepancy
Gurchetan Singh
2020-09-29
3
-6
/
+47
*
|
|
|
drm/virtio: implement blob resources: refactor UUID code somewhat
Gurchetan Singh
2020-09-29
2
-13
/
+31
*
|
|
|
drm/virtio: implement blob resources: blob display integration
Gurchetan Singh
2020-09-29
1
-6
/
+17
*
|
|
|
drm/virtio: implement blob resources: hypercall interface
Gurchetan Singh
2020-09-29
2
-0
/
+80
*
|
|
|
drm/virtio: implement blob resources: implement vram object
Gerd Hoffmann
2020-09-29
7
-3
/
+293
*
|
|
|
drm/virtio: implement blob resources: add new fields to internal structs
Gurchetan Singh
2020-09-29
1
-3
/
+14
*
|
|
|
drm/virtio: implement blob resources: expose virtio_gpu_resource_id_get
Gurchetan Singh
2020-09-29
2
-2
/
+3
*
|
|
|
drm/virtio: implement blob resources: probe for host visible region
Gerd Hoffmann
2020-09-29
3
-2
/
+25
*
|
|
|
drm/virtio: implement blob resources: probe for the feature.
Gerd Hoffmann
2020-09-29
4
-3
/
+10
*
|
|
|
drm/virtio: blob prep: make CPU responses more generic
Gurchetan Singh
2020-09-29
3
-11
/
+11
*
|
|
|
drm/virtio: blob prep: refactor getting pages and attaching backing
Gurchetan Singh
2020-09-29
1
-8
/
+8
*
|
|
|
drm/virtgpu: Set PRIME export function in struct drm_gem_object_funcs
Thomas Zimmermann
2020-09-25
2
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
drm/virtio: add virtio_gpu_cmd_unref_resource error handling
Gerd Hoffmann
2020-09-15
1
-1
/
+4
*
|
|
drm/virtio: return virtio_gpu_queue errors
Gerd Hoffmann
2020-09-15
1
-18
/
+20
*
|
|
drm/virtio: use drmm_mode_config_init
Gerd Hoffmann
2020-09-15
3
-6
/
+13
*
|
|
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2020-09-14
2
-0
/
+2
|
\
|
|
|
*
|
Merge v5.9-rc5 into drm-next
Daniel Vetter
2020-09-14
3
-7
/
+16
|
|
\
\
|
|
*
|
drm/virtio: drop virtio_gpu_output->enabled
Gerd Hoffmann
2020-09-04
3
-6
/
+1
|
|
*
|
drm/virtio: fix unblank
Gerd Hoffmann
2020-09-02
3
-1
/
+15
|
|
*
|
drm/virtio: Revert "drm/virtio: Call the right shmem helpers"
Gurchetan Singh
2020-08-26
1
-1
/
+7
|
*
|
|
Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://a...
Dave Airlie
2020-09-09
1
-1
/
+1
|
|
\
\
\
|
*
\
\
\
Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2020-08-28
9
-8
/
+185
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge tag 'drm-misc-fixes-2020-08-12' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2020-08-19
2
-0
/
+2
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
drm/virtio: fix memory leak in virtio_gpu_cleanup_object()
Xin He
2020-08-07
1
-0
/
+1
|
|
*
|
|
drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()
Qi Liu
2020-08-07
1
-0
/
+1
*
|
|
|
|
drm/virtio: report uuid in debugfs
Gurchetan Singh
2020-09-09
1
-0
/
+1
*
|
|
|
|
drm/virtio: fix uninitialized variable
Gurchetan Singh
2020-09-09
1
-1
/
+1
*
|
|
|
|
Fix use after free in get_capset_info callback.
Doug Horn
2020-09-09
2
-3
/
+9
*
|
|
|
|
drm/virtio: drop virtio_gpu_output->enabled
Gerd Hoffmann
2020-09-02
3
-6
/
+1
[next]