Searched refs:PrefetchSourceLinesC (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 418 double PrefetchSourceLinesC[], 740 double PrefetchSourceLinesC,
|
| H A D | display_mode_vba_32.c | 518 v->PrefetchSourceLinesC, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 808 v->PrefetchSourceLinesC[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_shared_types.h | 703 unsigned int PrefetchSourceLinesC[DML2_MAX_PLANES]; 1357 unsigned int *PrefetchSourceLinesC; 1949 double PrefetchSourceLinesC; 702 unsigned int PrefetchSourceLinesC[DML2_MAX_PLANES]; global() member 1356 unsigned int *PrefetchSourceLinesC; global() member 1946 double PrefetchSourceLinesC; global() member
|
| H A D | dml2_core_dcn4_calcs.c | 2976 p->PrefetchSourceLinesC[k] = CalculatePrefetchSourceLines( in CalculateVMRowAndSwath() 3000 p->PrefetchSourceLinesC[k] = 0; in CalculateVMRowAndSwath() 5380 *p->prefetch_sw_bytes = p->PrefetchSourceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY + p->PrefetchSourceLinesC * p->swath_width_chroma_ub * p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule() 5391 s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VRATIO_PRE_OTO__; in CalculatePrefetchSchedule() 5478 s->min_Lsw_equ = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VRATIO_PRE_EQU__; in CalculatePrefetchSchedule() 5511 DML_LOG_VERBOSE("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule() 5851 *p->VRatioPrefetchC = (double)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule() 5869 DML_LOG_VERBOSE("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule() [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core_structs.h | 1035 dml_uint_t PrefetchSourceLinesC[__DML_NUM_PLANES__]; member 1441 dml_uint_t *PrefetchSourceLinesC; member 1617 dml_float_t PrefetchSourceLinesC; member
|
| H A D | display_mode_core.c | 1191 s->max_Tsw = (dml_max(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) * s->LineTime); in CalculatePrefetchSchedule() 1193 s->prefetch_sw_bytes = p->PrefetchSourceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY + p->PrefetchSourceLinesC * p->swath_width_chroma_ub * p->myPipe->BytePerPixelC; in CalculatePrefetchSchedule() 1196 s->min_Lsw_oto = dml_max(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML_MAX_VRATIO_PRE_OTO__; in CalculatePrefetchSchedule() 1240 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule() 1470 *p->VRatioPrefetchC = (dml_float_t)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule() 1488 dml_print("DML::%s: PrefetchSourceLinesC = %f\n", __func__, p->PrefetchSourceLinesC); in CalculatePrefetchSchedule() 1503 *p->RequiredPrefetchPixDataBWChroma = (dml_float_t)p->PrefetchSourceLinesC / s->LinesToRequestPrefetchPixelData in CalculatePrefetchSchedule() 5177 p->PrefetchSourceLinesC[ in CalculateVMRowAndSwath() [all...] |
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 944 double PrefetchSourceLinesC[DC__NUM_DPP__MAX]; member
|