Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/
Ddc_types.h1127 struct replay_settings { struct
1129 struct replay_config config;
1131 bool replay_feature_enabled;
1133 bool replay_allow_active;
1135 bool replay_allow_long_vblank;
1137 unsigned int replay_power_opt_active;
1139 bool replay_smu_opt_enable;
1141 uint32_t coasting_vtotal;
1143 uint32_t coasting_vtotal_table[PR_COASTING_TYPE_NUM];
1145 uint32_t defer_update_coasting_vtotal_table[PR_COASTING_TYPE_NUM];
[all …]
Ddc.h1768 struct replay_settings replay_settings; member