Home
last modified time | relevance | path

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

/linux/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/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c493 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmub_crc_window()
497 cmd.secure_display.roi_info.phy_id = mux_mapping->phy_output_num; in dc_stream_forward_dmub_crc_window()
498 cmd.secure_display.roi_info.otg_id = mux_mapping->otg_output_num; in dc_stream_forward_dmub_crc_window()
517 struct rect *rect, struct otg_phy_mux *mux_mapping, bool is_stop) in dc_stream_forward_dmcu_crc_window()
520 dmcu->funcs->stop_crc_win_update(dmcu, mux_mapping); in dc_stream_forward_dmcu_crc_window()
522 dmcu->funcs->forward_crc_window(dmcu, rect, mux_mapping);
531 struct otg_phy_mux mux_mapping; in dc_stream_forward_crc_window()
546 mux_mapping.phy_output_num = phy_id; in dc_stream_forward_crc_window()
547 mux_mapping.otg_output_num = pipe->stream_res.tg->inst; in dc_stream_forward_crc_window()
554 dc_stream_forward_dmub_crc_window(dmub_srv, rect, &mux_mapping, is_sto in dc_stream_forward_crc_window()
491 dc_stream_forward_dmub_crc_window(struct dc_dmub_srv * dmub_srv,struct rect * rect,struct otg_phy_mux * mux_mapping,bool is_stop) dc_stream_forward_dmub_crc_window() argument
515 dc_stream_forward_dmcu_crc_window(struct dmcu * dmcu,struct rect * rect,struct otg_phy_mux * mux_mapping,bool is_stop) dc_stream_forward_dmcu_crc_window() argument
529 struct otg_phy_mux mux_mapping; dc_stream_forward_crc_window() local
564 dc_stream_forward_dmub_multiple_crc_window(struct dc_dmub_srv * dmub_srv,struct crc_window * window,struct otg_phy_mux * mux_mapping,bool stop) dc_stream_forward_dmub_multiple_crc_window() argument
595 struct otg_phy_mux mux_mapping; dc_stream_forward_multiple_crc_window() local
[all...]