Lines Matching defs:amdgpu_pm
431 struct amdgpu_pm { struct
432 struct mutex mutex;
433 u32 current_sclk;
434 u32 current_mclk;
435 u32 default_sclk;
436 u32 default_mclk;
437 struct amdgpu_i2c_chan *i2c_bus;
439 enum amdgpu_int_thermal_type int_thermal_type;
440 struct device *int_hwmon_dev;
442 bool no_fan;
443 u8 fan_pulses_per_revolution;
444 u8 fan_min_rpm;
445 u8 fan_max_rpm;
447 bool dpm_enabled;
448 bool sysfs_initialized;
449 struct amdgpu_dpm dpm;
450 const struct firmware *fw; /* SMC firmware */
451 uint32_t fw_version;
452 uint32_t pcie_gen_mask;
453 uint32_t pcie_mlw_mask;
454 struct amd_pp_display_configuration pm_display_cfg;/* set by dc */
455 uint32_t smu_prv_buffer_size;
456 struct amdgpu_bo *smu_prv_buffer;
457 bool ac_power;
459 uint32_t pp_feature;