Home
last modified time | relevance | path

Searched refs:RoundedUpMaxSwathSizeBytesY (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_mode_vba.h467 double RoundedUpMaxSwathSizeBytesY; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c2727 double RoundedUpMaxSwathSizeBytesY; in dml20_DisplayPipeConfiguration() local
2872 RoundedUpMaxSwathSizeBytesY = (dml_ceil( in dml20_DisplayPipeConfiguration()
2877 RoundedUpMaxSwathSizeBytesY = dml_ceil(RoundedUpMaxSwathSizeBytesY, 256) in dml20_DisplayPipeConfiguration()
2895 if (RoundedUpMaxSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in dml20_DisplayPipeConfiguration()
4299 …locals->RoundedUpMaxSwathSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->… in dml20_ModeSupportAndSystemConfigurationFull()
4302 locals->RoundedUpMaxSwathSizeBytesY = dml_ceil(locals->RoundedUpMaxSwathSizeBytesY, 256) + 256; in dml20_ModeSupportAndSystemConfigurationFull()
4316 …if (locals->RoundedUpMaxSwathSizeBytesY + locals->RoundedUpMaxSwathSizeBytesC <= locals->DETBuffer… in dml20_ModeSupportAndSystemConfigurationFull()
Ddisplay_mode_vba_20v2.c2759 double RoundedUpMaxSwathSizeBytesY; in dml20v2_DisplayPipeConfiguration() local
2904 RoundedUpMaxSwathSizeBytesY = (dml_ceil( in dml20v2_DisplayPipeConfiguration()
2909 RoundedUpMaxSwathSizeBytesY = dml_ceil(RoundedUpMaxSwathSizeBytesY, 256) in dml20v2_DisplayPipeConfiguration()
2927 if (RoundedUpMaxSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in dml20v2_DisplayPipeConfiguration()
4331 …locals->RoundedUpMaxSwathSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->… in dml20v2_ModeSupportAndSystemConfigurationFull()
4334 locals->RoundedUpMaxSwathSizeBytesY = dml_ceil(locals->RoundedUpMaxSwathSizeBytesY, 256) + 256; in dml20v2_ModeSupportAndSystemConfigurationFull()
4348 …if (locals->RoundedUpMaxSwathSizeBytesY + locals->RoundedUpMaxSwathSizeBytesC <= locals->DETBuffer… in dml20v2_ModeSupportAndSystemConfigurationFull()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_mode_vba_21.c2820 double RoundedUpMaxSwathSizeBytesY; in DisplayPipeConfiguration() local
2962 RoundedUpMaxSwathSizeBytesY = (dml_ceil( in DisplayPipeConfiguration()
2967 RoundedUpMaxSwathSizeBytesY = dml_ceil(RoundedUpMaxSwathSizeBytesY, 256) in DisplayPipeConfiguration()
2985 if (RoundedUpMaxSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in DisplayPipeConfiguration()
4403 mode_lib->vba.RoundedUpMaxSwathSizeBytesY = in dml21_ModeSupportAndSystemConfigurationFull()
4407 mode_lib->vba.RoundedUpMaxSwathSizeBytesY = dml_ceil( in dml21_ModeSupportAndSystemConfigurationFull()
4408 mode_lib->vba.RoundedUpMaxSwathSizeBytesY, in dml21_ModeSupportAndSystemConfigurationFull()
4421 if (mode_lib->vba.RoundedUpMaxSwathSizeBytesY + mode_lib->vba.RoundedUpMaxSwathSizeBytesC in dml21_ModeSupportAndSystemConfigurationFull()