Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c1386 …l->TotalZeroSizeRequestReadBandwidth = l->TotalZeroSizeRequestReadBandwidth + p->ReadBandwidthSurf… in dcn6_calculate_stutter_efficiency()
1399 …l->TotalZeroSizeRequestReadBandwidth = l->TotalZeroSizeRequestReadBandwidth + p->ReadBandwidthSurf… in dcn6_calculate_stutter_efficiency()
1409 l->AverageDCCZeroSizeFraction = l->TotalZeroSizeRequestReadBandwidth / p->TotalDataReadBandwidth; in dcn6_calculate_stutter_efficiency()
1413 …ML::%s: TotalZeroSizeRequestReadBandwidth = %f\n", __func__, l->TotalZeroSizeRequestReadBandwidth); in dcn6_calculate_stutter_efficiency()
1425 …l->AverageZeroSizeCompressionRate = l->TotalZeroSizeRequestReadBandwidth / l->TotalZeroSizeCompres… in dcn6_calculate_stutter_efficiency()
1430 …l->AverageZeroSizeCompressionRate = l->TotalZeroSizeRequestReadBandwidth / l->TotalZeroSizeCompres… in dcn6_calculate_stutter_efficiency()
H A Ddml2_core_dcn5_calcs_dchub.c4991 …l->TotalZeroSizeRequestReadBandwidth = l->TotalZeroSizeRequestReadBandwidth + p->ReadBandwidthSurf… in dcn5_calculate_stutter_efficiency()
5004 …l->TotalZeroSizeRequestReadBandwidth = l->TotalZeroSizeRequestReadBandwidth + p->ReadBandwidthSurf… in dcn5_calculate_stutter_efficiency()
5014 l->AverageDCCZeroSizeFraction = l->TotalZeroSizeRequestReadBandwidth / p->TotalDataReadBandwidth; in dcn5_calculate_stutter_efficiency()
5018 …ML::%s: TotalZeroSizeRequestReadBandwidth = %f\n", __func__, l->TotalZeroSizeRequestReadBandwidth); in dcn5_calculate_stutter_efficiency()
5030 …l->AverageZeroSizeCompressionRate = l->TotalZeroSizeRequestReadBandwidth / l->TotalZeroSizeCompres… in dcn5_calculate_stutter_efficiency()
5035 …l->AverageZeroSizeCompressionRate = l->TotalZeroSizeRequestReadBandwidth / l->TotalZeroSizeCompres… in dcn5_calculate_stutter_efficiency()
H A Ddml2_core_shared_types.h1930 double TotalZeroSizeRequestReadBandwidth; member