Searched refs:top_pipe_ctx (Results 1 – 1 of 1) sorted by relevance
2315 struct pipe_ctx *top_pipe_ctx = pipe_ctx; in dcn10_get_hdr_visual_confirm_color() local2317 while (top_pipe_ctx->top_pipe != NULL) in dcn10_get_hdr_visual_confirm_color()2318 top_pipe_ctx = top_pipe_ctx->top_pipe; in dcn10_get_hdr_visual_confirm_color()2320 switch (top_pipe_ctx->plane_res.scl_data.format) { in dcn10_get_hdr_visual_confirm_color()2322 if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_PQ) { in dcn10_get_hdr_visual_confirm_color()2325 } else if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_GAMMA22) { in dcn10_get_hdr_visual_confirm_color()2332 if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_PQ) { in dcn10_get_hdr_visual_confirm_color()2335 } else if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_GAMMA22) { in dcn10_get_hdr_visual_confirm_color()