Searched refs:coasting_vtotal (Results 1 - 7 of 7) 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,
55 unsigned int power_opt, uint8_t panel_inst, uint16_t coasting_vtotal);
H A Ddmub_replay.c222 uint16_t coasting_vtotal,
232 cmd.replay_set_coasting_vtotal.replay_set_coasting_vtotal_data.coasting_vtotal = coasting_vtotal;
265 unsigned int power_opt, uint8_t panel_inst, uint16_t coasting_vtotal)
278 cmd.replay_set_power_opt_and_coasting_vtotal.replay_set_coasting_vtotal_data.coasting_vtotal = coasting_vtotal;
221 dmub_replay_set_coasting_vtotal(struct dmub_replay *dmub, uint16_t coasting_vtotal, uint8_t panel_inst) argument
264 dmub_replay_set_power_opt_and_coasting_vtotal(struct dmub_replay *dmub, unsigned int power_opt, uint8_t panel_inst, uint16_t coasting_vtotal) argument
/linux-master/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_edp_panel_control.h62 bool edp_set_coasting_vtotal(struct dc_link *link, uint32_t coasting_vtotal);
67 const unsigned int *power_opts, uint32_t coasting_vtotal);
H A Dlink_edp_panel_control.c1037 bool edp_set_coasting_vtotal(struct dc_link *link, uint32_t coasting_vtotal) argument
1049 if (coasting_vtotal && link->replay_settings.coasting_vtotal != coasting_vtotal) {
1050 replay->funcs->replay_set_coasting_vtotal(replay, coasting_vtotal, panel_inst);
1051 link->replay_settings.coasting_vtotal = coasting_vtotal;
1076 const unsigned int *power_opts, uint32_t coasting_vtotal)
1087 coasting_vtotal && link->replay_settings.coasting_vtotal !
1075 edp_set_replay_power_opt_and_coasting_vtotal(struct dc_link *link, const unsigned int *power_opts, uint32_t coasting_vtotal) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink.h288 struct dc_link *link, uint32_t coasting_vtotal);
293 const unsigned int *power_opts, uint32_t coasting_vtotal);
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1088 uint32_t coasting_vtotal; member in struct:replay_settings
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h3230 uint16_t coasting_vtotal; member in struct:dmub_cmd_replay_set_coasting_vtotal_data

Completed in 1147 milliseconds