Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h637 double DPTEBytesPerRow[][2][DC__NUM_DPP__MAX],
783 double DPTEBytesPerRow,
H A Ddisplay_mode_vba_32.c2831 mode_lib->vba.DPTEBytesPerRow[i][j][k] = mode_lib->vba.DPTEBytesPerRowThisState[k]; in dml32_ModeSupportAndSystemConfigurationFull()
3102 mode_lib->vba.DPTEBytesPerRow, in dml32_ModeSupportAndSystemConfigurationFull()
3307 v->DPTEBytesPerRow[i][j][k], in dml32_ModeSupportAndSystemConfigurationFull()
3466 * mode_lib->vba.DPTEBytesPerRow[i][j][k]; in dml32_ModeSupportAndSystemConfigurationFull()
3470 + mode_lib->vba.DPTEBytesPerRow[i][j][k]; in dml32_ModeSupportAndSystemConfigurationFull()
3486 mode_lib->vba.DPTEBytesPerRow[i][j][k], in dml32_ModeSupportAndSystemConfigurationFull()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h894 dml_uint_t DPTEBytesPerRow[2][__DML_NUM_PLANES__]; member
1319 dml_uint_t (*DPTEBytesPerRow)[__DML_NUM_PLANES__]; member
H A Ddisplay_mode_core.c321 dml_float_t DPTEBytesPerRow,
1963 dml_float_t DPTEBytesPerRow, in CalculateFlipSchedule() argument
2006 …ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + 2.0 * DPTEBytesPerRow) * BandwidthA… in CalculateFlipSchedule()
2008 …ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * BandwidthAvailab… in CalculateFlipSchedule()
2018 …TimeForFetchingRowInVBlankImmediateFlip = dml_max3((MetaRowBytes + DPTEBytesPerRow * HostVMIneffic… in CalculateFlipSchedule()
2028 …(MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesToRequestRowInImme… in CalculateFlipSchedule()
2030 …*final_flip_bw = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (*DestinationLinesT… in CalculateFlipSchedule()
2071 dml_print("DML::%s: DPTEBytesPerRow = %f\n", __func__, DPTEBytesPerRow); in CalculateFlipSchedule()
4624 …= s->TotalMaxPrefetchFlipDPTERowBandwidth[j] + p->NoOfDPP[j][k] * p->DPTEBytesPerRow[j][k] / (15.7… in UseMinimumDCFCLK()
4644 …->ReturnBusWidth * (p->GPUVMMaxPageTableLevels > 2 ? 1 : 0) + 2 * p->DPTEBytesPerRow[j][k] / s->No… in UseMinimumDCFCLK()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h780 double DPTEBytesPerRow[DC__VOLTAGE_STATES][2][DC__NUM_DPP__MAX]; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h427 unsigned int DPTEBytesPerRow[DML2_MAX_PLANES]; member
H A Ddml2_core_dcn4_calcs.c6501 double DPTEBytesPerRow, // dpte_row_bytes in CalculateFlipSchedule() argument
6530 l->dpte_row_bytes = DPTEBytesPerRow; in CalculateFlipSchedule()
6548 DML_LOG_VERBOSE("DML::%s: DPTEBytesPerRow = %f\n", __func__, DPTEBytesPerRow); in CalculateFlipSchedule()
7509 CalculatePrefetchSchedule_params->PixelPTEBytesPerRow = mode_lib->ms.DPTEBytesPerRow[k]; in dml_core_ms_prefetch_check()
7792 mode_lib->ms.DPTEBytesPerRow[k], in dml_core_ms_prefetch_check()
7813 mode_lib->ms.DPTEBytesPerRow[k], in dml_core_ms_prefetch_check()
9021 CalculateVMRowAndSwath_params->PixelPTEBytesPerRow = mode_lib->ms.DPTEBytesPerRow; in dml_core_mode_support()