index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_dp_mst_topology.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-27
Backmerge tag 'v4.13-rc2' into drm-next
Dave Airlie
1
-8
/
+33
2017-07-20
drm/mst: Avoid processing partially received up/down message transactions
Imre Deak
1
-7
/
+24
2017-07-20
drm/mst: Avoid dereferencing a NULL mstb in drm_dp_mst_handle_up_req()
Imre Deak
1
-1
/
+3
2017-07-20
drm/mst: Fix error handling during MST sideband message reception
Imre Deak
1
-2
/
+8
2017-07-13
drm/dp/mst: Use memchr_inv() instead of memcmp() against a zeroed array
Ville Syrjälä
1
-8
/
+10
2017-07-13
drm/atomic: Make private objs proper objects
Ville Syrjälä
1
-33
/
+30
2017-07-13
drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
Ville Syrjälä
1
-4
/
+4
2017-05-31
drm: Use vsnprintf extension %ph
Joe Perches
1
-35
/
+16
2017-05-15
drm/dp: Wait up all outstanding tx waiters
Chris Wilson
1
-3
/
+3
2017-05-15
drm/dp: Read the tx msg state once after checking for an event
Chris Wilson
1
-4
/
+4
2017-05-04
drm/dp: Add DP MST helpers to atomically find and release vcpi slots
Pandiyan, Dhinakaran
1
-0
/
+75
2017-05-04
drm/dp: Introduce MST topology state to track available link bandwidth
Pandiyan, Dhinakaran
1
-0
/
+75
2017-03-22
drm/dp: Split drm_dp_mst_allocate_vcpi
Pandiyan, Dhinakaran
1
-11
/
+10
2017-03-22
drm/dp: Kill unused MST vcpi slot availability tracking
Pandiyan, Dhinakaran
1
-7
/
+8
2017-03-22
drm/dp: Kill total_pbn and total_slots in struct drm_dp_mst_topology_mgr
Pandiyan, Dhinakaran
1
-3
/
+2
2017-02-24
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
1
-3
/
+3
2017-02-15
drm/dp/mst: fix kernel oops when turning off secondary monitor
Pierre-Louis Bossart
1
-1
/
+1
2017-01-25
drm/dp: Store drm_device in MST topology manager
Dhinakaran Pandiyan
1
-3
/
+3
2016-10-26
drm/dp/mst: Check peer device type before attempting EDID read
Ville Syrjälä
1
-1
/
+3
2016-10-26
drm/dp/mst: Clear port->pdt when tearing down the i2c adapter
Ville Syrjälä
1
-0
/
+2
2016-07-19
drm/dp-mst: Missing kernel doc
Daniel Vetter
1
-0
/
+1
2016-07-19
drm/dp-mst: Remove tx_down_in_progress
Daniel Vetter
1
-10
/
+3
2016-06-15
drm/dp/mst: Always clear proposed vcpi table for port.
Andrey Grodzovsky
1
-5
/
+3
2016-05-09
Merge tag 'v4.6-rc7' into drm-next
Dave Airlie
1
-1
/
+16
2016-04-27
drm/dp/mst: Restore primary hub guid on resume
Lyude
1
-0
/
+12
2016-04-27
drm/dp/mst: Get validated port ref in drm_dp_update_payload_part1()
cpaul@redhat.com
1
-0
/
+8
2016-04-22
drm/dp/mst: Validate port in drm_dp_payload_send_msg()
cpaul@redhat.com
1
-1
/
+8
2016-04-15
drm/dp/mst: Restore primary hub guid on resume
Lyude
1
-0
/
+12
2016-04-15
drm/dp/mst: Enhance DP MST debugfs output
Jim Bride
1
-5
/
+24
2016-02-17
Revert "drm/dp/mst: change MST detection scheme"
Dave Airlie
1
-19
/
+18
2016-02-05
drm/dp/mst: deallocate payload on port destruction
Mykola Lysenko
1
-8
/
+83
2016-02-05
drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
Andrey Grodzovsky
1
-6
/
+6
2016-02-05
drm/dp/mst: move GUID storage from mgr, port to only mst branch
Hersen Wu
1
-36
/
+28
2016-02-05
drm/dp/mst: change MST detection scheme
Mykola Lysenko
1
-18
/
+19
2016-02-05
drm/dp/mst: Calculate MST PBN with 31.32 fixed point
Harry Wentland
1
-28
/
+39
2016-02-05
drm/mst: Add range check for max_payloads during init
Imre Deak
1
-0
/
+3
2016-02-05
drm/mst: Don't ignore the MST PBN self-test result
Imre Deak
1
-1
/
+3
2016-02-05
drm: fix missing reference counting decrease
Insu Yun
1
-0
/
+1
2016-01-04
drm/dp/mst: fix in RAD element access
Mykola Lysenko
1
-2
/
+2
2016-01-04
drm/dp/mst: fix in MSTB RAD initialization
Mykola Lysenko
1
-6
/
+6
2016-01-04
drm/dp/mst: always send reply for UP request
Mykola Lysenko
1
-19
/
+11
2016-01-04
drm/dp/mst: process broadcast messages correctly
Mykola Lysenko
1
-11
/
+84
2015-12-23
Merge tag 'drm-intel-next-2015-12-18' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-3
/
+35
2015-12-15
drm/dp/mst: save vcpi with payloads
Harry Wentland
1
-0
/
+2
2015-12-15
drm/dp/mst: reply with ACK for UP reqs
Mykola Lysenko
1
-1
/
+1
2015-12-10
dp/mst: add SDP stream support
Libin Yang
1
-3
/
+35
2015-10-22
drm: fix mutex leak in drm_dp_get_mst_branch_device
Adam Richter
1
-3
/
+4
2015-10-15
drm/dp/mst: make mst i2c transfer code more robust.
Dave Airlie
1
-1
/
+2
2015-10-02
drm/dp/mst: add some defines for logical/physical ports
Dave Airlie
1
-1
/
+1
2015-10-02
drm/dp/mst: drop cancel work sync in the mstb destroy path (v2)
Dave Airlie
1
-2
/
+3
[next]