Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddmcu.h104 struct otg_phy_mux *mux_mapping);
106 struct otg_phy_mux *mux_mapping);
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce/
Ddce_dmcu.c931 struct otg_phy_mux *mux_mapping) in dcn10_forward_crc_window() argument
954 (((unsigned int) mux_mapping->otg_output_num) << 16) | mux_mapping->phy_output_num; in dcn10_forward_crc_window()
974 struct otg_phy_mux *mux_mapping) in dcn10_stop_crc_win_update() argument
992 (((unsigned int) mux_mapping->otg_output_num) << 16) | mux_mapping->phy_output_num; in dcn10_stop_crc_win_update()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc.c501 struct otg_phy_mux mapping_tmp, *mux_mapping; in dc_stream_forward_dmcu_crc_window() local
509 mux_mapping = &mapping_tmp; in dc_stream_forward_dmcu_crc_window()
531 dmcu->funcs->forward_crc_window(dmcu, crc_win, mux_mapping); in dc_stream_forward_dmcu_crc_window()
545 struct otg_phy_mux mapping_tmp, *mux_mapping; in dc_stream_stop_dmcu_crc_win_update() local
548 mux_mapping = &mapping_tmp; in dc_stream_stop_dmcu_crc_win_update()
565 dmcu->funcs->stop_crc_win_update(dmcu, mux_mapping); in dc_stream_stop_dmcu_crc_win_update()