Lines Matching defs:amdgpu_pm
409 struct amdgpu_pm { struct
410 struct lock mutex;
411 u32 current_sclk;
412 u32 current_mclk;
413 u32 default_sclk;
414 u32 default_mclk;
415 struct amdgpu_i2c_chan *i2c_bus;
417 enum amdgpu_int_thermal_type int_thermal_type;
418 struct device *int_hwmon_dev;
420 bool no_fan;
421 u8 fan_pulses_per_revolution;
422 u8 fan_min_rpm;
423 u8 fan_max_rpm;
425 bool dpm_enabled;
426 bool sysfs_initialized;
427 struct amdgpu_dpm dpm;
428 const struct firmware *fw; /* SMC firmware */
429 uint32_t fw_version;
430 uint32_t pcie_gen_mask;
431 uint32_t pcie_mlw_mask;
432 struct amd_pp_display_configuration pm_display_cfg;/* set by dc */
433 uint32_t smu_prv_buffer_size;
434 struct amdgpu_bo *smu_prv_buffer;
435 bool ac_power;