SWDEV-383397 - Set large bar false for windows.
Change-Id: Iaef70e477afab7ca8694aa55d1f704e769e24ed9
이 커밋은 다음에 포함됨:
@@ -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");
|
||||
}
|
||||
|
||||
새 이슈에서 참조
사용자 차단