Do multiple displays lower performance?
if hardware decoding is used for video playback, then performance loss is minimal. rx580 has hardware decoder for h264 and hevc (h265) but partial/hybrid decoding for VP9
if you watch h264 on youtube (right click on video, stats for nerds) cpu will only be used for decoding audio and downloading the actual stream, so practically no cpu usage
if playing vp9, a bit of cpu is used to also decode video
the hardware decoder is a separate "block" in the gpu chip, separate from the part used in games so using it doesn't "load" the video card, won't reduce game fps.
* fineprint :
1. the decoder has to reserve some vram let's say 50-100 MB to put decoded frames there,but if video game uses so much ram it needs even the last 50 megs this tiny perf. drop is least of your worries.
2. also, there would be some "traffic" through pci-e bus to transfer decoded video back to browser but we're talking maybe 5-10 MB/s on a bus that can do 16x970MB/s ...
Some tiny performance loss will happen if there's a lot of transparency stuff on 2nd monitor, or a chat window loaded with smileys and crap because video card has to update big chunks of the screen.
video playback is practically free.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now