Home
last modified time | relevance | path

Searched refs:current_pipe_ctx (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
A Ddcn314_hwseq.c210 struct pipe_ctx *current_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[pipe_ctx->pipe_idx]; in dcn314_update_odm() local
215 if (!pipe_ctx->next_odm_pipe && current_pipe_ctx->next_odm_pipe && in dcn314_update_odm()
216 current_pipe_ctx->next_odm_pipe->stream_res.dsc) { in dcn314_update_odm()
217 struct display_stream_compressor *dsc = current_pipe_ctx->next_odm_pipe->stream_res.dsc; in dcn314_update_odm()
/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
A Ddcn35_hwseq.c456 struct pipe_ctx *current_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[pipe_ctx->pipe_idx]; in dcn35_update_odm() local
461 if (!pipe_ctx->next_odm_pipe && current_pipe_ctx->next_odm_pipe && in dcn35_update_odm()
462 current_pipe_ctx->next_odm_pipe->stream_res.dsc) { in dcn35_update_odm()
463 struct display_stream_compressor *dsc = current_pipe_ctx->next_odm_pipe->stream_res.dsc; in dcn35_update_odm()
/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
A Ddcn32_hwseq.c1159 struct pipe_ctx *current_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[pipe_ctx->pipe_idx]; in dcn32_update_odm() local
1164 if (!pipe_ctx->next_odm_pipe && current_pipe_ctx->next_odm_pipe && in dcn32_update_odm()
1165 current_pipe_ctx->next_odm_pipe->stream_res.dsc) { in dcn32_update_odm()
1166 struct display_stream_compressor *dsc = current_pipe_ctx->next_odm_pipe->stream_res.dsc; in dcn32_update_odm()

Completed in 12 milliseconds