Home
last modified time | relevance | path

Searched refs:replay_set_coasting_vtotal_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddmub_replay.c229 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()
231 pCmd->replay_set_coasting_vtotal_data.frame_skip_number = frame_skip_number; in dmub_replay_set_coasting_vtotal()
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()
306 pCmd->replay_set_coasting_vtotal_data.frame_skip_number = frame_skip_number; in dmub_replay_set_power_opt_and_coasting_vtotal()
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h4820 struct dmub_cmd_replay_set_coasting_vtotal_data replay_set_coasting_vtotal_data; member
4838 struct dmub_cmd_replay_set_coasting_vtotal_data replay_set_coasting_vtotal_data; member