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