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