Home
last modified time | relevance | path

Searched refs:meta_row_remainder (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20v2.c384 unsigned int meta_row_remainder; in get_meta_and_pte_attr() local
522 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
552 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
H A Ddisplay_rq_dlg_calc_20.c384 unsigned int meta_row_remainder; in get_meta_and_pte_attr() local
522 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
552 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c374 unsigned int meta_row_remainder; in get_meta_and_pte_attr() local
516 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
549 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
H A Ddisplay_mode_vba_21.c5891 unsigned int meta_row_remainder; in CalculateMetaAndPTETimes() local
5928 meta_row_remainder = meta_row_width[k] % meta_chunk_width; in CalculateMetaAndPTETimes()
5935 if (meta_row_remainder <= meta_chunk_threshold) { in CalculateMetaAndPTETimes()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c330 unsigned int meta_row_remainder = 0; in get_meta_and_pte_attr() local
495 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
525 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
H A Ddisplay_mode_vba_30.c5437 unsigned int meta_row_remainder = 0; in CalculateMetaAndPTETimes() local
5472 meta_row_remainder = meta_row_width[k] % meta_chunk_width; in CalculateMetaAndPTETimes()
5478 if (meta_row_remainder <= meta_chunk_threshold) { in CalculateMetaAndPTETimes()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c593 unsigned int meta_row_remainder; in get_surf_rq_param() local
758 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_surf_rq_param()
785 if (meta_row_remainder <= meta_chunk_threshold) in get_surf_rq_param()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c353 unsigned int meta_row_remainder; in get_meta_and_pte_attr() local
507 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
526 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
H A Ddisplay_mode_vba_31.c6075 unsigned int meta_row_remainder; local
6110 meta_row_remainder = meta_row_width[k] % meta_chunk_width;
6116 if (meta_row_remainder <= meta_chunk_threshold) {
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c441 unsigned int meta_row_remainder; in get_meta_and_pte_attr() local
595 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
614 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
H A Ddisplay_mode_vba_314.c6170 unsigned int meta_row_remainder; local
6205 meta_row_remainder = meta_row_width[k] % meta_chunk_width;
6211 if (meta_row_remainder <= meta_chunk_threshold) {
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c4928 unsigned int meta_row_remainder; in dml32_CalculateMetaAndPTETimes() local
4961 meta_row_remainder = meta_row_width[k] % meta_chunk_width; in dml32_CalculateMetaAndPTETimes()
4967 if (meta_row_remainder <= meta_chunk_threshold) in dml32_CalculateMetaAndPTETimes()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c3478 dml_uint_t meta_row_remainder; in CalculateMetaAndPTETimes() local
3512 meta_row_remainder = meta_row_width[k] % meta_chunk_width; in CalculateMetaAndPTETimes()
3518 if (meta_row_remainder <= meta_chunk_threshold) { in CalculateMetaAndPTETimes()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c9756 unsigned int meta_row_remainder; in CalculateMetaAndPTETimes() local
9791 meta_row_remainder = p->meta_row_width[k] % meta_chunk_width; in CalculateMetaAndPTETimes()
9797 if (meta_row_remainder <= meta_chunk_threshold) { in CalculateMetaAndPTETimes()