[Bug 201539] AMDGPU R9 390 automatic fan speed control in Linux 4.19/4.20/5.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.kernel.org/show_bug.cgi?id=201539

--- Comment #30 from MasterCATZ (mastercatz@xxxxxxxxxxx) ---
found them hard coded here for the R9 290 hawaii / Sea Islands chip sets 

so that will be a dirty way to get it to go 100% throttle sooner I'll set mine
to 85000 and see how it goes , hopefully the rest follows  


linux/drivers/gpu/drm/amd/amdgpu/ci_dpm.c


if (adev->asic_type == CHIP_HAWAII) {
                pi->thermal_temp_setting.temperature_low = 94500;
                pi->thermal_temp_setting.temperature_high = 95000;
                pi->thermal_temp_setting.temperature_shutdown = 104000;
        } else {
                pi->thermal_temp_setting.temperature_low = 99500;
                pi->thermal_temp_setting.temperature_high = 100000;
                pi->thermal_temp_setting.temperature_shutdown = 104000;
        }

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux