Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddpp.h87 void (*dpp_set_csc_adjustment)( member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_dpp.c498 .dpp_set_csc_adjustment = dpp1_cm_set_output_csc_adjustment,
Ddcn10_hw_sequencer.c1676 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()