If the iMac Pro doesn't support DisplayPort 1.4, then how does Apple's new
USB-C Digital AV Multiport Adapter support 3840x2160 at 60Hz? The adapter only has two DisplayPort lanes which allow up to HBR3 speed.
For 4K60Hz:
1) two lanes of HBR3 is enough to support 8bpc RGB but only using DisplayPort timing 533MHz. HDMI 2.0 timing of 594MHz supports 10bpc YCbCr422.
2) two lanes of HBR2 can only support 6bpc YCbCr422 or 8bpc YCbCr420 (I don't think 420 is a valid option for macOS graphics drivers).
Since iMac Pro has Alpine Ridge Thunderbolt 3 controllers (is that still true?), then it can't output DisplayPort 1.4 over Thunderbolt 3, but maybe the iMac Pro bypasses the Thunderbolt 3 controller when connected to a USB-C DisplayPort alt mode device?
One way to find out is to connect a DisplayPort 1.4 device such as the Apple USB-C Digital AV Multiport Adapter and check the output of the following command:
Code:
/System/Library/Extensions/AppleGraphicsControl.kext/Contents/MacOS/AGDCDiagnose -a > AGDCDiagnose_a.txt 2>&1