Searched refs:crtc_source_select (Results 1 – 1 of 1) sorted by relevance
1611 struct bp_crtc_source_select crtc_source_select = {0}; in dce110_select_crtc_source() local1617 crtc_source_select.controller_id = CONTROLLER_ID_D0 + pipe_ctx->stream_res.tg->inst; in dce110_select_crtc_source()1618 crtc_source_select.color_depth = pipe_ctx->stream->timing.display_color_depth; in dce110_select_crtc_source()1619 crtc_source_select.engine_id = engine_id; in dce110_select_crtc_source()1620 crtc_source_select.sink_signal = pipe_ctx->stream->signal; in dce110_select_crtc_source()1622 bios->funcs->select_crtc_source(bios, &crtc_source_select); in dce110_select_crtc_source()