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

/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddmcu.h90 struct otg_phy_mux *mux_mapping);
92 struct otg_phy_mux *mux_mapping);
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_dmcu.c932 struct otg_phy_mux *mux_mapping)
961 (((unsigned int) mux_mapping->otg_output_num) << 16) | mux_mapping->phy_output_num;
981 struct otg_phy_mux *mux_mapping)
999 (((unsigned int) mux_mapping->otg_output_num) << 16) | mux_mapping->phy_output_num;
930 dcn10_forward_crc_window(struct dmcu *dmcu, struct rect *rect, struct otg_phy_mux *mux_mapping) argument
980 dcn10_stop_crc_win_update(struct dmcu *dmcu, struct otg_phy_mux *mux_mapping) argument
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c546 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop)
550 cmd.secure_display.roi_info.phy_id = mux_mapping->phy_output_num;
551 cmd.secure_display.roi_info.otg_id = mux_mapping->otg_output_num;
570 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop)
573 dmcu->funcs->stop_crc_win_update(dmcu, mux_mapping);
575 dmcu->funcs->forward_crc_window(dmcu, rect, mux_mapping);
584 struct otg_phy_mux mux_mapping; local
599 mux_mapping.phy_output_num = stream->link->link_enc_hw_inst;
600 mux_mapping.otg_output_num = pipe->stream_res.tg->inst;
607 dc_stream_forward_dmub_crc_window(dmub_srv, rect, &mux_mapping, is_sto
545 dc_stream_forward_dmub_crc_window(struct dc_dmub_srv *dmub_srv, struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) argument
569 dc_stream_forward_dmcu_crc_window(struct dmcu *dmcu, struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) argument
[all...]

Completed in 150 milliseconds