Home
last modified time | relevance | path

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

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