Home
last modified time | relevance | path

Searched refs:dpp_set_csc_adjustment (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
HDdpp.h87 void (*dpp_set_csc_adjustment)( member
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_dpp.c504 .dpp_set_csc_adjustment = dpp1_cm_set_output_csc_adjustment,
HDdcn10_hw_sequencer.c1681 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()