Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20.c387 unsigned int meta_row_remainder; in get_meta_and_pte_attr() local
529 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
559 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
H A Ddisplay_rq_dlg_calc_20v2.c387 unsigned int meta_row_remainder; in get_meta_and_pte_attr() local
529 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
559 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c594 unsigned int meta_row_remainder; in get_surf_rq_param() local
759 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_surf_rq_param()
786 if (meta_row_remainder <= meta_chunk_threshold) in get_surf_rq_param()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c377 unsigned int meta_row_remainder; in get_meta_and_pte_attr() local
523 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
556 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
H A Ddisplay_mode_vba_21.c5877 unsigned int meta_row_remainder; in CalculateMetaAndPTETimes() local
5914 meta_row_remainder = meta_row_width[k] % meta_chunk_width; in CalculateMetaAndPTETimes()
5921 if (meta_row_remainder <= meta_chunk_threshold) { in CalculateMetaAndPTETimes()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c421 unsigned int meta_row_remainder = 0; in get_meta_and_pte_attr() local
590 meta_row_remainder = meta_row_width_ub % meta_chunk_width; in get_meta_and_pte_attr()
620 if (meta_row_remainder <= meta_chunk_threshold) in get_meta_and_pte_attr()
H A Ddisplay_mode_vba_30.c5868 unsigned int meta_row_remainder = 0; in CalculateMetaAndPTETimes() local
5903 meta_row_remainder = meta_row_width[k] % meta_chunk_width; in CalculateMetaAndPTETimes()
5909 if (meta_row_remainder <= meta_chunk_threshold) { in CalculateMetaAndPTETimes()