|
@@ -1599,6 +1599,7 @@ enum dc_status resource_map_pool_resources(
|
|
for (i = 0; i < context->stream_count; i++)
|
|
for (i = 0; i < context->stream_count; i++)
|
|
if (context->streams[i] == stream) {
|
|
if (context->streams[i] == stream) {
|
|
context->stream_status[i].primary_otg_inst = pipe_ctx->stream_res.tg->inst;
|
|
context->stream_status[i].primary_otg_inst = pipe_ctx->stream_res.tg->inst;
|
|
|
|
+ context->stream_status[i].stream_enc_inst = pipe_ctx->stream_res.stream_enc->id;
|
|
return DC_OK;
|
|
return DC_OK;
|
|
}
|
|
}
|
|
|
|
|