Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h638 double MetaRowBytes[][2][DC__NUM_DPP__MAX],
782 double MetaRowBytes,
H A Ddisplay_mode_vba_util_32.c2972 double MetaRowBytes[][2][DC__NUM_DPP__MAX], in dml32_UseMinimumDCFCLK()
3037 + 2 * MetaRowBytes[i][j][k] / NormalEfficiency / ReturnBusWidth in dml32_UseMinimumDCFCLK()
4126 double MetaRowBytes, in dml32_CalculateFlipSchedule() argument
4166 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + 2 * DPTEBytesPerRow) * in dml32_CalculateFlipSchedule()
4169 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * in dml32_CalculateFlipSchedule()
4183 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / ImmediateFlipBW, in dml32_CalculateFlipSchedule()
4197 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / in dml32_CalculateFlipSchedule()
4200 *final_flip_bw = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / in dml32_CalculateFlipSchedule()
H A Ddisplay_mode_vba_32.c2834 mode_lib->vba.MetaRowBytes[i][j][k] = mode_lib->vba.MetaRowBytesThisState[k]; in dml32_ModeSupportAndSystemConfigurationFull()
3103 mode_lib->vba.MetaRowBytes, in dml32_ModeSupportAndSystemConfigurationFull()
3306 v->MetaRowBytes[i][j][k], in dml32_ModeSupportAndSystemConfigurationFull()
3462 + mode_lib->vba.MetaRowBytes[i][j][k]; in dml32_ModeSupportAndSystemConfigurationFull()
3485 mode_lib->vba.MetaRowBytes[i][j][k], in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c222 double MetaRowBytes,
3183 double MetaRowBytes, in CalculateFlipSchedule() argument
3218 …ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * BandwidthAvailab… in CalculateFlipSchedule()
3230 …TimeForFetchingRowInVBlankImmediateFlip = dml_max3((MetaRowBytes + DPTEBytesPerRow * HostVMIneffic… in CalculateFlipSchedule()
3240 …(MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesToRequestRowInImme… in CalculateFlipSchedule()
3242 …*final_flip_bw = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesT… in CalculateFlipSchedule()
4302 v->MetaRowBytes[i][j][k] = v->MetaRowBytesY + v->MetaRowBytesC; in dml30_ModeSupportAndSystemConfigurationFull()
4621 v->MetaRowBytes[i][j][k], in dml30_ModeSupportAndSystemConfigurationFull()
4744 + v->MetaRowBytes[i][j][k] + v->DPTEBytesPerRow[i][j][k]); in dml30_ModeSupportAndSystemConfigurationFull()
4760 v->MetaRowBytes[i][j][k], in dml30_ModeSupportAndSystemConfigurationFull()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h893 dml_uint_t MetaRowBytes[2][__DML_NUM_PLANES__]; member
1320 dml_uint_t (*MetaRowBytes)[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c320 dml_float_t MetaRowBytes,
1958 dml_float_t MetaRowBytes, in CalculateFlipSchedule() argument
2001 …ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + 2.0 * DPTEBytesPerRow) * BandwidthA… in CalculateFlipSchedule()
2003 …ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * BandwidthAvailab… in CalculateFlipSchedule()
2013 …TimeForFetchingRowInVBlankImmediateFlip = dml_max3((MetaRowBytes + DPTEBytesPerRow * HostVMIneffic… in CalculateFlipSchedule()
2023 …(MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesToRequestRowInImme… in CalculateFlipSchedule()
2025 …*final_flip_bw = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesT… in CalculateFlipSchedule()
2065 dml_print("DML::%s: MetaRowBytes = %f\n", __func__, MetaRowBytes); in CalculateFlipSchedule()
4628 …->NormalEfficiency / s->NormalEfficiency / p->ReturnBusWidth + 2 * p->MetaRowBytes[j][k] / s->Norm… in UseMinimumDCFCLK()
6246 CalculatePrefetchSchedule_params->MetaRowByte = mode_lib->ms.MetaRowBytes[j][k]; in set_calculate_prefetch_schedule_params()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h779 double MetaRowBytes[DC__VOLTAGE_STATES][2][DC__NUM_DPP__MAX]; member