Home
last modified time | relevance | path

Searched refs:PrefetchSourceLinesY (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h417 double PrefetchSourceLinesY[],
736 double PrefetchSourceLinesY,
H A Ddisplay_mode_vba_32.c513 v->PrefetchSourceLinesY, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
800 v->PrefetchSourceLinesY[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h578 unsigned int PrefetchSourceLinesY[DML2_MAX_PLANES]; member
1145 unsigned int *PrefetchSourceLinesY; member
1724 double PrefetchSourceLinesY; member
H A Ddml2_core_shared.c1728 CalculateVMRowAndSwath_params->PrefetchSourceLinesY = mode_lib->ms.PrefetchLinesY; in dml2_core_shared_mode_support()
2347 CalculatePrefetchSchedule_params->PrefetchSourceLinesY = mode_lib->ms.PrefetchLinesY[k]; in dml2_core_shared_mode_support()
5708 p->PrefetchSourceLinesY[k] = CalculatePrefetchSourceLines( in CalculateVMRowAndSwath()
7746 s->max_Tsw = (math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) * s->LineTime); in CalculatePrefetchSchedule()
7748 …s->prefetch_sw_bytes = p->PrefetchSourceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY… in CalculatePrefetchSchedule()
7753 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule()
7817 dml2_printf("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule()
8057 dml2_printf("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule()
8067 *p->VRatioPrefetchY = (double)p->PrefetchSourceLinesY / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule()
8085 dml2_printf("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h975 dml_uint_t PrefetchSourceLinesY[__DML_NUM_PLANES__]; member
1383 dml_uint_t *PrefetchSourceLinesY; member
1557 dml_float_t PrefetchSourceLinesY; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c131 double PrefetchSourceLinesY,
843 double PrefetchSourceLinesY,
1059 max_Tsw = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime;
1060 …prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY + PrefetchS…
1063 min_Lsw = dml_max(1, dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre);
1073 dml_print("DML: PrefetchSourceLinesY: %f\n", PrefetchSourceLinesY);
1299 dml_print("DML::%s: PrefetchSourceLinesY = %f\n", __func__, PrefetchSourceLinesY);
1305 *VRatioPrefetchY = (double) PrefetchSourceLinesY / LinesToRequestPrefetchPixelData;
1315 (double) PrefetchSourceLinesY / LinesToRequestPrefetchPixelData,
1325 dml_print("DML::%s: PrefetchSourceLinesY = %f\n", __func__, PrefetchSourceLinesY);
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h941 double PrefetchSourceLinesY[DC__NUM_DPP__MAX]; member