diff options
author | Joshua Bakita <jbakita@cs.unc.edu> | 2025-04-04 10:29:54 -0400 |
---|---|---|
committer | Joshua Bakita <jbakita@cs.unc.edu> | 2025-04-04 10:29:54 -0400 |
commit | 494df296bf4abe9b2b484bde1a4fad28c989afec (patch) | |
tree | 123a4b696545e70a9953ada907ed00dfccb6038a /include/os/posix/bitmap.c | |
parent | 6143114460e5125621747cde2f712fed445b9a15 (diff) |
When the GPU is powered off, attempts to read any of its registers
(such as via nvdebug_readl()) result in a fatal interrupt. The
pm_runtime_get() call included in nvdebug sent a request to nvgpu
to turn the GPU back on. **However,** this call did not wait for
the power-on command to take effect. This resulted in a race between
nvdebug and the power management logic, meaning that the GPU may not
have powered-on by the time that nvdebug attempted to read its
registers.
Use pm_runtime_get_sync() instead, which explicitly waits for the
power-on command to complete (or fail) before returning. This
eliminates the race condition.
Thank you to Diego Alejandro Parra Guzman
<diego.guzman@tttech-auto.com>, who brought this issue to my
attention.
Diffstat (limited to 'include/os/posix/bitmap.c')
0 files changed, 0 insertions, 0 deletions