Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_mode_vba_20.c2729 double RoundedUpMaxSwathSizeBytesY; in dml20_DisplayPipeConfiguration() local
2874 RoundedUpMaxSwathSizeBytesY = (dml_ceil( in dml20_DisplayPipeConfiguration()
2879 RoundedUpMaxSwathSizeBytesY = dml_ceil(RoundedUpMaxSwathSizeBytesY, 256) in dml20_DisplayPipeConfiguration()
2897 if (RoundedUpMaxSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in dml20_DisplayPipeConfiguration()
4307 …locals->RoundedUpMaxSwathSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->… in dml20_ModeSupportAndSystemConfigurationFull()
4310 locals->RoundedUpMaxSwathSizeBytesY = dml_ceil(locals->RoundedUpMaxSwathSizeBytesY, 256) + 256; in dml20_ModeSupportAndSystemConfigurationFull()
4324 …if (locals->RoundedUpMaxSwathSizeBytesY + locals->RoundedUpMaxSwathSizeBytesC <= locals->DETBuffer… in dml20_ModeSupportAndSystemConfigurationFull()
H A Ddisplay_mode_vba_20v2.c2802 double RoundedUpMaxSwathSizeBytesY; in dml20v2_DisplayPipeConfiguration() local
2947 RoundedUpMaxSwathSizeBytesY = (dml_ceil( in dml20v2_DisplayPipeConfiguration()
2952 RoundedUpMaxSwathSizeBytesY = dml_ceil(RoundedUpMaxSwathSizeBytesY, 256) in dml20v2_DisplayPipeConfiguration()
2970 if (RoundedUpMaxSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in dml20v2_DisplayPipeConfiguration()
4387 …locals->RoundedUpMaxSwathSizeBytesY = (dml_ceil(locals->SwathWidthYPerState[i][j][k] - 1, locals->… in dml20v2_ModeSupportAndSystemConfigurationFull()
4390 locals->RoundedUpMaxSwathSizeBytesY = dml_ceil(locals->RoundedUpMaxSwathSizeBytesY, 256) + 256; in dml20v2_ModeSupportAndSystemConfigurationFull()
4404 …if (locals->RoundedUpMaxSwathSizeBytesY + locals->RoundedUpMaxSwathSizeBytesC <= locals->DETBuffer… in dml20v2_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_mode_vba_30.c6295 long RoundedUpMaxSwathSizeBytesY = 0; in CalculateSwathAndDETConfiguration() local
6374 RoundedUpMaxSwathSizeBytesY = swath_width_luma_ub[k] * BytePerPixDETY[k] in CalculateSwathAndDETConfiguration()
6379 RoundedUpMaxSwathSizeBytesY = dml_ceil((double) RoundedUpMaxSwathSizeBytesY, 256); in CalculateSwathAndDETConfiguration()
6391 if (RoundedUpMaxSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in CalculateSwathAndDETConfiguration()
6395 RoundedUpSwathSizeBytesY = RoundedUpMaxSwathSizeBytesY; in CalculateSwathAndDETConfiguration()
6397 } else if (RoundedUpMaxSwathSizeBytesY >= 1.5 * RoundedUpMaxSwathSizeBytesC in CalculateSwathAndDETConfiguration()
6404 } else if (RoundedUpMaxSwathSizeBytesY < 1.5 * RoundedUpMaxSwathSizeBytesC in CalculateSwathAndDETConfiguration()
6405 && RoundedUpMaxSwathSizeBytesY + RoundedUpMinSwathSizeBytesC in CalculateSwathAndDETConfiguration()
6409 RoundedUpSwathSizeBytesY = RoundedUpMaxSwathSizeBytesY; in CalculateSwathAndDETConfiguration()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_mode_vba_21.c2821 double RoundedUpMaxSwathSizeBytesY; in DisplayPipeConfiguration() local
2963 RoundedUpMaxSwathSizeBytesY = (dml_ceil( in DisplayPipeConfiguration()
2968 RoundedUpMaxSwathSizeBytesY = dml_ceil(RoundedUpMaxSwathSizeBytesY, 256) in DisplayPipeConfiguration()
2986 if (RoundedUpMaxSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in DisplayPipeConfiguration()
4420 mode_lib->vba.RoundedUpMaxSwathSizeBytesY = in dml21_ModeSupportAndSystemConfigurationFull()
4424 mode_lib->vba.RoundedUpMaxSwathSizeBytesY = dml_ceil( in dml21_ModeSupportAndSystemConfigurationFull()
4425 mode_lib->vba.RoundedUpMaxSwathSizeBytesY, in dml21_ModeSupportAndSystemConfigurationFull()
4438 if (mode_lib->vba.RoundedUpMaxSwathSizeBytesY + mode_lib->vba.RoundedUpMaxSwathSizeBytesC in dml21_ModeSupportAndSystemConfigurationFull()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_vba.h485 double RoundedUpMaxSwathSizeBytesY; member