Searched refs:dmub_replay (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce/ |
D | dmub_replay.h | 34 struct dmub_replay { struct 40 void (*replay_get_state)(struct dmub_replay *dmub, enum replay_state *state, argument 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, 54 struct dmub_replay *dmub_replay_create(struct dc_context *ctx); 55 void dmub_replay_destroy(struct dmub_replay **dmub);
|
D | dmub_replay.c | 39 static void dmub_replay_get_state(struct dmub_replay *dmub, enum replay_state *state, uint8_t panel… in dmub_replay_get_state() 68 static void dmub_replay_enable(struct dmub_replay *dmub, bool enable, bool wait, uint8_t panel_inst) in dmub_replay_enable() 118 static void dmub_replay_set_power_opt(struct dmub_replay *dmub, unsigned int power_opt, uint8_t pan… in dmub_replay_set_power_opt() 136 static bool dmub_replay_copy_settings(struct dmub_replay *dmub, in dmub_replay_copy_settings() 221 static void dmub_replay_set_coasting_vtotal(struct dmub_replay *dmub, in dmub_replay_set_coasting_vtotal() 240 static void dmub_replay_residency(struct dmub_replay *dmub, uint8_t panel_inst, in dmub_replay_residency() 273 static void dmub_replay_construct(struct dmub_replay *replay, struct dc_context *ctx) in dmub_replay_construct() 282 struct dmub_replay *dmub_replay_create(struct dc_context *ctx) in dmub_replay_create() 284 struct dmub_replay *replay = kzalloc(sizeof(struct dmub_replay), GFP_KERNEL); in dmub_replay_create() 299 void dmub_replay_destroy(struct dmub_replay **dmub) in dmub_replay_destroy()
|
D | Makefile | 33 dmub_hw_lock_mgr.o dmub_outbox.o dmub_replay.o
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
D | link_edp_panel_control.c | 838 struct dmub_replay *replay = dc->res_pool->replay; in edp_set_replay_allow_active() 870 struct dmub_replay *replay = dc->res_pool->replay; in edp_get_replay_state() 888 struct dmub_replay *replay = dc->res_pool->replay; in edp_setup_replay() 960 struct dmub_replay *replay = dc->res_pool->replay; in edp_set_coasting_vtotal() 981 struct dmub_replay *replay = dc->res_pool->replay; in edp_replay_residency()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 284 struct dmub_replay *replay;
|