Home
last modified time | relevance | path

Searched refs:tbl_entry (Results 1 - 25 of 33) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c110 const struct out_csc_color_matrix *tbl_entry, in program_color_matrix_v()
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 in program_color_matrix_v()
108 program_color_matrix_v( struct dce_transform *xfm_dce, const struct out_csc_color_matrix *tbl_entry, enum grph_color_adjust_option options) program_color_matrix_v() argument
720 dce110_opp_v_set_csc_adjustment( struct transform *xfm, const struct out_csc_color_matrix *tbl_entry) dce110_opp_v_set_csc_adjustment() argument
[all...]
H A Ddce110_transform_v.h43 const struct out_csc_color_matrix *tbl_entry);
H A Ddce110_hw_sequencer.c2547 struct out_csc_color_matrix tbl_entry; in dce110_program_front_end_for_pipe() local
2552 memset(&tbl_entry, 0, sizeof(tbl_entry)); in dce110_program_front_end_for_pipe()
2562 tbl_entry.color_space = in dce110_program_front_end_for_pipe()
2566 tbl_entry.regval[i] = in dce110_program_front_end_for_pipe()
2570 (pipe_ctx->plane_res.xfm, &tbl_entry); in dce110_program_front_end_for_pipe()
2730 struct out_csc_color_matrix tbl_entry; in program_output_csc() local
2736 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_output_csc()
2738 tbl_entry.color_space = color_space; in program_output_csc()
2741 pipe_ctx->plane_res.xfm, &tbl_entry); in program_output_csc()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_opp_csc_v.c110 const struct out_csc_color_matrix *tbl_entry, in program_color_matrix_v()
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 in program_color_matrix_v()
108 program_color_matrix_v( struct dce_transform *xfm_dce, const struct out_csc_color_matrix *tbl_entry, enum grph_color_adjust_option options) program_color_matrix_v() argument
720 dce110_opp_v_set_csc_adjustment( struct transform *xfm, const struct out_csc_color_matrix *tbl_entry) dce110_opp_v_set_csc_adjustment() argument
[all...]
H A Ddce110_transform_v.h43 const struct out_csc_color_matrix *tbl_entry);
H A Ddce110_hw_sequencer.c2693 struct out_csc_color_matrix tbl_entry; in dce110_program_front_end_for_pipe() local
2698 memset(&tbl_entry, 0, sizeof(tbl_entry)); in dce110_program_front_end_for_pipe()
2708 tbl_entry.color_space = in dce110_program_front_end_for_pipe()
2712 tbl_entry.regval[i] = in dce110_program_front_end_for_pipe()
2716 (pipe_ctx->plane_res.xfm, &tbl_entry); in dce110_program_front_end_for_pipe()
2876 struct out_csc_color_matrix tbl_entry; in program_output_csc() local
2882 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i]; in program_output_csc()
2884 tbl_entry.color_space = color_space; in program_output_csc()
2887 pipe_ctx->plane_res.xfm, &tbl_entry); in program_output_csc()
[all...]
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Defi.c173 efi_config_table_64_t *tbl_entry = (efi_config_table_64_t *)cfg_tbl + idx; in get_vendor_table() local
175 if (!IS_ENABLED(CONFIG_X86_64) && tbl_entry->table >> 32) { in get_vendor_table()
180 *vendor_tbl_pa = tbl_entry->table; in get_vendor_table()
181 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
184 efi_config_table_32_t *tbl_entry = (efi_config_table_32_t *)cfg_tbl + idx; in get_vendor_table() local
186 *vendor_tbl_pa = tbl_entry->table; in get_vendor_table()
187 *vendor_tbl_guid = tbl_entry->guid; in get_vendor_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c1248 const struct out_csc_color_matrix *tbl_entry, in program_color_matrix()
1253 OUTPUT_CSC_C11, tbl_entry->regval[0], in program_color_matrix()
1254 OUTPUT_CSC_C12, tbl_entry->regval[1]); in program_color_matrix()
1258 OUTPUT_CSC_C11, tbl_entry->regval[2], in program_color_matrix()
1259 OUTPUT_CSC_C12, tbl_entry->regval[3]); in program_color_matrix()
1263 OUTPUT_CSC_C11, tbl_entry->regval[4], in program_color_matrix()
1264 OUTPUT_CSC_C12, tbl_entry->regval[5]); in program_color_matrix()
1268 OUTPUT_CSC_C11, tbl_entry->regval[6], in program_color_matrix()
1269 OUTPUT_CSC_C12, tbl_entry->regval[7]); in program_color_matrix()
1273 OUTPUT_CSC_C11, tbl_entry in program_color_matrix()
1246 program_color_matrix( struct dce_transform *xfm_dce, const struct out_csc_color_matrix *tbl_entry, enum grph_color_adjust_option options) program_color_matrix() argument
1362 dce110_opp_set_csc_adjustment( struct transform *xfm, const struct out_csc_color_matrix *tbl_entry) dce110_opp_set_csc_adjustment() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c1235 const struct out_csc_color_matrix *tbl_entry, in program_color_matrix()
1240 OUTPUT_CSC_C11, tbl_entry->regval[0], in program_color_matrix()
1241 OUTPUT_CSC_C12, tbl_entry->regval[1]); in program_color_matrix()
1245 OUTPUT_CSC_C11, tbl_entry->regval[2], in program_color_matrix()
1246 OUTPUT_CSC_C12, tbl_entry->regval[3]); in program_color_matrix()
1250 OUTPUT_CSC_C11, tbl_entry->regval[4], in program_color_matrix()
1251 OUTPUT_CSC_C12, tbl_entry->regval[5]); in program_color_matrix()
1255 OUTPUT_CSC_C11, tbl_entry->regval[6], in program_color_matrix()
1256 OUTPUT_CSC_C12, tbl_entry->regval[7]); in program_color_matrix()
1260 OUTPUT_CSC_C11, tbl_entry in program_color_matrix()
1233 program_color_matrix( struct dce_transform *xfm_dce, const struct out_csc_color_matrix *tbl_entry, enum grph_color_adjust_option options) program_color_matrix() argument
1348 dce110_opp_set_csc_adjustment( struct transform *xfm, const struct out_csc_color_matrix *tbl_entry) dce110_opp_set_csc_adjustment() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c276 struct out_csc_color_matrix tbl_entry; in dce60_program_front_end_for_pipe() local
281 memset(&tbl_entry, 0, sizeof(tbl_entry)); in dce60_program_front_end_for_pipe()
291 tbl_entry.color_space = in dce60_program_front_end_for_pipe()
295 tbl_entry.regval[i] = in dce60_program_front_end_for_pipe()
299 (pipe_ctx->plane_res.xfm, &tbl_entry); in dce60_program_front_end_for_pipe()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c276 struct out_csc_color_matrix tbl_entry; in dce60_program_front_end_for_pipe() local
281 memset(&tbl_entry, 0, sizeof(tbl_entry)); in dce60_program_front_end_for_pipe()
291 tbl_entry.color_space = in dce60_program_front_end_for_pipe()
295 tbl_entry.regval[i] = in dce60_program_front_end_for_pipe()
299 (pipe_ctx->plane_res.xfm, &tbl_entry); in dce60_program_front_end_for_pipe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c109 struct out_csc_color_matrix tbl_entry; in dpp2_cnv_setup() local
229 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp2_cnv_setup()
231 tbl_entry.color_space = input_color_space; in dpp2_cnv_setup()
238 dpp2_program_input_csc(dpp_base, color_space, select, &tbl_entry); in dpp2_cnv_setup()
H A Ddcn20_dpp_cm.c241 const struct out_csc_color_matrix *tbl_entry) in dpp2_program_input_csc()
256 if (tbl_entry == NULL) { in dpp2_program_input_csc()
268 regval = tbl_entry->regval; in dpp2_program_input_csc()
237 dpp2_program_input_csc( struct dpp *dpp_base, enum dc_color_space color_space, enum dcn20_input_csc_select input_select, const struct out_csc_color_matrix *tbl_entry) dpp2_program_input_csc() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dpp.c109 struct out_csc_color_matrix tbl_entry; in dpp2_cnv_setup() local
233 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp2_cnv_setup()
235 tbl_entry.color_space = input_color_space; in dpp2_cnv_setup()
242 dpp2_program_input_csc(dpp_base, color_space, select, &tbl_entry); in dpp2_cnv_setup()
H A Ddcn20_dpp_cm.c241 const struct out_csc_color_matrix *tbl_entry) in dpp2_program_input_csc()
256 if (tbl_entry == NULL) { in dpp2_program_input_csc()
268 regval = tbl_entry->regval; in dpp2_program_input_csc()
237 dpp2_program_input_csc( struct dpp *dpp_base, enum dc_color_space color_space, enum dcn20_input_csc_select input_select, const struct out_csc_color_matrix *tbl_entry) dpp2_program_input_csc() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c297 struct out_csc_color_matrix tbl_entry; in dpp1_cnv_setup() local
395 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp1_cnv_setup()
397 tbl_entry.color_space = color_space; in dpp1_cnv_setup()
404 dpp1_program_input_csc(dpp_base, color_space, select, &tbl_entry); in dpp1_cnv_setup()
H A Ddcn10_dpp_cm.c424 const struct out_csc_color_matrix *tbl_entry) in dpp1_program_input_csc()
439 if (tbl_entry == NULL) { in dpp1_program_input_csc()
451 regval = tbl_entry->regval; in dpp1_program_input_csc()
420 dpp1_program_input_csc( struct dpp *dpp_base, enum dc_color_space color_space, enum dcn10_input_csc_select input_select, const struct out_csc_color_matrix *tbl_entry) dpp1_program_input_csc() argument
/kernel/linux/linux-5.10/drivers/iommu/intel/
H A Ddebugfs.c181 static void pasid_tbl_walk(struct seq_file *m, struct pasid_entry *tbl_entry, in pasid_tbl_walk() argument
188 if (pasid_pte_is_present(tbl_entry)) { in pasid_tbl_walk()
189 tbl_wlk->pasid_tbl_entry = tbl_entry; in pasid_tbl_walk()
194 tbl_entry++; in pasid_tbl_walk()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_dpp.c290 struct out_csc_color_matrix tbl_entry; in dpp1_cnv_setup() local
389 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp1_cnv_setup()
391 tbl_entry.color_space = color_space; in dpp1_cnv_setup()
398 dpp1_program_input_csc(dpp_base, color_space, select, &tbl_entry); in dpp1_cnv_setup()
H A Ddcn10_dpp_cm.c424 const struct out_csc_color_matrix *tbl_entry) in dpp1_program_input_csc()
439 if (tbl_entry == NULL) { in dpp1_program_input_csc()
451 regval = tbl_entry->regval; in dpp1_program_input_csc()
420 dpp1_program_input_csc( struct dpp *dpp_base, enum dc_color_space color_space, enum dcn10_input_csc_select input_select, const struct out_csc_color_matrix *tbl_entry) dpp1_program_input_csc() argument
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Ddebugfs.c185 static void pasid_tbl_walk(struct seq_file *m, struct pasid_entry *tbl_entry, in pasid_tbl_walk() argument
192 if (pasid_pte_is_present(tbl_entry)) { in pasid_tbl_walk()
193 tbl_wlk->pasid_tbl_entry = tbl_entry; in pasid_tbl_walk()
198 tbl_entry++; in pasid_tbl_walk()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c59 const struct out_csc_color_matrix *tbl_entry) in dpp3_program_post_csc()
74 if (tbl_entry == NULL) { in dpp3_program_post_csc()
86 regval = tbl_entry->regval; in dpp3_program_post_csc()
190 struct out_csc_color_matrix tbl_entry; in dpp3_cnv_setup() local
323 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp3_cnv_setup()
325 tbl_entry.color_space = input_color_space; in dpp3_cnv_setup()
333 &tbl_entry); in dpp3_cnv_setup()
55 dpp3_program_post_csc( struct dpp *dpp_base, enum dc_color_space color_space, enum dcn10_input_csc_select input_select, const struct out_csc_color_matrix *tbl_entry) dpp3_program_post_csc() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtransform.h212 const struct out_csc_color_matrix *tbl_entry);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtransform.h208 const struct out_csc_color_matrix *tbl_entry);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dpp.c58 const struct out_csc_color_matrix *tbl_entry) in dpp3_program_post_csc()
73 if (tbl_entry == NULL) { in dpp3_program_post_csc()
85 regval = tbl_entry->regval; in dpp3_program_post_csc()
189 struct out_csc_color_matrix tbl_entry; in dpp3_cnv_setup() local
326 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i]; in dpp3_cnv_setup()
328 tbl_entry.color_space = input_color_space; in dpp3_cnv_setup()
336 &tbl_entry); in dpp3_cnv_setup()
54 dpp3_program_post_csc( struct dpp *dpp_base, enum dc_color_space color_space, enum dcn10_input_csc_select input_select, const struct out_csc_color_matrix *tbl_entry) dpp3_program_post_csc() argument

Completed in 28 milliseconds

12