Searched refs:dcn20_add_stream_to_ctx (Results 1 – 5 of 5) sorted by relevance
162 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_st…
1417 enum dc_status dcn20_add_stream_to_ctx(struct dc *dc, struct dc_state *new_ctx, struct dc_stream_st… in dcn20_add_stream_to_ctx() function2220 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
1068 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
1388 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
1281 return dcn20_add_stream_to_ctx(dc, new_ctx, dc_stream); in dcn30_add_stream_to_ctx()