Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h756 double *DestinationLinesToRequestVMInVBlank,
950 double DestinationLinesToRequestVMInVBlank[],
H A Ddisplay_mode_vba_util_32.c3434 double *DestinationLinesToRequestVMInVBlank, in dml32_CalculatePrefetchSchedule()
3735 *DestinationLinesToRequestVMInVBlank = 0; in dml32_CalculatePrefetchSchedule()
3926 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in dml32_CalculatePrefetchSchedule()
3932 *DestinationLinesToRequestVMInVBlank - 2 * *DestinationLinesToRequestRowInVBlank; in dml32_CalculatePrefetchSchedule()
3937 __func__, *DestinationLinesToRequestVMInVBlank); in dml32_CalculatePrefetchSchedule()
4055 } else if (*DestinationLinesToRequestVMInVBlank > 0) { in dml32_CalculatePrefetchSchedule()
4060 __func__, *DestinationLinesToRequestVMInVBlank); in dml32_CalculatePrefetchSchedule()
4064 (*DestinationLinesToRequestVMInVBlank * LineTime); in dml32_CalculatePrefetchSchedule()
4073 __func__, *DestinationLinesToRequestVMInVBlank); in dml32_CalculatePrefetchSchedule()
4104 *DestinationLinesToRequestVMInVBlank = 0; in dml32_CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_vba_32.c823 &v->DestinationLinesToRequestVMInVBlank[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1347 v->DestinationLinesToRequestVMInVBlank, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c110 double *DestinationLinesToRequestVMInVBlank,
425 double DestinationLinesToRequestVMInVBlank[],
773 double *DestinationLinesToRequestVMInVBlank, in CalculatePrefetchSchedule()
957 *DestinationLinesToRequestVMInVBlank = 0; in CalculatePrefetchSchedule()
1095 …*DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * TimeForFetchingMetaPTE / LineTime, 1.0) / 4.… in CalculatePrefetchSchedule()
1100 …nesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - *DestinationLinesToRequestVMInVBlank in CalculatePrefetchSchedule()
1168 } else if (*DestinationLinesToRequestVMInVBlank > 0) { in CalculatePrefetchSchedule()
1169 …w = PDEAndMetaPTEBytesFrame * HostVMInefficiencyFactor / (*DestinationLinesToRequestVMInVBlank * L… in CalculatePrefetchSchedule()
1190 *DestinationLinesToRequestVMInVBlank = 0; in CalculatePrefetchSchedule()
2374 &v->DestinationLinesToRequestVMInVBlank[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c554 dml_float_t DestinationLinesToRequestVMInVBlank[],
1283 *p->DestinationLinesToRequestVMInVBlank = 0; in CalculatePrefetchSchedule()
1416 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule()
1424 …*p->DestinationLinesToRequestVMInVBlank = dml_floor(4.0 * s->TimeForFetchingMetaPTE / s->LineTime,… in CalculatePrefetchSchedule()
1427 …*p->DestinationLinesToRequestVMInVBlank = dml_ceil(4.0 * s->TimeForFetchingMetaPTE / s->LineTime, … in CalculatePrefetchSchedule()
1432 …tPrefetchPixelData = *p->DestinationLinesForPrefetch - *p->DestinationLinesToRequestVMInVBlank - 2… in CalculatePrefetchSchedule()
1436 …s: DestinationLinesToRequestVMInVBlank = %f\n", __func__, *p->DestinationLinesToRequestVMInVBlank); in CalculatePrefetchSchedule()
1527 *p->DestinationLinesToRequestVMInVBlank = 0; in CalculatePrefetchSchedule()
1542 } else if (*p->DestinationLinesToRequestVMInVBlank > 0) { in CalculatePrefetchSchedule()
1546 …s: DestinationLinesToRequestVMInVBlank = %f\n", __func__, *p->DestinationLinesToRequestVMInVBlank); in CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_core_structs.h1195 dml_float_t DestinationLinesToRequestVMInVBlank[__DML_NUM_PLANES__]; member
1628 dml_float_t *DestinationLinesToRequestVMInVBlank; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h923 double DestinationLinesToRequestVMInVBlank[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c147 dml_get_pipe_attr_func(dst_y_per_vm_vblank, mode_lib->vba.DestinationLinesToRequestVMInVBlank);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c13305 …out->informative.misc.DestinationLinesToRequestVMInVBlank[k] = mode_lib->mp.dst_y_per_vm_vblank[k]; in dml2_core_calcs_get_informative()