Home
last modified time | relevance | path

Searched refs:MetaRowBytes (Results 1 – 5 of 5) 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_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/dcn31/
H A Ddisplay_mode_vba_31.c260 double MetaRowBytes,
3488 double MetaRowBytes, 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…
3735 v->MetaRowBytes[i][j][k],
4864 v->MetaRowBytes[i][j][k] = v->MetaRowBytesY + v->MetaRowBytesC;
4893 if (v->MetaRowBytes[i][j][k] > 24064)
5276 + v->NoOfDPP[i][j][k] * (v->PDEAndMetaPTEBytesPerFrame[i][j][k] + v->MetaRowBytes[i][j][k]
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core_structs.h836 dml_uint_t MetaRowBytes[2][__DML_NUM_PLANES__]; member
1263 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