Symbol: dmub_replay
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
115
static bool dmub_replay_copy_settings(struct dmub_replay *dmub,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
214
static void dmub_replay_set_coasting_vtotal(struct dmub_replay *dmub,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
237
static void dmub_replay_residency(struct dmub_replay *dmub, uint8_t panel_inst,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
24
static void dmub_replay_get_state(struct dmub_replay *dmub, enum replay_state *state, uint8_t panel_inst)
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
285
static void dmub_replay_set_power_opt_and_coasting_vtotal(struct dmub_replay *dmub,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
311
static void dmub_replay_send_cmd(struct dmub_replay *dmub,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
427
static void dmub_replay_construct(struct dmub_replay *replay, struct dc_context *ctx)
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
436
struct dmub_replay *dmub_replay_create(struct dc_context *ctx)
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
438
struct dmub_replay *replay = kzalloc(sizeof(struct dmub_replay), GFP_KERNEL);
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
453
void dmub_replay_destroy(struct dmub_replay **dmub)
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
47
static void dmub_replay_enable(struct dmub_replay *dmub, bool enable, bool wait, uint8_t panel_inst)
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.c
97
static void dmub_replay_set_power_opt(struct dmub_replay *dmub, unsigned int power_opt, uint8_t panel_inst)
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
19
void (*replay_get_state)(struct dmub_replay *dmub, enum replay_state *state,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
21
void (*replay_enable)(struct dmub_replay *dmub, bool enable, bool wait,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
23
bool (*replay_copy_settings)(struct dmub_replay *dmub, struct dc_link *link,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
25
void (*replay_set_power_opt)(struct dmub_replay *dmub, unsigned int power_opt,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
27
void (*replay_send_cmd)(struct dmub_replay *dmub,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
29
void (*replay_set_coasting_vtotal)(struct dmub_replay *dmub, uint32_t coasting_vtotal,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
31
void (*replay_residency)(struct dmub_replay *dmub,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
33
void (*replay_set_power_opt_and_coasting_vtotal)(struct dmub_replay *dmub,
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
37
struct dmub_replay *dmub_replay_create(struct dc_context *ctx);
sys/dev/pci/drm/amd/display/dc/dce/dmub_replay.h
38
void dmub_replay_destroy(struct dmub_replay **dmub);
sys/dev/pci/drm/amd/display/dc/inc/core_types.h
321
struct dmub_replay *replay;
sys/dev/pci/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
1093
struct dmub_replay *replay = dc->res_pool->replay;
sys/dev/pci/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
1116
struct dmub_replay *replay = dc->res_pool->replay;
sys/dev/pci/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
1137
struct dmub_replay *replay = dc->res_pool->replay;
sys/dev/pci/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
1158
struct dmub_replay *replay = dc->res_pool->replay;
sys/dev/pci/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
940
struct dmub_replay *replay = dc->res_pool->replay;
sys/dev/pci/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
973
struct dmub_replay *replay = dc->res_pool->replay;
sys/dev/pci/drm/amd/display/dc/link/protocols/link_edp_panel_control.c
991
struct dmub_replay *replay;