HomeSort by: relevance | last modified time | path
    Searched defs:top_pipe_ctx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 2088 struct pipe_ctx *top_pipe_ctx = pipe_ctx; local in function:dcn10_get_hdr_visual_confirm_color
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) {
amdgpu_dcn10_hw_sequencer.c 2088 struct pipe_ctx *top_pipe_ctx = pipe_ctx; local in function:dcn10_get_hdr_visual_confirm_color
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 28 milliseconds