Home
last modified time | relevance | path

Searched refs:TotalCompressedReadBandwidth (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.c1382 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in dcn6_calculate_stutter_efficiency()
1395 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceChroma[… in dcn6_calculate_stutter_efficiency()
1403 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in dcn6_calculate_stutter_efficiency()
1408 l->AverageDCCCompressionRate = p->TotalDataReadBandwidth / l->TotalCompressedReadBandwidth; in dcn6_calculate_stutter_efficiency()
1412 …VERBOSE("DML::%s: TotalCompressedReadBandwidth = %f\n", __func__, l->TotalCompressedReadBandwidth); in dcn6_calculate_stutter_efficiency()
H A Ddml2_core_dcn5_calcs_dchub.c4987 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in dcn5_calculate_stutter_efficiency()
5000 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceChroma[… in dcn5_calculate_stutter_efficiency()
5008 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in dcn5_calculate_stutter_efficiency()
5013 l->AverageDCCCompressionRate = p->TotalDataReadBandwidth / l->TotalCompressedReadBandwidth; in dcn5_calculate_stutter_efficiency()
5017 …VERBOSE("DML::%s: TotalCompressedReadBandwidth = %f\n", __func__, l->TotalCompressedReadBandwidth); in dcn5_calculate_stutter_efficiency()
H A Ddml2_core_shared_types.h1919 double TotalCompressedReadBandwidth; member