Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h757 double *DestinationLinesToRequestRowInVBlank,
899 double DestinationLinesToRequestRowInVBlank[],
H A Ddisplay_mode_vba_util_32.c3435 double *DestinationLinesToRequestRowInVBlank, in dml32_CalculatePrefetchSchedule()
3736 *DestinationLinesToRequestRowInVBlank = 0; in dml32_CalculatePrefetchSchedule()
3928 *DestinationLinesToRequestRowInVBlank = in dml32_CalculatePrefetchSchedule()
3932 *DestinationLinesToRequestVMInVBlank - 2 * *DestinationLinesToRequestRowInVBlank; in dml32_CalculatePrefetchSchedule()
3941 __func__, *DestinationLinesToRequestRowInVBlank); in dml32_CalculatePrefetchSchedule()
4079 } else if (*DestinationLinesToRequestRowInVBlank > 0) { in dml32_CalculatePrefetchSchedule()
4081 (*DestinationLinesToRequestRowInVBlank * LineTime); in dml32_CalculatePrefetchSchedule()
4087 __func__, *DestinationLinesToRequestRowInVBlank); in dml32_CalculatePrefetchSchedule()
4095 __func__, *DestinationLinesToRequestRowInVBlank); in dml32_CalculatePrefetchSchedule()
4105 *DestinationLinesToRequestRowInVBlank = 0; in dml32_CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_vba_32.c824 &v->DestinationLinesToRequestRowInVBlank[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
1296 v->DestinationLinesToRequestRowInVBlank, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c111 double *DestinationLinesToRequestRowInVBlank,
376 double DestinationLinesToRequestRowInVBlank[],
774 double *DestinationLinesToRequestRowInVBlank, in CalculatePrefetchSchedule()
958 *DestinationLinesToRequestRowInVBlank = 0; in CalculatePrefetchSchedule()
1097 …*DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * TimeForFetchingRowInVBlank / LineTime, 1.0)… in CalculatePrefetchSchedule()
1101 - 2 * *DestinationLinesToRequestRowInVBlank; in CalculatePrefetchSchedule()
1177 } else if (*DestinationLinesToRequestRowInVBlank > 0) { in CalculatePrefetchSchedule()
1178 …yte + PixelPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesToRequestRowInVBlank * L… in CalculatePrefetchSchedule()
1191 *DestinationLinesToRequestRowInVBlank = 0; in CalculatePrefetchSchedule()
2375 &v->DestinationLinesToRequestRowInVBlank[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.c503 dml_float_t DestinationLinesToRequestRowInVBlank[],
1284 *p->DestinationLinesToRequestRowInVBlank = 0; in CalculatePrefetchSchedule()
1417 …*p->DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * s->TimeForFetchingRowInVBlank / s->LineT… in CalculatePrefetchSchedule()
1425 …*p->DestinationLinesToRequestRowInVBlank = dml_floor(4.0 * s->TimeForFetchingRowInVBlank / s->Line… in CalculatePrefetchSchedule()
1428 …*p->DestinationLinesToRequestRowInVBlank = dml_ceil(4.0 * s->TimeForFetchingRowInVBlank / s->LineT… in CalculatePrefetchSchedule()
1432 …rPrefetch - *p->DestinationLinesToRequestVMInVBlank - 2 * *p->DestinationLinesToRequestRowInVBlank; in CalculatePrefetchSchedule()
1439 … DestinationLinesToRequestRowInVBlank = %f\n", __func__, *p->DestinationLinesToRequestRowInVBlank); in CalculatePrefetchSchedule()
1528 *p->DestinationLinesToRequestRowInVBlank = 0; in CalculatePrefetchSchedule()
1561 } else if (*p->DestinationLinesToRequestRowInVBlank > 0) { in CalculatePrefetchSchedule()
1562 …PixelPTEBytesPerRow * p->HostVMInefficiencyFactor) / (*p->DestinationLinesToRequestRowInVBlank * s… in CalculatePrefetchSchedule()
[all …]
H A Ddisplay_mode_core_structs.h1196 dml_float_t DestinationLinesToRequestRowInVBlank[__DML_NUM_PLANES__]; member
1629 dml_float_t *DestinationLinesToRequestRowInVBlank; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h924 double DestinationLinesToRequestRowInVBlank[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c148 dml_get_pipe_attr_func(dst_y_per_row_vblank, mode_lib->vba.DestinationLinesToRequestRowInVBlank);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c13306 …out->informative.misc.DestinationLinesToRequestRowInVBlank[k] = mode_lib->mp.dst_y_per_row_vblank[… in dml2_core_calcs_get_informative()