Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h754 double *DestinationLinesForPrefetch,
H A Ddisplay_mode_vba_util_32.c3432 double *DestinationLinesForPrefetch, in dml32_CalculatePrefetchSchedule()
3888 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in dml32_CalculatePrefetchSchedule()
3890 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in dml32_CalculatePrefetchSchedule()
3917 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in dml32_CalculatePrefetchSchedule()
3935 dml_print("DML::%s: DestinationLinesForPrefetch = %f\n", __func__, *DestinationLinesForPrefetch); in dml32_CalculatePrefetchSchedule()
4106 *DestinationLinesForPrefetch = 0; in dml32_CalculatePrefetchSchedule()
H A Ddisplay_mode_vba_32.c821 &v->DestinationLinesForPrefetch[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
899 if (v->DestinationLinesForPrefetch[k] < 2) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c108 double *DestinationLinesForPrefetch,
771 double *DestinationLinesForPrefetch, in CalculatePrefetchSchedule()
1084 *DestinationLinesForPrefetch = dst_y_prefetch_oto; in CalculatePrefetchSchedule()
1089 *DestinationLinesForPrefetch = dst_y_prefetch_equ; in CalculatePrefetchSchedule()
1100 …LinesToRequestPrefetchPixelData = *DestinationLinesForPrefetch - *DestinationLinesToRequestVMInVBl… in CalculatePrefetchSchedule()
1192 *DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
2372 &v->DestinationLinesForPrefetch[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
2479 if (v->DestinationLinesForPrefetch[k] < 2) in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1194 dml_float_t DestinationLinesForPrefetch[__DML_NUM_PLANES__]; member
1627 dml_float_t *DestinationLinesForPrefetch; member
H A Ddisplay_mode_core.c1412 *p->DestinationLinesForPrefetch = s->dst_y_prefetch_oto; in CalculatePrefetchSchedule()
1419 *p->DestinationLinesForPrefetch = s->dst_y_prefetch_equ; in CalculatePrefetchSchedule()
1432 …s->LinesToRequestPrefetchPixelData = *p->DestinationLinesForPrefetch - *p->DestinationLinesToReque… in CalculatePrefetchSchedule()
1435 …ml_print("DML::%s: DestinationLinesForPrefetch = %f\n", __func__, *p->DestinationLinesForPrefetch); in CalculatePrefetchSchedule()
1584 *p->DestinationLinesForPrefetch = 0; in CalculatePrefetchSchedule()
6259 …CalculatePrefetchSchedule_params->DestinationLinesForPrefetch = &mode_lib->ms.LineTimesForPrefetch… in set_calculate_prefetch_schedule_params()
9042 …CalculatePrefetchSchedule_params->DestinationLinesForPrefetch = &locals->DestinationLinesForPrefet… in dml_core_mode_programming()
9117 if (locals->DestinationLinesForPrefetch[k] < 2) in dml_core_mode_programming()
10277 dml_get_per_surface_var_func(dst_y_prefetch, dml_float_t, mode_lib->mp.DestinationLinesForPrefetch);
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h922 double DestinationLinesForPrefetch[DC__NUM_DPP__MAX]; member
H A Ddisplay_mode_vba.c149 dml_get_pipe_attr_func(dst_y_prefetch, mode_lib->vba.DestinationLinesForPrefetch);