Searched defs:dmub_replay_funcs (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_replay.h | 39 struct dmub_replay_funcs { struct 40 void (*replay_get_state)(struct dmub_replay *dmub, enum replay_state *state, 42 void (*replay_enable)(struct dmub_replay *dmub, bool enable, bool wait, 44 bool (*replay_copy_settings)(struct dmub_replay *dmub, struct dc_link *link, 46 void (*replay_set_power_opt)(struct dmub_replay *dmub, unsigned int power_opt, 48 void (*replay_set_coasting_vtotal)(struct dmub_replay *dmub, uint16_t coasting_vtotal, 50 void (*replay_residency)(struct dmub_replay *dmub,
|