Home
last modified time | relevance | path

Searched refs:dmub_replay (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_replay.h13 struct dmub_replay { struct
19 void (*replay_get_state)(struct dmub_replay *dmub, enum replay_state *state, argument
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,
37 struct dmub_replay *dmub_replay_create(struct dc_context *ctx);
[all …]
Ddmub_replay.c23 static void dmub_replay_get_state(struct dmub_replay *dmub, enum replay_state *state, uint8_t panel… in dmub_replay_get_state()
46 static void dmub_replay_enable(struct dmub_replay *dmub, bool enable, bool wait, uint8_t panel_inst) in dmub_replay_enable()
96 static void dmub_replay_set_power_opt(struct dmub_replay *dmub, unsigned int power_opt, uint8_t pan… in dmub_replay_set_power_opt()
114 static bool dmub_replay_copy_settings(struct dmub_replay *dmub, in dmub_replay_copy_settings()
200 static void dmub_replay_set_coasting_vtotal(struct dmub_replay *dmub, in dmub_replay_set_coasting_vtotal()
223 static void dmub_replay_residency(struct dmub_replay *dmub, uint8_t panel_inst, in dmub_replay_residency()
271 static void dmub_replay_set_power_opt_and_coasting_vtotal(struct dmub_replay *dmub, in dmub_replay_set_power_opt_and_coasting_vtotal()
295 static void dmub_replay_send_cmd(struct dmub_replay *dmub, in dmub_replay_send_cmd()
406 static void dmub_replay_construct(struct dmub_replay *replay, struct dc_context *ctx) in dmub_replay_construct()
415 struct dmub_replay *dmub_replay_create(struct dc_context *ctx) in dmub_replay_create()
[all …]
DMakefile33 dmub_hw_lock_mgr.o dmub_outbox.o dmub_replay.o
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_edp_panel_control.c886 struct dmub_replay *replay = dc->res_pool->replay; in edp_set_replay_allow_active()
919 struct dmub_replay *replay = dc->res_pool->replay; in edp_get_replay_state()
937 struct dmub_replay *replay; in edp_setup_replay()
1019 struct dmub_replay *replay = dc->res_pool->replay; in edp_send_replay_cmd()
1042 struct dmub_replay *replay = dc->res_pool->replay; in edp_set_coasting_vtotal()
1063 struct dmub_replay *replay = dc->res_pool->replay; in edp_replay_residency()
1084 struct dmub_replay *replay = dc->res_pool->replay; in edp_set_replay_power_opt_and_coasting_vtotal()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h305 struct dmub_replay *replay;