SWDEV-383397 - Set large bar false for windows.

Change-Id: Iaef70e477afab7ca8694aa55d1f704e769e24ed9
이 커밋은 다음에 포함됨:
Jaydeep Patel
2023-02-20 17:59:01 +00:00
커밋한 사람 Jaydeepkumar Patel
부모 3e603d986a
커밋 f364ab7680
+3 -1
파일 보기
@@ -633,7 +633,9 @@ void NullDevice::fillDeviceInfo(const Pal::DeviceProperties& palProp,
info_.cooperativeGroups_ = settings().enableCoopGroups_;
info_.cooperativeMultiDeviceGroups_ = settings().enableCoopMultiDeviceGroups_;
if (heaps[Pal::GpuHeapInvisible].logicalSize == 0) {
if (amd::IS_HIP) {
info_.largeBar_ = false;
} else if (heaps[Pal::GpuHeapInvisible].logicalSize == 0) {
info_.largeBar_ = true;
ClPrint(amd::LOG_INFO, amd::LOG_INIT, "Resizable bar enabled");
}