Searched refs:PrefetchSourceLinesY (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.h | 417 double PrefetchSourceLinesY[], 736 double PrefetchSourceLinesY,
|
| H A D | display_mode_vba_util_32.c | 1958 double PrefetchSourceLinesY[], in dml32_CalculateVMRowAndSwath() 2139 PrefetchSourceLinesY[k] = dml32_CalculatePrefetchSourceLines( in dml32_CalculateVMRowAndSwath() 3414 double PrefetchSourceLinesY, in dml32_CalculatePrefetchSchedule() argument 3640 prefetch_sw_bytes = PrefetchSourceLinesY * swath_width_luma_ub * myPipe->BytePerPixelY in dml32_CalculatePrefetchSchedule() 3643 prefetch_sw_bytes / (dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) * LineTime)); in dml32_CalculatePrefetchSchedule() 3645 min_Lsw = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC) / max_vratio_pre; in dml32_CalculatePrefetchSchedule() 3688 dml_print("DML::%s: PrefetchSourceLinesY = %f\n", __func__, PrefetchSourceLinesY); in dml32_CalculatePrefetchSchedule() 3942 dml_print("DML::%s: PrefetchSourceLinesY = %f\n", __func__, PrefetchSourceLinesY); in dml32_CalculatePrefetchSchedule() 3947 *VRatioPrefetchY = (double) PrefetchSourceLinesY / LinesToRequestPrefetchPixelData; in dml32_CalculatePrefetchSchedule() 3957 dml_max((double) PrefetchSourceLinesY / in dml32_CalculatePrefetchSchedule() [all …]
|
| H A D | display_mode_vba_32.c | 513 v->PrefetchSourceLinesY, in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation() 800 v->PrefetchSourceLinesY[k], in DISPCLKDPPCLKDCFCLKDeepSleepPrefetchParametersWatermarksAndPerformanceCalculation()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| H A D | display_mode_vba_30.c | 94 double PrefetchSourceLinesY, 757 double PrefetchSourceLinesY, in CalculatePrefetchSchedule() argument 913 Lsw_oto = dml_max(PrefetchSourceLinesY, PrefetchSourceLinesC); in CalculatePrefetchSchedule() 916 …prefetch_bw_oto = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceLine… in CalculatePrefetchSchedule() 971 + PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY in CalculatePrefetchSchedule() 983 HostVMInefficiencyFactor + PrefetchSourceLinesY * in CalculatePrefetchSchedule() 993 HostVMInefficiencyFactor + PrefetchSourceLinesY * in CalculatePrefetchSchedule() 1005 …PrefetchBandwidth4 = (PrefetchSourceLinesY * swath_width_luma_ub * BytePerPixelY + PrefetchSourceL… in CalculatePrefetchSchedule() 1105 *VRatioPrefetchY = (double) PrefetchSourceLinesY in CalculatePrefetchSchedule() 1110 *VRatioPrefetchY = dml_max((double) PrefetchSourceLinesY / LinesToRequestPrefetchPixelData, in CalculatePrefetchSchedule() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | display_mode_core_structs.h | 1032 dml_uint_t PrefetchSourceLinesY[__DML_NUM_PLANES__]; member 1440 dml_uint_t *PrefetchSourceLinesY; member 1614 dml_float_t PrefetchSourceLinesY; member
|
| H A D | display_mode_core.c | 1189 s->max_Tsw = (dml_max(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) * s->LineTime); in CalculatePrefetchSchedule() 1191 …s->prefetch_sw_bytes = p->PrefetchSourceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixelY… in CalculatePrefetchSchedule() 1194 …s->min_Lsw_oto = dml_max(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML_MAX_VRATIO_PRE_… in CalculatePrefetchSchedule() 1235 dml_print("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule() 1440 dml_print("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule() 1445 *p->VRatioPrefetchY = (dml_float_t)p->PrefetchSourceLinesY / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule() 1463 dml_print("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule() 1491 …*p->RequiredPrefetchPixDataBWLuma = (dml_float_t)p->PrefetchSourceLinesY / s->LinesToRequestPrefet… in CalculatePrefetchSchedule() 5201 p->PrefetchSourceLinesY[k] = CalculatePrefetchSourceLines( in CalculateVMRowAndSwath() 6248 CalculatePrefetchSchedule_params->PrefetchSourceLinesY = mode_lib->ms.PrefetchLinesY[j][k]; in set_calculate_prefetch_schedule_params() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_vba.h | 941 double PrefetchSourceLinesY[DC__NUM_DPP__MAX]; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4_calcs.c | 3017 p->PrefetchSourceLinesY[k] = CalculatePrefetchSourceLines( in CalculateVMRowAndSwath() 5333 …*p->prefetch_sw_bytes = p->PrefetchSourceLinesY * p->swath_width_luma_ub * p->myPipe->BytePerPixel… in CalculatePrefetchSchedule() 5344 …s->min_Lsw_oto = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule() 5431 …s->min_Lsw_equ = math_max2(p->PrefetchSourceLinesY, p->PrefetchSourceLinesC) / __DML2_CALCS_MAX_VR… in CalculatePrefetchSchedule() 5461 DML_LOG_VERBOSE("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule() 5769 DML_LOG_VERBOSE("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule() 5781 *p->VRatioPrefetchY = (double)p->PrefetchSourceLinesY / s->LinesToRequestPrefetchPixelData; in CalculatePrefetchSchedule() 5799 DML_LOG_VERBOSE("DML::%s: PrefetchSourceLinesY = %f\n", __func__, p->PrefetchSourceLinesY); in CalculatePrefetchSchedule() 5827 …*p->RequiredPrefetchPixelDataBWLuma = (double)p->PrefetchSourceLinesY / s->LinesToRequestPrefetchP… in CalculatePrefetchSchedule() 7490 CalculatePrefetchSchedule_params->PrefetchSourceLinesY = mode_lib->ms.PrefetchLinesY[k]; in dml_core_ms_prefetch_check() [all …]
|