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

Minor improvements

üst c1b8da25
......@@ -374,7 +374,7 @@ class Gpu:
# If selected GPU vendor is AMD.
if self.device_vendor_id in ["v00001022", "v00001002"]:
# For more information about files under "/sys/class/drm/card[NUMBER]/device/" and their content for AMD GPUs: https://dri.freedesktop.org/docs/drm/gpu/amdgpu.html
# For more information about files under "/sys/class/drm/card[NUMBER]/device/" and their content for AMD GPUs: https://dri.freedesktop.org/docs/drm/gpu/amdgpu.html and https://wiki.archlinux.org/title/AMDGPU.
# Get GPU current, min, max frequencies (engine frequencies). This file contains all available frequencies of the GPU. There is no separate frequency information in files for video clock frequency for AMD GPUs.
gpu_frequency_file_output = "-"
......
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