index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-27
drm/sun4i: backend: Use a specific function to check if a plane is supported
Paul Kocialkowski
1
-5
/
+22
2018-11-27
drm/sun4i: backend: Refine the logic behind using the frontend
Paul Kocialkowski
1
-2
/
+18
2018-11-27
drm/sun4i: frontend: Add a helper and a list for supported formats
Paul Kocialkowski
2
-0
/
+17
2018-11-27
drm/sun4i: backend: Add a helper and a list for supported formats
Paul Kocialkowski
2
-0
/
+28
2018-11-27
drm/sun4i: Add TODO comment about supporting scaling with the backend
Paul Kocialkowski
1
-0
/
+5
2018-11-27
drm/sun4i: frontend: Replace ARGB with XRGB as supported format
Paul Kocialkowski
2
-4
/
+3
2018-11-27
drm/sun4i: Cleanup video/YUV source before enabling a layer
Paul Kocialkowski
3
-0
/
+13
2018-11-24
docs: drm: remove no longer relevant TODO entry
Fernando Ramos
1
-17
/
+0
2018-11-24
drm: remove no longer needed drm-get-put coccinelle script
Fernando Ramos
1
-78
/
+0
2018-11-24
drm: remove deprecated "drm_framebuffer_[un]reference" functions
Fernando Ramos
1
-24
/
+0
2018-11-24
drm: remove deprecated "drm_connector_[un]reference" functions
Fernando Ramos
1
-24
/
+0
2018-11-24
drm: replace "drm_connector_unreference" with "drm_connector_put"
Fernando Ramos
1
-1
/
+1
2018-11-24
drm: remove deprecated "drm_dev_unref" function
Fernando Ramos
2
-14
/
+0
2018-11-24
drm: replace "drm_dev_unref" function with "drm_dev_put"
Fernando Ramos
6
-11
/
+11
2018-11-24
drm: remove deprecated "[__]drm_gem_object_[un]reference[_locked]" functions
Fernando Ramos
1
-50
/
+0
2018-11-23
drm/atomic-helper: WARN if fake_commit->hw_done is not completed as expected
Ville Syrjälä
1
-1
/
+3
2018-11-23
drm/atomic-helper: Complete fake_commit->flip_done potentially earlier
Ville Syrjälä
1
-0
/
+3
2018-11-22
drm/prime: Fix drm_gem_prime_mmap() stack use
Noralf Trønnes
1
-11
/
+20
2018-11-22
drm/sun4i: wait on implicit fence before display
Qiang Yu
3
-0
/
+6
2018-11-22
drm: Merge drm_info.c into drm_debugfs.c
Daniel Vetter
4
-143
/
+90
2018-11-21
drm/meson: Add implicit fencing support for primary and overlay planes
Koen Kooi
2
-0
/
+4
2018-11-21
drm/virtio: add edid support
Gerd Hoffmann
5
-0
/
+91
2018-11-21
virtio-gpu: add VIRTIO_GPU_F_EDID feature
Gerd Hoffmann
1
-0
/
+18
2018-11-21
qxl: Make sure qxl_cursor memory is pinned
Christophe Fergeau
1
-1
/
+9
2018-11-21
qxl: Remove unused qxl_bo_pin arguments
Christophe Fergeau
4
-12
/
+8
2018-11-21
qxl: No need for NULL check before calling qxl_bo_unref()
Christophe Fergeau
3
-9
/
+4
2018-11-21
drm/cirrus: Remove set but not used variable 'bo'
YueHaibing
1
-3
/
+0
2018-11-20
drm: Introduce new DRM_FORMAT_XYUV
Stanislav Lisovskiy
2
-0
/
+2
2018-11-20
drm/tinydrm: Use DRM_GEM_CMA_VMAP_DRIVER_OPS
Noralf Trønnes
11
-116
/
+38
2018-11-20
drm/cma-helper: Add DRM_GEM_CMA_VMAP_DRIVER_OPS
Noralf Trønnes
2
-0
/
+110
2018-11-20
drm/gem: Add drm_gem_object_funcs
Noralf Trønnes
5
-34
/
+258
2018-11-20
drm/prime: Add drm_gem_prime_mmap()
Noralf Trønnes
2
-0
/
+38
2018-11-20
drm/driver: Add defaults for .gem_prime_export/import callbacks
Noralf Trønnes
3
-2
/
+19
2018-11-20
drm/panel: s6d16d0: fix spelling mistake "enble" -> "enable"
Colin Ian King
1
-1
/
+1
2018-11-20
drm/bridge/sii902x: Add missing dependency on I2C_MUX
Fabrizio Castro
1
-0
/
+1
2018-11-19
drm/rockchip: fix for mailbox read size
Damian Kos
1
-1
/
+1
2018-11-15
drm/bridge/sii902x: Fix EDID readback
Fabrizio Castro
1
-69
/
+178
2018-11-15
drm/panel: Augment the TPO TPG110 bindings
Linus Walleij
1
-29
/
+52
2018-11-15
drm: panel-orientation-quirks: Do rotation quirk for new GPD Win2 FW
Gabriel Krisman Bertazi
1
-1
/
+1
2018-11-14
drm/qxl: remove set but not used variables 'driver, qbo'
YueHaibing
1
-4
/
+0
2018-11-14
drm/qxl: remove set but not used variable 'map'
YueHaibing
1
-7
/
+3
2018-11-14
drm/virtio: fix memory leak of vfpriv on error return path
Colin Ian King
1
-1
/
+3
2018-11-14
drm/virtio: bump driver version after explicit synchronization addition
Gustavo Padovan
1
-2
/
+2
2018-11-14
drm/virtio: add in/out fence support for explicit synchronization
Robert Foss
2
-18
/
+65
2018-11-14
drm/virtio: add uapi for in and out explicit fences
Robert Foss
2
-3
/
+15
2018-11-14
drm/virtio: add virtio_gpu_alloc_fence()
Robert Foss
5
-15
/
+96
2018-11-14
drm/virtio: Use IDAs more efficiently
Matthew Wilcox
2
-5
/
+6
2018-11-14
drm/virtio: Handle error from virtio_gpu_resource_id_get
Matthew Wilcox
1
-2
/
+11
2018-11-13
drm/meson: Add primary plane scaling
Neil Armstrong
1
-45
/
+141
2018-11-13
drm/meson: move OSD scaler management into plane atomic update
Neil Armstrong
4
-62
/
+68
[next]