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

/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c388 struct pipe_ctx *top_pipe_ctx = pipe_ctx; local
390 while (top_pipe_ctx->top_pipe != NULL)
391 top_pipe_ctx = top_pipe_ctx->top_pipe;
393 switch (top_pipe_ctx->plane_res.scl_data.format) {
395 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) {
398 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) {
406 if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_PQ) {
409 } else if (top_pipe_ctx->stream->out_transfer_func.tf == TRANSFER_FUNCTION_GAMMA22) {

Completed in 96 milliseconds