Searched refs:coasting_vtotal (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dmub_replay.c | 201 uint32_t coasting_vtotal, in dmub_replay_set_coasting_vtotal() argument 214 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal = (coasting_vtotal & 0xFFFF); in dmub_replay_set_coasting_vtotal() 215 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal_high = (coasting_vtotal & 0xFFFF0000) >> 16; in dmub_replay_set_coasting_vtotal() 272 unsigned int power_opt, uint8_t panel_inst, uint32_t coasting_vtotal) in dmub_replay_set_power_opt_and_coasting_vtotal() argument 286 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal = (coasting_vtotal & 0xFFFF); in dmub_replay_set_power_opt_and_coasting_vtotal() 287 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal_high = (coasting_vtotal & 0xFFFF0000) >> 16; in dmub_replay_set_power_opt_and_coasting_vtotal()
|
| H A D | dmub_replay.h | 29 void (*replay_set_coasting_vtotal)(struct dmub_replay *dmub, uint32_t coasting_vtotal, 34 unsigned int power_opt, uint8_t panel_inst, uint32_t coasting_vtotal);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/link/protocols/ |
| H A D | link_edp_panel_control.c | 1058 bool edp_set_coasting_vtotal(struct dc_link *link, uint32_t coasting_vtotal) in edp_set_coasting_vtotal() argument 1070 if (coasting_vtotal && link->replay_settings.coasting_vtotal != coasting_vtotal) { in edp_set_coasting_vtotal() 1071 replay->funcs->replay_set_coasting_vtotal(replay, coasting_vtotal, panel_inst); in edp_set_coasting_vtotal() 1072 link->replay_settings.coasting_vtotal = coasting_vtotal; in edp_set_coasting_vtotal() 1100 const unsigned int *power_opts, uint32_t coasting_vtotal) in edp_set_replay_power_opt_and_coasting_vtotal() argument 1111 coasting_vtotal && link->replay_settings.coasting_vtotal != coasting_vtotal) { in edp_set_replay_power_opt_and_coasting_vtotal() 1115 *power_opts, panel_inst, coasting_vtotal); in edp_set_replay_power_opt_and_coasting_vtotal() 1117 link->replay_settings.coasting_vtotal = coasting_vtotal; in edp_set_replay_power_opt_and_coasting_vtotal()
|
| H A D | link_edp_panel_control.h | 61 bool edp_set_coasting_vtotal(struct dc_link *link, uint32_t coasting_vtotal); 66 const unsigned int *power_opts, uint32_t coasting_vtotal);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | link.h | 289 struct dc_link *link, uint32_t coasting_vtotal); 294 const unsigned int *power_opts, uint32_t coasting_vtotal);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_types.h | 1149 uint32_t coasting_vtotal; member
|
| /linux-6.15/drivers/gpu/drm/amd/display/dmub/inc/ |
| H A D | dmub_cmd.h | 4000 uint16_t coasting_vtotal; member
|