Lines Matching defs:amdgpu_pm
420 struct amdgpu_pm { struct
421 struct mutex mutex;
422 u32 current_sclk;
423 u32 current_mclk;
424 u32 default_sclk;
425 u32 default_mclk;
426 struct amdgpu_i2c_chan *i2c_bus;
427 bool bus_locked;
429 enum amdgpu_int_thermal_type int_thermal_type;
430 struct device *int_hwmon_dev;
432 bool no_fan;
433 u8 fan_pulses_per_revolution;
434 u8 fan_min_rpm;
435 u8 fan_max_rpm;
437 bool dpm_enabled;
438 bool sysfs_initialized;
439 struct amdgpu_dpm dpm;
440 const struct firmware *fw; /* SMC firmware */
441 uint32_t fw_version;
442 uint32_t pcie_gen_mask;
443 uint32_t pcie_mlw_mask;
444 struct amd_pp_display_configuration pm_display_cfg;/* set by dc */
445 uint32_t smu_prv_buffer_size;
446 struct amdgpu_bo *smu_prv_buffer;
447 bool ac_power;
449 uint32_t pp_feature;
452 struct i2c_adapter smu_i2c;
453 struct list_head pm_attr_list;