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

/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.h50 void (*replay_set_coasting_vtotal)(struct dmub_replay *dmub, uint16_t coasting_vtotal, member in struct:dmub_replay_funcs
H A Ddmub_replay.c229 cmd.replay_set_coasting_vtotal.header.type = DMUB_CMD__REPLAY;
230 cmd.replay_set_coasting_vtotal.header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL;
231 cmd.replay_set_coasting_vtotal.header.payload_bytes = sizeof(struct dmub_cmd_replay_set_coasting_vtotal_data);
232 cmd.replay_set_coasting_vtotal.replay_set_coasting_vtotal_data.coasting_vtotal = coasting_vtotal;
348 .replay_set_coasting_vtotal = dmub_replay_set_coasting_vtotal,
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.c1050 replay->funcs->replay_set_coasting_vtotal(replay, coasting_vtotal, panel_inst);
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4506 struct dmub_rb_cmd_replay_set_coasting_vtotal replay_set_coasting_vtotal; member in union:dmub_rb_cmd

Completed in 148 milliseconds