As described by the Thunderbolt 3 Technology Brief DisplayPort signals transmitted over Thunderbolt 3 links have higher priority than PCIe/USB data so in case the total required bandwidth exceeds the maximum bandwidth of 40 Gb/s the PCIe/USB bandwidth will be capped. I'm trying to understand how much bandwidth will be left for PCIe/USB data on a Thunderbolt 3 connection when daisy chaining multiple monitors. I'm using the following configuration as an example:
- UHD ("4k" 3840x2160) @ 60 Hz, 30 bit per pixel (an expensive monitor for photo editing)
- UHD ("4k" 3840x2160) @ 60 Hz, 24 bit per pixel (a regular office monitor)
What I found out so far
According to Wikipedia Thunderbolt 3 tunnels DisplayPort 1.2, after a product refresh DisplayPort 1.4. This is important since DisplayPort 1.4 introduced Display Stream Compression. According to the datasheet of my CPU it supports only DisplayPort 1.2 (see Table 2-27). For photo editing compression might not be desired anyway.
According to the datasheet of my CPU the bandwidth required by a DisplayPort signal with UHD resolution @ 60 Hz and 24 bit/pixel is 16.00 Gb/s (see Table 2-28). Can someone explain how to calculate this? I tried
3840 * 2160 pixels * 24 bit/pixel * 60 Hz * (10/8) = 14.9 Gb/s
but although I factored in the 8b/10b encoding something seems to be missing (some sort of header information?).
Assuming that the data rate for a 30 bit/pixel signal would be 30/24 times higher and taking into account that Thunderbolt 3 uses 128b/132b encoding, the total bandwidth occupied by DisplayPort data would be 16.5 Gb/s (monitor 1) + 13.2 Gb/s (monitor 2) = 29.7 Gb/s. Assuming that Thunderbolt 3 doesn't add any additional overhead this should leave 10.8 Gb/s for PCIe data transfer (enough for a USB 3.1 link or a 10 GbE adapter). Is this assessment correct?
To make the answers to this questions useful for others using different hardware I would appreciate if someone could shine some light on how to calculate the required bandwidth.