Skip to content
Discussion options

You must be logged in to vote

Hi. In general, a single NVIDIA GPU can drive four monitors: the GPU has four "heads" (the engine that generates raster timings to be sent to a monitor). This of course depends on what physical connectors are on your graphics card, though you can use DisplayPort MultiStream to connect multiple DisplayPort monitors to one DP connector on the graphics card.

Each head has to fetch pixels from video memory; the memory bandwidth available to the heads is shared across all heads, but it is finite, and varies by the configuration. If you're stepping through the code, the "IsModePossible" path attempts to validate if there is sufficient memory bandwidth to satisfy the GPU-wide requested configura…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Evernow
Comment options

@aritger
Comment options

Answer selected by Evernow
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants