commit | ebe52a58acca308142ba2811e50a1b3bf047240d | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Jan 15 06:34:22 2020 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Wed Jan 15 10:50:29 2020 +1000 |
tree | f575a84e131a42d37eb9bb7617a0cf04d9131423 | |
parent | ff213b634865b60fa8d445a070ac74951245bb3d [diff] |
drm/nouveau/fb/gp102-: unlock VPR as part of FB init We perform memory allocations long before we hit the code in SECBOOT that would unlock the VPR, which could potentially result in memory allocation within the locked region. Run the scrubber binary right after VRAM init to ensure we don't. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>