Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddpp.h164 void (*dpp_set_csc_adjustment)( member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c388 .dpp_set_csc_adjustment = NULL,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c515 .dpp_set_csc_adjustment = dpp1_cm_set_output_csc_adjustment,
H A Ddcn10_hw_sequencer.c2234 pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment(pipe_ctx->plane_res.dpp, matrix); in dcn10_set_csc_adjustment_rgb_mpo_fix()
2247 if (pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment != NULL) { in dcn10_program_output_csc()
2263 pipe_ctx->plane_res.dpp->funcs->dpp_set_csc_adjustment(pipe_ctx->plane_res.dpp, matrix); in dcn10_program_output_csc()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c1351 .dpp_set_csc_adjustment = NULL,