Home
last modified time | relevance | path

Searched refs:mux_mapping (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Ddmcu.h90 struct otg_phy_mux *mux_mapping);
92 struct otg_phy_mux *mux_mapping);
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_dmcu.c931 struct otg_phy_mux *mux_mapping) in dcn10_forward_crc_window() argument
960 (((unsigned int) mux_mapping->otg_output_num) << 16) | mux_mapping->phy_output_num; in dcn10_forward_crc_window()
980 struct otg_phy_mux *mux_mapping) in dcn10_stop_crc_win_update() argument
998 (((unsigned int) mux_mapping->otg_output_num) << 16) | mux_mapping->phy_output_num; in dcn10_stop_crc_win_update()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c490 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmub_crc_window() argument
494 cmd.secure_display.roi_info.phy_id = mux_mapping->phy_output_num; in dc_stream_forward_dmub_crc_window()
495 cmd.secure_display.roi_info.otg_id = mux_mapping->otg_output_num; in dc_stream_forward_dmub_crc_window()
515 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmcu_crc_window() argument
518 dmcu->funcs->stop_crc_win_update(dmcu, mux_mapping); in dc_stream_forward_dmcu_crc_window()
520 dmcu->funcs->forward_crc_window(dmcu, rect, mux_mapping); in dc_stream_forward_dmcu_crc_window()
529 struct otg_phy_mux mux_mapping; in dc_stream_forward_crc_window() local
544 mux_mapping.phy_output_num = stream->link->link_enc_hw_inst; in dc_stream_forward_crc_window()
545 mux_mapping.otg_output_num = pipe->stream_res.tg->inst; in dc_stream_forward_crc_window()
552 dc_stream_forward_dmub_crc_window(dmub_srv, rect, &mux_mapping, is_stop); in dc_stream_forward_crc_window()
[all …]

Completed in 53 milliseconds