Searched refs:old_pipe_ctx (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1130 struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; local
1135 (pipe_ctx->plane_state || old_pipe_ctx->plane_state))
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c102 struct pipe_ctx *old_pipe_ctx; local
107 old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i];
117 (!pipe_ctx->plane_state && !old_pipe_ctx->plane_state) ||
914 struct pipe_ctx *old_pipe_ctx = &dc->current_state->res_ctx.pipe_ctx[i]; local
916 if (old_pipe_ctx->stream != stream)
919 dc->hwss.wait_for_mpcc_disconnect(dc, dc->res_pool, old_pipe_ctx);

Completed in 366 milliseconds