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/dml/dcn31/
H A Ddisplay_mode_vba_31.c261 double DPTEBytesPerRow);
3489 double DPTEBytesPerRow) argument
3506 …ImmediateFlipBW = (PDEAndMetaPTEBytesPerFrame + MetaRowBytes + DPTEBytesPerRow) * v->BandwidthAvai…
3521 (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / ImmediateFlipBW,
3533 …(MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (v->DestinationLinesToRequestRowInIm…
3535 …v->final_flip_bw[k] = (MetaRowBytes + DPTEBytesPerRow * HostVMInefficiencyFactor) / (v->Destinatio…
3736 v->DPTEBytesPerRow[i][j][k],
4865 v->DPTEBytesPerRow[i][j][k] = v->DPTEBytesPerRowY + v->DPTEBytesPerRowC;
5277 + v->DPTEBytesPerRow[i][j][k]);
5289 v->DPTEBytesPerRow[i][j][k]);
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h837 dml_uint_t DPTEBytesPerRow[2][__DML_NUM_PLANES__]; member
1262 dml_uint_t (*DPTEBytesPerRow)[__DML_NUM_PLANES__]; member
/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/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h401 unsigned int DPTEBytesPerRow[DML2_MAX_PLANES]; member
H A Ddml2_core_shared.c639 double DPTEBytesPerRow, // dpte_row_bytes
1735 CalculateVMRowAndSwath_params->PixelPTEBytesPerRow = mode_lib->ms.DPTEBytesPerRow; in dml2_core_shared_mode_support()
2346 CalculatePrefetchSchedule_params->PixelPTEBytesPerRow = mode_lib->ms.DPTEBytesPerRow[k]; in dml2_core_shared_mode_support()
2552 mode_lib->ms.DPTEBytesPerRow[k], in dml2_core_shared_mode_support()
2573 mode_lib->ms.DPTEBytesPerRow[k], in dml2_core_shared_mode_support()
8520 double DPTEBytesPerRow, // dpte_row_bytes in CalculateFlipSchedule() argument
8547 l->dpte_row_bytes = DPTEBytesPerRow; in CalculateFlipSchedule()
8564 dml2_printf("DML::%s: DPTEBytesPerRow = %f\n", __func__, DPTEBytesPerRow); in CalculateFlipSchedule()