Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c649 &cmd->fw_assisted_mclk_switch_v2.config_data.pipe_data[cmd_pipe_index]; in populate_subvp_cmd_vblank_pipe_info()
731 pipe_data = &cmd->fw_assisted_mclk_switch_v2.config_data.pipe_data[1]; in update_subvp_prefetch_end_to_mall_start()
739 pipe_data = &cmd->fw_assisted_mclk_switch_v2.config_data.pipe_data[0]; in update_subvp_prefetch_end_to_mall_start()
769 &cmd->fw_assisted_mclk_switch_v2.config_data.pipe_data[cmd_pipe_index]; in populate_subvp_cmd_pipe_info()
870 cmd.fw_assisted_mclk_switch_v2.header.type = DMUB_CMD__FW_ASSISTED_MCLK_SWITCH; in dc_dmub_setup_subvp_dmub_command()
871 cmd.fw_assisted_mclk_switch_v2.header.sub_type = DMUB_CMD__HANDLE_SUBVP_CMD; in dc_dmub_setup_subvp_dmub_command()
872 cmd.fw_assisted_mclk_switch_v2.header.payload_bytes = in dc_dmub_setup_subvp_dmub_command()
873 sizeof(cmd.fw_assisted_mclk_switch_v2) - sizeof(cmd.fw_assisted_mclk_switch_v2.header); in dc_dmub_setup_subvp_dmub_command()
916 …cmd.fw_assisted_mclk_switch_v2.config_data.pstate_allow_width_us = dc->caps.subvp_pstate_allow_wid… in dc_dmub_setup_subvp_dmub_command()
917 …cmd.fw_assisted_mclk_switch_v2.config_data.vertical_int_margin_us = dc->caps.subvp_vertical_int_ma… in dc_dmub_setup_subvp_dmub_command()
[all …]
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h5417 struct dmub_rb_cmd_fw_assisted_mclk_switch_v2 fw_assisted_mclk_switch_v2; member