Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1055 struct replay_settings { struct
1056 struct replay_config config; // Replay configuration
1057 bool replay_feature_enabled; // Replay feature is ready for activating
1058 bool replay_allow_active; // Replay is currently active
1059 unsigned int replay_power_opt_active; // Power opt flags that are activated currently
1060 bool replay_smu_opt_enable; // SMU optimization is enabled
1061 uint16_t coasting_vtotal; // Current Coasting vtotal
1062 uint16_t coasting_vtotal_table[PR_COASTING_TYPE_NUM]; // Coasting vtotal table
H A Ddc.h1543 struct replay_settings replay_settings; member