Home
last modified time | relevance | path

Searched refs:TotalZeroSizeCompressedReadBandwidth (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.c1387 …l->TotalZeroSizeCompressedReadBandwidth = l->TotalZeroSizeCompressedReadBandwidth + p->ReadBandwid… in dcn6_calculate_stutter_efficiency()
1400 …l->TotalZeroSizeCompressedReadBandwidth = l->TotalZeroSizeCompressedReadBandwidth + p->ReadBandwid… in dcn6_calculate_stutter_efficiency()
1414 …: TotalZeroSizeCompressedReadBandwidth = %f\n", __func__, l->TotalZeroSizeCompressedReadBandwidth); in dcn6_calculate_stutter_efficiency()
1425 …zeCompressionRate = l->TotalZeroSizeRequestReadBandwidth / l->TotalZeroSizeCompressedReadBandwidth; in dcn6_calculate_stutter_efficiency()
1430 …zeCompressionRate = l->TotalZeroSizeRequestReadBandwidth / l->TotalZeroSizeCompressedReadBandwidth; in dcn6_calculate_stutter_efficiency()
H A Ddml2_core_dcn5_calcs_dchub.c4992 …l->TotalZeroSizeCompressedReadBandwidth = l->TotalZeroSizeCompressedReadBandwidth + p->ReadBandwid… in dcn5_calculate_stutter_efficiency()
5005 …l->TotalZeroSizeCompressedReadBandwidth = l->TotalZeroSizeCompressedReadBandwidth + p->ReadBandwid… in dcn5_calculate_stutter_efficiency()
5019 …: TotalZeroSizeCompressedReadBandwidth = %f\n", __func__, l->TotalZeroSizeCompressedReadBandwidth); in dcn5_calculate_stutter_efficiency()
5030 …zeCompressionRate = l->TotalZeroSizeRequestReadBandwidth / l->TotalZeroSizeCompressedReadBandwidth; in dcn5_calculate_stutter_efficiency()
5035 …zeCompressionRate = l->TotalZeroSizeRequestReadBandwidth / l->TotalZeroSizeCompressedReadBandwidth; in dcn5_calculate_stutter_efficiency()
H A Ddml2_core_shared_types.h1931 double TotalZeroSizeCompressedReadBandwidth; member