Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c4096 struct pipe_ctx *pipe_ctx_old, *pipe_ctx, *pipe_ctx_syncd; in reset_syncd_pipes_from_disabled_pipes() local
4111 pipe_ctx_syncd = &context->res_ctx.pipe_ctx[j]; in reset_syncd_pipes_from_disabled_pipes()
4112 if ((GET_PIPE_SYNCD_FROM_PIPE(pipe_ctx_syncd) == pipe_ctx_old->pipe_idx) || in reset_syncd_pipes_from_disabled_pipes()
4113 !IS_PIPE_SYNCD_VALID(pipe_ctx_syncd)) in reset_syncd_pipes_from_disabled_pipes()
4114 SET_PIPE_SYNCD_TO_PIPE(pipe_ctx_syncd, j); in reset_syncd_pipes_from_disabled_pipes()