Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c4086 struct pipe_ctx *pipe_ctx_old, *pipe_ctx, *pipe_ctx_syncd; in reset_syncd_pipes_from_disabled_pipes() local
4101 pipe_ctx_syncd = &context->res_ctx.pipe_ctx[j]; in reset_syncd_pipes_from_disabled_pipes()
4102 if ((GET_PIPE_SYNCD_FROM_PIPE(pipe_ctx_syncd) == pipe_ctx_old->pipe_idx) || in reset_syncd_pipes_from_disabled_pipes()
4103 !IS_PIPE_SYNCD_VALID(pipe_ctx_syncd)) in reset_syncd_pipes_from_disabled_pipes()
4104 SET_PIPE_SYNCD_TO_PIPE(pipe_ctx_syncd, j); in reset_syncd_pipes_from_disabled_pipes()