Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c3489 dml_uint_t meta_row_remainder; in CalculateMetaAndPTETimes() local
3523 meta_row_remainder = meta_row_width[k] % meta_chunk_width; in CalculateMetaAndPTETimes()
3529 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.c9776 unsigned int meta_row_remainder; in CalculateMetaAndPTETimes() local
9811 meta_row_remainder = p->meta_row_width[k] % meta_chunk_width; in CalculateMetaAndPTETimes()
9817 if (meta_row_remainder <= meta_chunk_threshold) { in CalculateMetaAndPTETimes()