Home
last modified time | relevance | path

Searched defs:smu_dpm_context (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h442 struct smu_dpm_context { struct
443 uint32_t dpm_context_size;
444 void *dpm_context;
445 void *golden_dpm_context;
446 enum amd_dpm_forced_level dpm_level;
447 enum amd_dpm_forced_level saved_dpm_level;
448 enum amd_dpm_forced_level requested_dpm_level;
449 struct smu_power_state *dpm_request_power_state;
450 struct smu_power_state *dpm_current_power_state;
451 struct mclock_latency_table *mclk_latency_table;
[all …]