Home
last modified time | relevance | path

Searched refs:replay_copy_settings (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c144 = &cmd.replay_copy_settings.replay_copy_settings_data; in dmub_replay_copy_settings()
165 cmd.replay_copy_settings.header.type = DMUB_CMD__REPLAY; in dmub_replay_copy_settings()
166 cmd.replay_copy_settings.header.sub_type = DMUB_CMD__REPLAY_COPY_SETTINGS; in dmub_replay_copy_settings()
167 cmd.replay_copy_settings.header.payload_bytes = sizeof(struct dmub_cmd_replay_copy_settings_data); in dmub_replay_copy_settings()
262 .replay_copy_settings = dmub_replay_copy_settings,
H A Ddmub_replay.h44 bool (*replay_copy_settings)(struct dmub_replay *dmub, struct dc_link *link, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c974 replay->funcs->replay_copy_settings(replay, link, &replay_context, panel_inst); in edp_setup_replay()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4141 struct dmub_rb_cmd_replay_copy_settings replay_copy_settings; member