Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h759 double *VRatioPrefetchC,
858 double VRatioPrefetchC[],
H A Ddisplay_mode_vba_32.c826 &v->VRatioPrefetchC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
857 v->VRatioPrefetchC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
903 || v->VRatioPrefetchC[k] > v->MaxVRatioPre) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1256 v->VRatioPrefetchC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h724 double VRatioPrefetchC[DML2_MAX_PLANES]; member
1984 double *VRatioPrefetchC; member
H A Ddml2_core_dcn4_calcs.c5542 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
5824 *p->VRatioPrefetchC = (double)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule()
5825 *p->VRatioPrefetchC = math_max2(*p->VRatioPrefetchC, 1.0); in CalculatePrefetchSchedule()
5828 DML_LOG_VERBOSE("DML::%s: VRatioPrefetchC = %f\n", __func__, *p->VRatioPrefetchC); in CalculatePrefetchSchedule()
5834 …*p->VRatioPrefetchC = math_max2(*p->VRatioPrefetchC, (double)p->MaxNumSwathC * p->SwathHeightC / (… in CalculatePrefetchSchedule()
5838 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
5841 DML_LOG_VERBOSE("DML::%s: VRatioPrefetchC = %f\n", __func__, *p->VRatioPrefetchC); in CalculatePrefetchSchedule()
5862 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
5886 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
5940 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c462 dml_float_t VRatioPrefetchC[],
1286 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
1468 *p->VRatioPrefetchC = (dml_float_t)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule()
1469 *p->VRatioPrefetchC = dml_max(*p->VRatioPrefetchC, 1.0); in CalculatePrefetchSchedule()
1472 dml_print("DML::%s: VRatioPrefetchC = %f\n", __func__, *p->VRatioPrefetchC); in CalculatePrefetchSchedule()
1478 …*p->VRatioPrefetchC = dml_max(*p->VRatioPrefetchC, (dml_float_t)p->MaxNumSwathC * p->SwathHeightC … in CalculatePrefetchSchedule()
1482 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
1485 dml_print("DML::%s: VRatioPrefetchC = %f\n", __func__, *p->VRatioPrefetchC); in CalculatePrefetchSchedule()
1508 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
1531 *p->VRatioPrefetchC = 0; in CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_core_structs.h1055 dml_float_t VRatioPrefetchC[__DML_NUM_PLANES__]; member
1631 dml_float_t *VRatioPrefetchC; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h921 double VRatioPrefetchC[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c144 dml_get_pipe_attr_func(vratio_prefetch_c, mode_lib->vba.VRatioPrefetchC);