Searched refs:tbl_entry (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_opp_csc_v.c | 110 const struct out_csc_color_matrix *tbl_entry, in program_color_matrix_v() argument 132 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() [all …]
|
D | dce110_transform_v.h | 43 const struct out_csc_color_matrix *tbl_entry);
|
D | dce110_hw_sequencer.c | 2592 struct out_csc_color_matrix tbl_entry; in dce110_program_front_end_for_pipe() local 2596 memset(&tbl_entry, 0, sizeof(tbl_entry)); in dce110_program_front_end_for_pipe() 2609 tbl_entry.color_space = in dce110_program_front_end_for_pipe() 2613 tbl_entry.regval[i] = in dce110_program_front_end_for_pipe() 2617 (pipe_ctx->plane_res.xfm, &tbl_entry); in dce110_program_front_end_for_pipe() 2792 struct out_csc_color_matrix tbl_entry; in program_csc_matrix() local 2801 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_csc_matrix() 2803 tbl_entry.color_space = color_space; in program_csc_matrix() 2805 pipe_ctx->plane_res.xfm->funcs->opp_set_csc_adjustment(pipe_ctx->plane_res.xfm, &tbl_entry); in program_csc_matrix()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_transform.c | 963 const struct out_csc_color_matrix *tbl_entry, in program_color_matrix() argument 968 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() [all …]
|
D | dce_transform.h | 499 const struct out_csc_color_matrix *tbl_entry);
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_dpp.c | 306 struct out_csc_color_matrix tbl_entry; in dpp1_cnv_setup() local 400 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp1_cnv_setup() 402 tbl_entry.color_space = input_color_space; in dpp1_cnv_setup() 409 dpp1_program_input_csc(dpp_base, color_space, select, &tbl_entry); in dpp1_cnv_setup()
|
D | dcn10_dpp_cm.c | 453 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()
|
D | dcn10_dpp.h | 1420 const struct out_csc_color_matrix *tbl_entry);
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | transform.h | 210 const struct out_csc_color_matrix *tbl_entry);
|