From cd7b121d914bf82844269f608e9b3c2ea2a6eed7 Mon Sep 17 00:00:00 2001
From: foreman
Date: Fri, 20 Jan 2017 19:10:08 -0500
Subject: [PATCH] P4 to Git Change 1364608 by
skudchad@skudchad_test_win_opencl2 on 2017/01/20 19:05:41
SWDEV-107075 - [OCL][VG10] Conformance RQ Mipmaps tests are failing.
- Extending this change to all gfx9
ReviewBoardURL = http://ocltc.amd.com/reviews/r/12212/diff/
Affected files ...
... //depot/stg/opencl/drivers/opencl/runtime/device/pal/palsettings.cpp#15 edit
---
rocclr/runtime/device/pal/palsettings.cpp | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/rocclr/runtime/device/pal/palsettings.cpp b/rocclr/runtime/device/pal/palsettings.cpp
index f653eaf50c..284e14706d 100644
--- a/rocclr/runtime/device/pal/palsettings.cpp
+++ b/rocclr/runtime/device/pal/palsettings.cpp
@@ -179,11 +179,10 @@ Settings::create(
switch (palProp.gfxLevel) {
case Pal::GfxIpLevel::GfxIp9:
aiPlus_ = true;
- if (!apuSystem_)
- // This is a temporary workaround to disable sDMA for MemToImage and
- // ImageToMem copies and needs be removed later once we have a fix
- // for Conf. images(mipmaps) 1Darray failures on Vega10
- disableSdmaMemoryToImage_ = GPU_DISABLE_SDMA_MEMORY_TO_IMAGE;
+ // This is a temporary workaround to disable sDMA for MemToImage and
+ // ImageToMem copies and needs be removed later once we have a fix
+ // for Conf. images(mipmaps) 1Darray failures on Vega10
+ disableSdmaMemoryToImage_ = GPU_DISABLE_SDMA_MEMORY_TO_IMAGE;
break;
default:
assert(0 && "Unknown GfxIP type!");