Searched refs:mux_mapping (Results 1 – 3 of 3) sorted by relevance
90 struct otg_phy_mux *mux_mapping);92 struct otg_phy_mux *mux_mapping);
932 struct otg_phy_mux *mux_mapping) in dcn10_forward_crc_window() argument961 (((unsigned int) mux_mapping->otg_output_num) << 16) | mux_mapping->phy_output_num; in dcn10_forward_crc_window()981 struct otg_phy_mux *mux_mapping) in dcn10_stop_crc_win_update() argument999 (((unsigned int) mux_mapping->otg_output_num) << 16) | mux_mapping->phy_output_num; in dcn10_stop_crc_win_update()
526 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmub_crc_window() argument530 cmd.secure_display.roi_info.phy_id = mux_mapping->phy_output_num; in dc_stream_forward_dmub_crc_window()531 cmd.secure_display.roi_info.otg_id = mux_mapping->otg_output_num; in dc_stream_forward_dmub_crc_window()553 dmcu->funcs->stop_crc_win_update(dmcu, mux_mapping); in dc_stream_forward_dmcu_crc_window()555 dmcu->funcs->forward_crc_window(dmcu, rect, mux_mapping); in dc_stream_forward_dmcu_crc_window()564 struct otg_phy_mux mux_mapping; in dc_stream_forward_crc_window() local579 mux_mapping.phy_output_num = phy_id; in dc_stream_forward_crc_window()580 mux_mapping.otg_output_num = pipe->stream_res.tg->inst; in dc_stream_forward_crc_window()630 struct otg_phy_mux mux_mapping; in dc_stream_forward_multiple_crc_window() local645 mux_mapping.phy_output_num = phy_id; in dc_stream_forward_multiple_crc_window()[all …]