Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_optc.c263 .set_out_mux = optc3_set_out_mux,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dtiming_generator.h300 void (*set_out_mux)(struct timing_generator *tg, enum otg_out_mux_dest dest); member
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_optc.c339 .set_out_mux = optc3_set_out_mux,
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link.c4202 if (pipe_ctx->stream_res.tg->funcs->set_out_mux)
4203 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, otg_out_dest);
4463 if (pipe_ctx->stream_res.tg->funcs->set_out_mux)
4464 pipe_ctx->stream_res.tg->funcs->set_out_mux(pipe_ctx->stream_res.tg, OUT_MUX_DIO);

Completed in 12 milliseconds