Home
last modified time | relevance | path

Searched refs:coasting_vtotal (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/
Ddmub_replay.c222 uint16_t coasting_vtotal, in dmub_replay_set_coasting_vtotal() argument
232 cmd.replay_set_coasting_vtotal.replay_set_coasting_vtotal_data.coasting_vtotal = coasting_vtotal; in dmub_replay_set_coasting_vtotal()
Ddmub_replay.h48 void (*replay_set_coasting_vtotal)(struct dmub_replay *dmub, uint16_t coasting_vtotal,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/link/protocols/
Dlink_edp_panel_control.c996 bool edp_set_coasting_vtotal(struct dc_link *link, uint16_t coasting_vtotal) in edp_set_coasting_vtotal() argument
1008 if (coasting_vtotal && link->replay_settings.coasting_vtotal != coasting_vtotal) { in edp_set_coasting_vtotal()
1009 replay->funcs->replay_set_coasting_vtotal(replay, coasting_vtotal, panel_inst); in edp_set_coasting_vtotal()
1010 link->replay_settings.coasting_vtotal = coasting_vtotal; in edp_set_coasting_vtotal()
Dlink_edp_panel_control.h59 bool edp_set_coasting_vtotal(struct dc_link *link, uint16_t coasting_vtotal);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Dlink.h285 struct dc_link *link, uint16_t coasting_vtotal);
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc_types.h1060 uint16_t coasting_vtotal; // Current Coasting vtotal member
/linux-6.6.21/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h2975 uint16_t coasting_vtotal; member