Lines Matching defs:amdgpu_pm
1640 struct amdgpu_pm { struct
1641 struct mutex mutex;
1642 u32 current_sclk;
1643 u32 current_mclk;
1644 u32 default_sclk;
1645 u32 default_mclk;
1646 struct amdgpu_i2c_chan *i2c_bus;
1648 enum amdgpu_int_thermal_type int_thermal_type;
1649 struct device *int_hwmon_dev;
1651 bool no_fan;
1652 u8 fan_pulses_per_revolution;
1653 u8 fan_min_rpm;
1654 u8 fan_max_rpm;
1656 bool dpm_enabled;
1657 bool sysfs_initialized;
1658 struct amdgpu_dpm dpm;
1659 const struct firmware *fw; /* SMC firmware */
1660 uint32_t fw_version;
1661 const struct amdgpu_dpm_funcs *funcs;