index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
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: switch driver from bo->resv to bo->base.resv
Gerd Hoffmann
2019-08-06
2
-3
/
+3
*
drm/ttm: use gem vma_node
Gerd Hoffmann
2019-08-06
2
-4
/
+1
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
1
-1
/
+1
|
\
|
*
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-07-15
9
-210
/
+130
|
|
\
|
*
|
drm/virtio: move drm_connector_update_edid_property() call
Gerd Hoffmann
2019-06-26
1
-1
/
+1
*
|
|
drm/virtgpu: drop use of drmP.h
Sam Ravnborg
2019-07-15
12
-25
/
+43
*
|
|
drm/virtio: drop DRM_AUTH usage from the driver
Emil Velikov
2019-06-26
1
-9
/
+9
*
|
|
drm/virtio: Drop drm_gem_prime_export/import
Daniel Vetter
2019-06-21
1
-2
/
+0
*
|
|
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-21
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-06-14
6
-187
/
+36
|
\
\
|
*
|
drm/virtio: drop framebuffer dirty tracking code
Gerd Hoffmann
2019-06-13
4
-176
/
+3
|
*
|
drm/virtio: Add memory barriers for capset cache.
David Riley
2019-06-11
2
-0
/
+5
|
*
|
drm/virtio: Fix cache entry creation race.
David Riley
2019-06-06
1
-1
/
+21
|
*
|
drm/virtio: Wake up all waiters when capset response comes in.
David Riley
2019-06-06
1
-1
/
+1
|
*
|
drm/virtio: Ensure cached capset entries are valid before copying.
David Riley
2019-06-06
1
-2
/
+1
|
*
|
drm/virtio: use u64_to_user_ptr macro
Gurchetan Singh
2019-06-05
1
-7
/
+5
*
|
|
drm/ttm: Make LRU removal optional v2
Christian König
2019-05-31
1
-1
/
+1
|
/
/
*
|
Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-05-28
7
-22
/
+93
|
\
\
|
|
/
|
/
|
|
*
drm/virtio: remove irrelevant DRM_UNLOCKED flag
Emil Velikov
2019-05-23
1
-9
/
+9
|
*
Merge drm/drm-next into drm-misc-next
Sean Paul
2019-05-22
3
-0
/
+12
|
|
\
|
*
|
drm/virtio: Remove redundant return type
Robert Foss
2019-05-06
2
-3
/
+2
|
*
|
drm/virtio: allocate fences with GFP_KERNEL
Chia-I Wu
2019-05-06
1
-1
/
+1
|
*
|
drm/virtio: add trace events for commands
Chia-I Wu
2019-05-06
4
-1
/
+68
|
*
|
drm/virtio: trace drm_fence_emit
Chia-I Wu
2019-05-06
1
-0
/
+3
|
*
|
drm/virtio: set seqno for dma-fence
Chia-I Wu
2019-05-06
2
-8
/
+10
*
|
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-05-08
11
-241
/
+217
|
\
\
|
|
/
|
*
Merge tag 'drm-misc-next-2019-04-04' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2019-04-05
1
-0
/
+1
|
|
\
|
|
*
drm/virtio: add missing drm_atomic_helper_shutdown() call.
Gerd Hoffmann
2019-04-02
1
-0
/
+1
|
*
|
Merge branch 'drm-next-5.2' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2019-04-03
1
-3
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()
Thomas Zimmermann
2019-03-19
1
-1
/
+1
|
|
*
drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constant
Thomas Zimmermann
2019-03-19
1
-2
/
+0
|
*
|
drm/virtio: rework resource creation workflow.
Gerd Hoffmann
2019-03-28
6
-91
/
+83
|
*
|
drm/virtio: params struct for virtio_gpu_cmd_create_resource_3d()
Gerd Hoffmann
2019-03-28
3
-19
/
+32
|
*
|
drm/virtio: params struct for virtio_gpu_cmd_create_resource()
Gerd Hoffmann
2019-03-28
4
-15
/
+16
|
*
|
drm/virtio: use struct to pass params to virtio_gpu_object_create()
Gerd Hoffmann
2019-03-28
4
-34
/
+35
|
*
|
drm/virtio: move virtio_gpu_object_{attach, detach} calls.
Gerd Hoffmann
2019-03-28
1
-68
/
+24
|
*
|
drm/virtio: add virtio-gpu-features debugfs file.
Gerd Hoffmann
2019-03-28
1
-1
/
+26
|
*
|
drm/virtio: remove set but not used variable 'vgdev'
YueHaibing
2019-03-28
1
-6
/
+0
|
*
|
drm/virtio: implement prime export
Gerd Hoffmann
2019-02-28
3
-0
/
+15
|
*
|
drm/virtio: remove prime pin/unpin callbacks.
Gerd Hoffmann
2019-02-28
3
-15
/
+0
|
*
|
drm/virtio: implement prime mmap
Gerd Hoffmann
2019-02-28
1
-2
/
+5
|
|
/
*
|
Revert "drm/virtio: drop prime import/export callbacks"
Dave Airlie
2019-04-24
3
-0
/
+20
|
/
*
Merge v5.0-rc7 into drm-next
Dave Airlie
2019-02-18
3
-22
/
+0
|
\
|
*
drm/virtio: drop prime import/export callbacks
Gerd Hoffmann
2019-01-14
3
-22
/
+0
*
|
drm/virtio: do NOT reuse resource ids
Gerd Hoffmann
2019-02-11
1
-0
/
+13
*
|
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
2
-2
/
+2
*
|
drm/virtio: Drop deprecated load/unload initialization
Ezequiel Garcia
2019-01-09
6
-122
/
+83
*
|
drm/virtio: drop virtio_gpu_fence_cleanup()
Gerd Hoffmann
2019-01-08
4
-12
/
+5
*
|
drm/virtio: fix pageflip flush
Gerd Hoffmann
2019-01-08
1
-5
/
+6
[next]