Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c230 cmd.replay_set_coasting_vtotal.header.type = DMUB_CMD__REPLAY; in dmub_replay_set_coasting_vtotal()
231 cmd.replay_set_coasting_vtotal.header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL; in dmub_replay_set_coasting_vtotal()
232 …cmd.replay_set_coasting_vtotal.header.payload_bytes = sizeof(struct dmub_cmd_replay_set_coasting_v… in dmub_replay_set_coasting_vtotal()
233 cmd.replay_set_coasting_vtotal.replay_set_coasting_vtotal_data.coasting_vtotal = coasting_vtotal; in dmub_replay_set_coasting_vtotal()
267 .replay_set_coasting_vtotal = dmub_replay_set_coasting_vtotal,
H A Ddmub_replay.h48 void (*replay_set_coasting_vtotal)(struct dmub_replay *dmub, uint16_t coasting_vtotal, member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c1010 replay->funcs->replay_set_coasting_vtotal(replay, coasting_vtotal, panel_inst); in edp_set_coasting_vtotal()
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4153 struct dmub_rb_cmd_replay_set_coasting_vtotal replay_set_coasting_vtotal; member