mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-02-18 09:37:28 +00:00
gpu: upload missed cache change
This commit is contained in:
parent
c90eb84471
commit
09f2d5bfc2
@ -93,6 +93,9 @@ handle_signal(int sig, siginfo_t *info, void *ucontext) {
|
||||
continue;
|
||||
}
|
||||
|
||||
gpuContext.gpuCacheCommandIdle.fetch_add(1, std::memory_order::release);
|
||||
gpuContext.gpuCacheCommandIdle.notify_all();
|
||||
|
||||
while (!gpuContext.cachePages[vmid][page].compare_exchange_weak(
|
||||
flags, flags & ~amdgpu::kPageLazyLock,
|
||||
std::memory_order::relaxed)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user