From 72b52166d33e79740f4278410f00564330122c59 Mon Sep 17 00:00:00 2001 From: DH Date: Sun, 30 Jul 2023 19:35:06 +0300 Subject: [PATCH] [amdgpu] device: properly handle texture invalidation --- hw/amdgpu/device/src/device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/amdgpu/device/src/device.cpp b/hw/amdgpu/device/src/device.cpp index a9c3cc996..cd6099a55 100644 --- a/hw/amdgpu/device/src/device.cpp +++ b/hw/amdgpu/device/src/device.cpp @@ -2830,7 +2830,7 @@ struct CacheLine { if ((access & shader::AccessOp::Load) == shader::AccessOp::Load) { // TODO - // handleHostInvalidations(writeTag - 1, cacheBeginAddress, cacheSize); + handleHostInvalidations(writeTag - 1, cacheBeginAddress, cacheSize); if (!result->isInSync(hostSyncTable, hostSyncMtx, address, size)) { auto buffer = getBufferInternal(address, size);