Home
last modified time | relevance | path

Searched refs:tbl_entry (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c132 tbl_entry->regval[0], in program_color_matrix_v()
138 tbl_entry->regval[1], in program_color_matrix_v()
150 tbl_entry->regval[2], in program_color_matrix_v()
156 tbl_entry->regval[3], in program_color_matrix_v()
168 tbl_entry->regval[4], in program_color_matrix_v()
174 tbl_entry->regval[5], in program_color_matrix_v()
186 tbl_entry->regval[6], in program_color_matrix_v()
192 tbl_entry->regval[7], in program_color_matrix_v()
204 tbl_entry->regval[8], in program_color_matrix_v()
210 tbl_entry->regval[9], in program_color_matrix_v()
[all …]
H A Ddce110_transform_v.h43 const struct out_csc_color_matrix *tbl_entry);
H A Ddce110_hw_sequencer.c2611 struct out_csc_color_matrix tbl_entry; in dce110_program_front_end_for_pipe() local
2615 memset(&tbl_entry, 0, sizeof(tbl_entry)); in dce110_program_front_end_for_pipe()
2628 tbl_entry.color_space = in dce110_program_front_end_for_pipe()
2632 tbl_entry.regval[i] = in dce110_program_front_end_for_pipe()
2636 (pipe_ctx->plane_res.xfm, &tbl_entry); in dce110_program_front_end_for_pipe()
2811 struct out_csc_color_matrix tbl_entry; in program_csc_matrix() local
2820 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_csc_matrix()
2822 tbl_entry.color_space = color_space; in program_csc_matrix()
2824 pipe_ctx->plane_res.xfm->funcs->opp_set_csc_adjustment(pipe_ctx->plane_res.xfm, &tbl_entry); in program_csc_matrix()
/dragonfly/sys/dev/drm/amd/display/dc/dce/
H A Ddce_transform.c968 OUTPUT_CSC_C11, tbl_entry->regval[0], in program_color_matrix()
969 OUTPUT_CSC_C12, tbl_entry->regval[1]); in program_color_matrix()
973 OUTPUT_CSC_C11, tbl_entry->regval[2], in program_color_matrix()
974 OUTPUT_CSC_C12, tbl_entry->regval[3]); in program_color_matrix()
978 OUTPUT_CSC_C11, tbl_entry->regval[4], in program_color_matrix()
979 OUTPUT_CSC_C12, tbl_entry->regval[5]); in program_color_matrix()
983 OUTPUT_CSC_C11, tbl_entry->regval[6], in program_color_matrix()
984 OUTPUT_CSC_C12, tbl_entry->regval[7]); in program_color_matrix()
988 OUTPUT_CSC_C11, tbl_entry->regval[8], in program_color_matrix()
989 OUTPUT_CSC_C12, tbl_entry->regval[9]); in program_color_matrix()
[all …]
H A Ddce_transform.h499 const struct out_csc_color_matrix *tbl_entry);
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c308 struct out_csc_color_matrix tbl_entry; in dpp1_cnv_setup() local
406 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp1_cnv_setup()
408 tbl_entry.color_space = color_space; in dpp1_cnv_setup()
415 dpp1_program_input_csc(dpp_base, color_space, select, &tbl_entry); in dpp1_cnv_setup()
H A Ddcn10_dpp_cm.c453 const struct out_csc_color_matrix *tbl_entry) in dpp1_program_input_csc() argument
468 if (tbl_entry == NULL) { in dpp1_program_input_csc()
480 regval = tbl_entry->regval; in dpp1_program_input_csc()
H A Ddcn10_dpp.h1420 const struct out_csc_color_matrix *tbl_entry);
/dragonfly/sys/dev/drm/amd/display/dc/inc/hw/
H A Dtransform.h210 const struct out_csc_color_matrix *tbl_entry);