Home
last modified time | relevance | path

Searched refs:VRatioPrefetchY (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h758 double *VRatioPrefetchY,
857 double VRatioPrefetchY[],
H A Ddisplay_mode_vba_32.c825 &v->VRatioPrefetchY[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
856 v->VRatioPrefetchY[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
869 8.0 / (mode_lib->vba.HTotal[k] / mode_lib->vba.PixelClock[k]) * v->VRatioPrefetchY[k]; in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
880 dml_print("DML::%s: k=%0d VRatioPrefetchY=%f\n", __func__, k, v->VRatioPrefetchY[k]); in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
902 if (v->VRatioPrefetchY[k] > v->MaxVRatioPre in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1255 v->VRatioPrefetchY, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c150 double *VRatioPrefetchY,
369 double VRatioPrefetchY[],
862 double *VRatioPrefetchY,
1140 *VRatioPrefetchY = 0;
1305 *VRatioPrefetchY = (double) PrefetchSourceLinesY / LinesToRequestPrefetchPixelData;
1306 *VRatioPrefetchY = dml_max(*VRatioPrefetchY, 1.0);
1308 dml_print("DML::%s: VRatioPrefetchY = %f\n", __func__, *VRatioPrefetchY);
1314 *VRatioPrefetchY = dml_max(
1317 *VRatioPrefetchY = dml_max(*VRatioPrefetchY, 1.0);
1321 *VRatioPrefetchY = 0;
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top_types.h644 double VRatioPrefetchY[DML2_MAX_PLANES]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h600 double VRatioPrefetchY[DML2_MAX_PLANES]; member
1759 double *VRatioPrefetchY; member
H A Ddml2_core_shared.c688 double VRatioPrefetchY[],
2378 CalculatePrefetchSchedule_params->VRatioPrefetchY = &mode_lib->ms.VRatioPreY[k]; in dml2_core_shared_mode_support()
7879 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule()
8067 *p->VRatioPrefetchY = (double)p->PrefetchSourceLinesY / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule()
8068 *p->VRatioPrefetchY = math_max2(*p->VRatioPrefetchY, 1.0); in CalculatePrefetchSchedule()
8070 dml2_printf("DML::%s: VRatioPrefetchY = %f\n", __func__, *p->VRatioPrefetchY); in CalculatePrefetchSchedule()
8076 *p->VRatioPrefetchY = math_max2(*p->VRatioPrefetchY, in CalculatePrefetchSchedule()
8081 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule()
8084 dml2_printf("DML::%s: VRatioPrefetchY = %f\n", __func__, *p->VRatioPrefetchY); in CalculatePrefetchSchedule()
8126 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h997 dml_float_t VRatioPrefetchY[__DML_NUM_PLANES__]; member
1573 dml_float_t *VRatioPrefetchY; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h920 double VRatioPrefetchY[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c143 dml_get_pipe_attr_func(vratio_prefetch_l, mode_lib->vba.VRatioPrefetchY);