SWDEV-384557 - Rename env var

- Rename HIP_USE_SDMA_QUERY to DEBUG_CLR_USE_SDMA_QUERY as this is
supposed to be a temporary env var for debug purposes only.

Change-Id: If6ebd52ab87624375a3df24ceccdcc05c60a65af
This commit is contained in:
Saleel Kudchadker
2023-06-28 14:51:22 -07:00
parent a034995f81
commit 770b2a4711
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -679,7 +679,7 @@ bool DmaBlitManager::hsaCopy(const Memory& srcMemory, const Memory& dstMemory,
uint32_t copyMask = 0;
uint32_t freeEngineMask = 0;
bool useRegularCopyApi = !HIP_USE_SDMA_QUERY;
bool useRegularCopyApi = !DEBUG_CLR_USE_SDMA_QUERY;
HwQueueEngine engine = HwQueueEngine::Unknown;
if ((srcAgent.handle == dev().getCpuAgent().handle) &&