Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_hw_sequencer.c371 struct pipe_ctx *top_pipe_ctx = pipe_ctx; in get_hdr_visual_confirm_color() local
373 while (top_pipe_ctx->top_pipe != NULL) in get_hdr_visual_confirm_color()
374 top_pipe_ctx = top_pipe_ctx->top_pipe; in get_hdr_visual_confirm_color()
376 switch (top_pipe_ctx->plane_res.scl_data.format) { in get_hdr_visual_confirm_color()
378 if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color()
381 } else if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()
388 if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_PQ) { in get_hdr_visual_confirm_color()
391 } else if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_GAMMA22) { in get_hdr_visual_confirm_color()