Searched refs:VRatioPrefetchY (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 758 double *VRatioPrefetchY, 857 double VRatioPrefetchY[],
|
| H A D | display_mode_vba_32.c | 825 &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/dml2_0/ |
| H A D | display_mode_core.c | 461 dml_float_t VRatioPrefetchY[], 1285 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() 1445 *p->VRatioPrefetchY = (dml_float_t)p->PrefetchSourceLinesY / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule() 1446 *p->VRatioPrefetchY = dml_max(*p->VRatioPrefetchY, 1.0); in CalculatePrefetchSchedule() 1448 dml_print("DML::%s: VRatioPrefetchY = %f\n", __func__, *p->VRatioPrefetchY); in CalculatePrefetchSchedule() 1454 *p->VRatioPrefetchY = dml_max(*p->VRatioPrefetchY, in CalculatePrefetchSchedule() 1459 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() 1462 dml_print("DML::%s: VRatioPrefetchY = %f\n", __func__, *p->VRatioPrefetchY); in CalculatePrefetchSchedule() 1507 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() 1530 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() [all …]
|
| H A D | display_mode_core_structs.h | 1054 dml_float_t VRatioPrefetchY[__DML_NUM_PLANES__]; member 1630 dml_float_t *VRatioPrefetchY; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 723 double VRatioPrefetchY[DML2_MAX_PLANES]; member 1983 double *VRatioPrefetchY; member
|
| H A D | dml2_core_dcn4_calcs.c | 5541 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() 5801 *p->VRatioPrefetchY = (double)p->PrefetchSourceLinesY / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule() 5802 *p->VRatioPrefetchY = math_max2(*p->VRatioPrefetchY, 1.0); in CalculatePrefetchSchedule() 5804 DML_LOG_VERBOSE("DML::%s: VRatioPrefetchY = %f\n", __func__, *p->VRatioPrefetchY); in CalculatePrefetchSchedule() 5810 *p->VRatioPrefetchY = math_max2(*p->VRatioPrefetchY, in CalculatePrefetchSchedule() 5815 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() 5818 DML_LOG_VERBOSE("DML::%s: VRatioPrefetchY = %f\n", __func__, *p->VRatioPrefetchY); in CalculatePrefetchSchedule() 5861 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() 5885 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() 5939 *p->VRatioPrefetchY = 0; in CalculatePrefetchSchedule() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 920 double VRatioPrefetchY[DC__NUM_DPP__MAX]; member
|
| H A D | display_mode_vba.c | 143 dml_get_pipe_attr_func(vratio_prefetch_l, mode_lib->vba.VRatioPrefetchY);
|