Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c425 static unsigned int calc_svp_size_64kb_aligned(unsigned int total_size_bytes) in calc_svp_size_64kb_aligned() argument
427 return ((total_size_bytes + 0xFFFF) >> 16) << 16; // Round up to nearest 64KB boundary in calc_svp_size_64kb_aligned()