Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c215 uint32_t coasting_vtotal, in dmub_replay_set_coasting_vtotal() argument
229 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal = (coasting_vtotal & 0xFFFF); in dmub_replay_set_coasting_vtotal()
230 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal_high = (coasting_vtotal & 0xFFFF0000) >> 16; in dmub_replay_set_coasting_vtotal()
288 unsigned int power_opt, uint8_t panel_inst, uint32_t coasting_vtotal, uint16_t frame_skip_number) in dmub_replay_set_power_opt_and_coasting_vtotal() argument
304 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal = (coasting_vtotal & 0xFFFF); in dmub_replay_set_power_opt_and_coasting_vtotal()
305 pCmd->replay_set_coasting_vtotal_data.coasting_vtotal_high = (coasting_vtotal & 0xFFFF0000) >> 16; in dmub_replay_set_power_opt_and_coasting_vtotal()
H A Ddmub_replay.h29 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/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h1214 uint32_t coasting_vtotal; member
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4788 uint16_t coasting_vtotal; member
6733 uint32_t coasting_vtotal; member