Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c251 double MetaRowBytes,
3345 double MetaRowBytes, in CalculateFlipSchedule() argument
3380 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * BandwidthAvailableForImmediateFlip / TotImmediateFlipBytes; in CalculateFlipSchedule()
3392 TimeForFetchingRowInVBlankImmediateFlip = dml_max3((MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / ImmediateFlipBW, in CalculateFlipSchedule()
3402 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesToRequestRowInImmediateFlip * LineTime)); in CalculateFlipSchedule()
3404 *final_flip_bw = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesToRequestRowInImmediateFlip * LineTime); in CalculateFlipSchedule()
4464 v->MetaRowBytes[i][j][k] = v->MetaRowBytesY + v->MetaRowBytesC; in dml30_ModeSupportAndSystemConfigurationFull()
4800 v->MetaRowBytes[i][j][k], in dml30_ModeSupportAndSystemConfigurationFull()
4934 + v->MetaRowBytes[i][j][k] + v->DPTEBytesPerRow[i][j][k]); in dml30_ModeSupportAndSystemConfigurationFull()
4950 v->MetaRowBytes[ in dml30_ModeSupportAndSystemConfigurationFull()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_mode_vba_314.c269 double MetaRowBytes,
3595 double MetaRowBytes, argument
3613 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * v->BandwidthAvailableForImmediateFlip / v->TotImmediateFlipBytes;
3628 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / ImmediateFlipBW,
3640 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (v->DestinationLinesToRequestRowInImmediateFlip[k] * LineTime));
3642 v->final_flip_bw[k] = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (v->DestinationLinesToRequestRowInImmediateFlip[k] * LineTime);
3842 v->MetaRowBytes[i][j][k],
4951 v->MetaRowBytes[i][j][k] = v->MetaRowBytesY + v->MetaRowBytesC;
4975 * If MetaRowBytes(i, j, k) > 24064 Then
4982 if (v->MetaRowBytes[
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_mode_vba_31.c260 double MetaRowBytes,
3489 double MetaRowBytes, argument
3507 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * v->BandwidthAvailableForImmediateFlip / v->TotImmediateFlipBytes;
3522 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / ImmediateFlipBW,
3534 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (v->DestinationLinesToRequestRowInImmediateFlip[k] * LineTime));
3536 v->final_flip_bw[k] = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (v->DestinationLinesToRequestRowInImmediateFlip[k] * LineTime);
3736 v->MetaRowBytes[i][j][k],
4865 v->MetaRowBytes[i][j][k] = v->MetaRowBytesY + v->MetaRowBytesC;
4888 If MetaRowBytes(i, j, k) > 24064 Then
4894 if (v->MetaRowBytes[
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c259 double MetaRowBytes,
3172 double MetaRowBytes, in CalculateFlipSchedule() argument
3208 ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) in CalculateFlipSchedule()
3222 TimeForFetchingRowInVBlankImmediateFlip = dml_max3((MetaRowBytes + DPTEBytesPerRow) * HostVMInefficiencyFactor / ImmediateFlipBW, UrgentLatency * (HostVMDynamicLevels + 1), LineTime / 4); in CalculateFlipSchedule()
3228 *final_flip_bw = dml_max(PDEAndMetaPTEBytesPerFrame * HostVMInefficiencyFactor / (*DestinationLinesToRequestVMInImmediateFlip * LineTime), (MetaRowBytes + DPTEBytesPerRow) * HostVMInefficiencyFactor / (*DestinationLinesToRequestRowInImmediateFlip * LineTime)); in CalculateFlipSchedule()
3481 locals->MetaRowBytes[0][0][k], in CalculatePrefetchSchedulePerPlane()
4701 locals->MetaRowBytes[0][0][k] = mode_lib->vba.MetaRowBytesY + mode_lib->vba.MetaRowBytesC; in dml21_ModeSupportAndSystemConfigurationFull()
4921 + locals->PDEAndMetaPTEBytesPerFrame[0][0][k] + locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k]; in dml21_ModeSupportAndSystemConfigurationFull()
4937 locals->MetaRowBytes[0][0][k], in dml21_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h894 dml_uint_t MetaRowBytes[2][__DML_NUM_PLANES__]; member
1321 dml_uint_t (*MetaRowBytes)[__DML_NUM_PLANES__]; member
/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
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c4582 locals->MetaRowBytes[0][0][k] = mode_lib->vba.MetaRowBytesY + mode_lib->vba.MetaRowBytesC; in dml20_ModeSupportAndSystemConfigurationFull()
4741 mode_lib->vba.MetaRowBytes[0][0][k], in dml20_ModeSupportAndSystemConfigurationFull()
4788 if (locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k] == 0) in dml20_ModeSupportAndSystemConfigurationFull()
4791 locals->prefetch_row_bw[k] = (locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k]) in dml20_ModeSupportAndSystemConfigurationFull()
4856 + mode_lib->vba.MetaRowBytes[0][0][k] in dml20_ModeSupportAndSystemConfigurationFull()
4886 mode_lib->vba.MetaRowBytes[0][0][k], in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c4704 locals->MetaRowBytes[0][0][k] = mode_lib->vba.MetaRowBytesY + mode_lib->vba.MetaRowBytesC; in dml20v2_ModeSupportAndSystemConfigurationFull()
4861 mode_lib->vba.MetaRowBytes[0][0][k], in dml20v2_ModeSupportAndSystemConfigurationFull()
4907 if (locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k] == 0) in dml20v2_ModeSupportAndSystemConfigurationFull()
4910 locals->prefetch_row_bw[k] = (locals->MetaRowBytes[0][0][k] + locals->DPTEBytesPerRow[0][0][k]) in dml20v2_ModeSupportAndSystemConfigurationFull()
4975 + mode_lib->vba.MetaRowBytes[0][0][k] in dml20v2_ModeSupportAndSystemConfigurationFull()
5005 mode_lib->vba.MetaRowBytes[0][0][k], in dml20v2_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
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()