Kaydet (Commit) ca354810 authored tarafından Hakan Dündar's avatar Hakan Dündar

Improvements for video engine load of AMD GPUs

üst 566a1af6
......@@ -3293,7 +3293,7 @@ def gpu_encoder_decoder_load_amd_func():
This is a 3rd party tool.
"""
command_list = ["amdgpu_top", "-J", "-n", "0"]
command_list = ["amdgpu_top", "-J", "-n", "1"]
if get_environment_type() == "flatpak":
command_list = ["flatpak-spawn", "--host"] + command_list
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment