index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-timeout.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-10
drm: add drm_print_bits
Gerd Hoffmann
2
-0
/
+36
2019-09-09
drm/vram: Implement lazy unmapping for GEM VRAM buffers
Thomas Zimmermann
2
-8
/
+45
2019-09-09
drm/vram: Add infrastructure for move_notify()
Thomas Zimmermann
2
-0
/
+16
2019-09-09
drm/vram: Acquire lock only once per call to vmap()/vunmap()
Thomas Zimmermann
1
-46
/
+73
2019-09-09
drm/vram: Add kmap ref-counting to GEM VRAM objects
Thomas Zimmermann
2
-18
/
+71
2019-09-09
tda9950: use cec_notifier_cec_adap_(un)register
Dariusz Marcinkiewicz
1
-6
/
+6
2019-09-09
drm: exynos: exynos_hdmi: use cec_notifier_conn_(un)register
Dariusz Marcinkiewicz
1
-13
/
+18
2019-09-09
drm/sun4i/sun4i_hdmi_enc: call cec_s_conn_info()
Hans Verkuil
1
-2
/
+4
2019-09-09
drm/stm: ltdc: add pinctrl for DPI encoder mode
Yannick Fertré
1
-0
/
+35
2019-09-08
drm/panel: panel-simple: Set OSD070T1718 panel type
Laurent Pinchart
1
-0
/
+1
2019-09-08
drm/bridge: panel: Infer connector type from panel by default
Laurent Pinchart
16
-37
/
+93
2019-09-08
drm/panel: Add and fill drm_panel type field
Laurent Pinchart
41
-41
/
+112
2019-09-06
fbdev/sa1100fb: Remove even more dead code
Arnd Bergmann
1
-13
/
+0
2019-09-06
drm/blend: Define the direction of Z position values
Daniel Vetter
1
-1
/
+6
2019-09-06
drm: Use EOPNOTSUPP, not ENOTSUPP
Daniel Vetter
2
-4
/
+4
2019-09-06
drm/virtio: fix command submission with objects but without fence.
Gerd Hoffmann
1
-4
/
+5
2019-09-04
drm/virtio: add worker for object release
Gerd Hoffmann
4
-1
/
+42
2019-09-04
drm/virtio: add fence sanity check
Gerd Hoffmann
1
-0
/
+4
2019-09-04
drm/virtio: drop virtio_gpu_object_{reserve, unreserve}
Gerd Hoffmann
1
-21
/
+0
2019-09-04
drm/virtio: drop virtio_gpu_object_{ref,unref}
Gerd Hoffmann
1
-15
/
+0
2019-09-04
drm/virtio: remove virtio_gpu_alloc_object
Gerd Hoffmann
3
-26
/
+7
2019-09-04
drm/virtio: switch from ttm to gem shmem helpers
Gerd Hoffmann
11
-536
/
+81
2019-09-04
drm/virtio: drop virtio_gpu_object_list_validate/virtio_gpu_unref_list
Gerd Hoffmann
2
-42
/
+0
2019-09-04
drm/virtio: rework virtio_gpu_cmd_context_{attach, detach}_resource
Gerd Hoffmann
3
-19
/
+21
2019-09-04
drm/virtio: rework virtio_gpu_transfer_to_host_ioctl fencing
Gerd Hoffmann
4
-37
/
+47
2019-09-04
drm/virtio: rework virtio_gpu_transfer_from_host_ioctl fencing
Gerd Hoffmann
3
-28
/
+23
2019-09-04
drm/virtio: rework virtio_gpu_object_create fencing
Gerd Hoffmann
3
-43
/
+37
2019-09-04
drm/virtio: rework virtio_gpu_execbuffer_ioctl fencing
Gerd Hoffmann
3
-45
/
+38
2019-09-04
drm/virtio: add virtio_gpu_object_array & helpers
Gerd Hoffmann
2
-0
/
+110
2019-09-04
drm/virtio: remove ttm calls from in virtio_gpu_object_{reserve, unreserve}
Gerd Hoffmann
1
-3
/
+3
2019-09-04
drm/virtio: drop no_wait argument from virtio_gpu_object_reserve
Gerd Hoffmann
3
-7
/
+6
2019-09-04
drm/virtio: remove virtio_gpu_object_wait
Gerd Hoffmann
2
-14
/
+0
2019-09-04
drm/virtio: simplify cursor updates
Gerd Hoffmann
1
-10
/
+3
2019-09-04
drm/virtio: switch virtio_gpu_wait_ioctl() to gem helper.
Gerd Hoffmann
1
-12
/
+16
2019-09-04
drm/virtio: pass gem reservation object to ttm init
Gerd Hoffmann
1
-1
/
+2
2019-09-04
drm/dp_mst: Cleanup drm_dp_send_link_address() a bit
Lyude Paul
1
-19
/
+23
2019-09-04
drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()
Lyude Paul
1
-52
/
+50
2019-09-04
drm/dp_mst: Refactor drm_dp_mst_handle_up_req()
Lyude Paul
1
-37
/
+38
2019-09-04
drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()
Lyude Paul
1
-2
/
+2
2019-09-04
drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()
Lyude Paul
1
-45
/
+45
2019-09-04
drm/dp_mst: Refactor drm_dp_send_enum_path_resources
Lyude Paul
1
-8
/
+16
2019-09-04
drm/dp_mst: Add sideband down request tracing + selftests
Lyude Paul
6
-5
/
+536
2019-09-04
drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()
Lyude Paul
1
-6
/
+2
2019-09-04
drm/print: Add drm_err_printer()
Lyude Paul
2
-0
/
+23
2019-09-04
drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest
Lyude Paul
5
-28
/
+37
2019-09-04
drm/dp_mst: Get rid of list clear in destroy_connector_work
Lyude Paul
1
-2
/
+0
2019-09-04
drm/dp_mst: Move link address dumping into a function
Lyude Paul
1
-12
/
+23
2019-09-03
drm/vkms: Reduce critical section in vblank_simulate
Daniel Vetter
1
-5
/
+4
2019-09-03
drm/vkms: Use wait_for_flip_done
Daniel Vetter
1
-1
/
+1
2019-09-03
drm/vblank: Document and fix vblank count barrier semantics
Daniel Vetter
2
-6
/
+54
[next]