Searched defs:amdgpu_pm (Results 1 – 1 of 1) sorted by relevance
423 struct amdgpu_pm { struct424 struct mutex mutex;425 u32 current_sclk;426 u32 current_mclk;427 u32 default_sclk;428 u32 default_mclk;429 struct amdgpu_i2c_chan *i2c_bus;431 enum amdgpu_int_thermal_type int_thermal_type;432 struct device *int_hwmon_dev;434 bool no_fan;[all …]