From d8efc31c346313f9f27191a5f5cd7040d72176ca Mon Sep 17 00:00:00 2001 From: Saleel Kudchadker Date: Wed, 17 Jun 2020 12:25:54 -0700 Subject: [PATCH] Reset GPU_FORCE_BLIT_COPY_SIZE as its fixed in KFD Commit ebcfa85cf7ebb26c96fca48a34292d88e74dd675 fixes programming of SDMA*_ULV_CNTL.HYSTERIS register Change-Id: Ibb1d824bf3f8e351f840adbc099601b322f935f6 --- rocclr/device/device.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/rocclr/device/device.cpp b/rocclr/device/device.cpp index c015b1bb1f..64bc69d4fb 100644 --- a/rocclr/device/device.cpp +++ b/rocclr/device/device.cpp @@ -483,9 +483,6 @@ Settings::Settings() : value_(0) { GPU_SINGLE_ALLOC_PERCENT = 100; } - if (flagIsDefault(GPU_FORCE_BLIT_COPY_SIZE)) { - GPU_FORCE_BLIT_COPY_SIZE = 1024; - } } }