Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c482 double TotalDataReadBandwidth,
3198 v->TotalDataReadBandwidth = 0;
3200 …v->TotalDataReadBandwidth = v->TotalDataReadBandwidth + v->ReadBandwidthPlaneLuma[k] + v->ReadBand…
3213 v->TotalDataReadBandwidth,
6302 double TotalDataReadBandwidth, argument
6417 AverageDCCCompressionRate = TotalDataReadBandwidth / TotalCompressedReadBandwidth;
6418 AverageDCCZeroSizeFraction = TotalZeroSizeRequestReadBandwidth / TotalDataReadBandwidth;
6464 … == true ? EffectiveCompressedBufferSize : 0) * ReadBandwidthPlaneLuma[k] / TotalDataReadBandwidth)
6473 dml_print("DML::%s: k=%0d TotalDataReadBandwidth = %f\n", __func__, k, TotalDataReadBandwidth);
6506 …BurstThatFitsInROBAndCompressedBuffer = dml_min(*StutterPeriod * TotalDataReadBandwidth, Effective…
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h670 double TotalDataReadBandwidth; member
1657 double TotalDataReadBandwidth; member
H A Ddml2_core_shared.c9557 l->AverageDCCCompressionRate = p->TotalDataReadBandwidth / l->TotalCompressedReadBandwidth; in CalculateStutterEfficiency()
9558 l->AverageDCCZeroSizeFraction = l->TotalZeroSizeRequestReadBandwidth / p->TotalDataReadBandwidth; in CalculateStutterEfficiency()
9617 …eCompressedBufferSize : 0) * p->ReadBandwidthSurfaceLuma[k] / p->TotalDataReadBandwidth) / p->Byte… in CalculateStutterEfficiency()
9625 …ml2_printf("DML::%s: k=%u, TotalDataReadBandwidth = %f\n", __func__, k, p->TotalDataReadBandwidth); in CalculateStutterEfficiency()
9675 …tFitsInROBAndCompressedBuffer = math_min2(*p->StutterPeriod * p->TotalDataReadBandwidth, l->Effect… in CalculateStutterEfficiency()
9678 …es)\n", __func__, *p->StutterPeriod * p->TotalDataReadBandwidth, (*p->StutterPeriod * p->TotalData… in CalculateStutterEfficiency()
9682 dml2_printf("DML::%s: TotalDataReadBandwidth = %f\n", __func__, p->TotalDataReadBandwidth); in CalculateStutterEfficiency()
9689 …(*p->StutterPeriod * p->TotalDataReadBandwidth - l->PartOfUncompressedPixelBurstThatFitsInROBAndCo… in CalculateStutterEfficiency()
9694 …dml2_printf("DML::%s: Part 2 = %f\n", __func__, (*p->StutterPeriod * p->TotalDataReadBandwidth - l… in CalculateStutterEfficiency()
11303 mode_lib->mp.TotalDataReadBandwidth = 0; in dml2_core_shared_mode_programming()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h1002 double TotalDataReadBandwidth,
H A Ddisplay_mode_vba_32.c1497 v->TotalDataReadBandwidth = 0; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1499 v->TotalDataReadBandwidth = v->TotalDataReadBandwidth + v->ReadBandwidthSurfaceLuma[k] in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1503 __func__, k, v->TotalDataReadBandwidth); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1521 v->TotalDataReadBandwidth, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1585 v->TotalDataReadBandwidth, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h1056 dml_float_t TotalDataReadBandwidth; member
1474 dml_float_t TotalDataReadBandwidth; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h531 double TotalDataReadBandwidth; member
H A Ddisplay_mode_vba.c108 dml_get_attr_func(total_data_read_bw, mode_lib->vba.TotalDataReadBandwidth);