Searched refs:CompBufReservedSpaceNeedAdjustment (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.h | 145 bool *CompBufReservedSpaceNeedAdjustment, 192 bool CompBufReservedSpaceNeedAdjustment,
|
H A D | display_mode_vba_util_32.c | 456 bool *CompBufReservedSpaceNeedAdjustment, in dml32_CalculateSwathAndDETConfiguration() 552 …*CompBufReservedSpaceNeedAdjustment = ((int) ROBSizeKBytes - (int) *CompBufReservedSpaceKBytes) > … in dml32_CalculateSwathAndDETConfiguration() 554 if (*CompBufReservedSpaceNeedAdjustment == 1) { in dml32_CalculateSwathAndDETConfiguration() 560 …::%s: CompBufReservedSpaceNeedAdjustment = %d\n", __func__, *CompBufReservedSpaceNeedAdjustment); in dml32_CalculateSwathAndDETConfiguration() 563 …ActiveDPP, NoChromaSurfaces, Output[0], SurfaceTiling[0], *CompBufReservedSpaceNeedAdjustment, Dis… in dml32_CalculateSwathAndDETConfiguration() 882 bool CompBufReservedSpaceNeedAdjustment, in dml32_UnboundedRequest() argument 895 …if (CompBufReservedSpaceNeedAdjustment == 1 && DisableUnboundRequestIfCompBufReservedSpaceNeedAdju… in dml32_UnboundedRequest() 899 …L::%s: CompBufReservedSpaceNeedAdjustment = %d\n", __func__, CompBufReservedSpaceNeedAdjustment); in dml32_UnboundedRequest()
|
H A D | display_mode_vba_32.c | 1732 bool CompBufReservedSpaceNeedAdjustment; in dml32_ModeSupportAndSystemConfigurationFull() local 2183 …CompBufReservedSpaceNeedAdjustment = (mode_lib->vba.TotalNumberOfActiveDPP[i][j] > 1) ? 0 : CompBu… in dml32_ModeSupportAndSystemConfigurationFull() 2191 CompBufReservedSpaceNeedAdjustment, in dml32_ModeSupportAndSystemConfigurationFull()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_mode_vba.h | 568 bool CompBufReservedSpaceNeedAdjustment; member
|