Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu8_hwmgr.h174 struct cc6_settings { struct
175 bool cc6_setting_changed;
176 bool nb_pstate_switch_disable;/* controls NB PState switch */
177 bool cpu_cc6_disable; /* controls CPU CState switch ( on or off) */
178 bool cpu_pstate_disable;
179 uint32_t cpu_pstate_separation_time;
243 struct cc6_settings cc6_settings; member
H A Dsmu8_hwmgr.c1439 const struct cc6_settings *cc6_settings) in smu8_hw_print_display_cfg()