mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01: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…
Reference in a new issue