Comment 0 for bug 1902613

Revision history for this message
koba (kobako) wrote :

[Impact]
Currently DRM driver assume the source device caps is higher than the MST device
caps. With this commit, the statement would be broken.

e.g. the source device only support DP1.2 and the mst device support DP1.4.

The source device can't output the video to the external monitor on the docking station.

[Fix]
Revert the previous patch and only read the base capability from DPCD.

[test]
With the patch, The machine connect with the external monitor on docking station(SC) and
can output the video to the external monitor on docking station(SC).

[Regression Potential]
Can't output 4k@60hz on the docking station(SC).