Searched refs:dpp_set_csc_adjustment (Results 1 – 3 of 3) sorted by relevance
87 void (*dpp_set_csc_adjustment)( member
504 .dpp_set_csc_adjustment = dpp1_cm_set_output_csc_adjustment,
1681 if (pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment != NULL) in program_csc_matrix()1682 … pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment(pipe_ctx->plane_res.dpp, matrix); in program_csc_matrix()1695 if (pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment != NULL) in dcn10_program_output_csc()