Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c397 struct pipe_ctx *top_pipe_ctx = pipe_ctx; in get_hdr_visual_confirm_color() local
399 while (top_pipe_ctx->top_pipe != NULL) in get_hdr_visual_confirm_color()
400 top_pipe_ctx = top_pipe_ctx->top_pipe; in get_hdr_visual_confirm_color()
402 switch (top_pipe_ctx->plane_res.scl_data.format) { in get_hdr_visual_confirm_color()
404 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color()
407 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()
415 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color()
418 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()