vo=gpu
keeps dGPU awake while using the iGPU for hw decoding
#15981
Labels
vo=gpu
keeps dGPU awake while using the iGPU for hw decoding
#15981
mpv Information
Other Information
Reproduction Steps
On a laptop with an AMD iGPU + NVIDIA dGPU, play either a H.264 or HEVC file with
mpv --no-config $file --hwdec=yes --log-file=log.txt
.Expected Behavior
Output of
watch cat /sys/class/drm/card0/device/power_state
should be D3cold while mpv is open.Actual Behavior
Output of
watch cat /sys/class/drm/card0/device/power_state
is D0 while mpv is open.Output of
sudo lsof /dev/nvidia0
shows mpv opening 5 file descriptors.Log File
log.txt
Sample Files
Big Buck Bunny
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: