Home
last modified time | relevance | path

Searched refs:numLines (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_dcn5_calcs_dchub.c983 double numLines = 0; in dcn5_calculate_prefetch_source_lines() local
1028 numLines = *MaxNumSwath * SwathHeight + MaxPartialSwath; in dcn5_calculate_prefetch_source_lines()
1034 DML_LOG_VERBOSE("DML::%s: Prefetch source lines = %3.2f\n", __func__, numLines); in dcn5_calculate_prefetch_source_lines()
1035 return (unsigned int)(numLines); in dcn5_calculate_prefetch_source_lines()