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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_hw_sequencer.c2088 struct pipe_ctx *top_pipe_ctx = pipe_ctx; local
2090 while (top_pipe_ctx->top_pipe != NULL)
2091 top_pipe_ctx = top_pipe_ctx->top_pipe;
2093 switch (top_pipe_ctx->plane_res.scl_data.format) {
2095 if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_PQ) {
2101 if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_PQ) {
2104 } else if (top_pipe_ctx->stream->out_transfer_func->tf == TRANSFER_FUNCTION_GAMMA22) {

Completed in 90 milliseconds