Home
last modified time | relevance | path

Searched refs:set_out_mux (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_optc.c161 .set_out_mux = optc3_set_out_mux,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_optc.c245 .set_out_mux = optc3_set_out_mux,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_optc.c285 .set_out_mux = optc3_set_out_mux,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_optc.c322 .set_out_mux = optc3_set_out_mux,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtiming_generator.h317 void (*set_out_mux)(struct timing_generator *tg, enum otg_out_mux_dest dest); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_optc.c369 .set_out_mux = optc3_set_out_mux,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c2378 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) in link_set_dpms_off()
2379 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, OUT_MUX_DIO); in link_set_dpms_off()
2433 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) { in link_set_dpms_on()
2438 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, otg_out_dest); in link_set_dpms_on()