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


[ROCm/clr commit: cd7b121d91]
This commit is contained in:
foreman
2017-01-20 19:10:08 -05:00
parent ac172b94c5
commit 9b5970a795
@@ -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!");