Home
last modified time | relevance | path

Searched refs:ROBSizeKBytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.h96 unsigned int ROBSizeKBytes,
H A Ddisplay_mode_vba_util_32.c407 unsigned int ROBSizeKBytes, in dml32_CalculateSwathAndDETConfiguration() argument
475 dml_print("DML::%s: ROBSizeKBytes = %d\n", __func__, ROBSizeKBytes); in dml32_CalculateSwathAndDETConfiguration()
552 …*CompBufReservedSpaceNeedAdjustment = ((int) ROBSizeKBytes - (int) *CompBufReservedSpaceKBytes) > … in dml32_CalculateSwathAndDETConfiguration()
555 *CompBufReservedSpaceKBytes = ROBSizeKBytes - RoundedUpMaxSwathSizeBytesY[0]/512; in dml32_CalculateSwathAndDETConfiguration()