Searched defs:dmub_replay_funcs (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/ |
D | dmub_replay.h | 18 struct dmub_replay_funcs { struct 19 void (*replay_get_state)(struct dmub_replay *dmub, enum replay_state *state, 21 void (*replay_enable)(struct dmub_replay *dmub, bool enable, bool wait, 23 bool (*replay_copy_settings)(struct dmub_replay *dmub, struct dc_link *link, 25 void (*replay_set_power_opt)(struct dmub_replay *dmub, unsigned int power_opt, 27 void (*replay_send_cmd)(struct dmub_replay *dmub, 29 void (*replay_set_coasting_vtotal)(struct dmub_replay *dmub, uint32_t coasting_vtotal, 31 void (*replay_residency)(struct dmub_replay *dmub, 33 void (*replay_set_power_opt_and_coasting_vtotal)(struct dmub_replay *dmub,
|