On Sat Dec 6, 2025 at 9:42 PM JST, Zhi Wang wrote: > To support the maximum vGPUs on the device that support vGPU, a larger > WPR2 heap size is required. By setting the WPR2 heap size larger than 256MB > the scrubber ucode image is required to scrub the FB memory before any > other ucode image is executed.
So the trigger for running the scrubber ucode is not as much "vGPU is in use" as it is "the WPR2 heap size is larger than 256MB". Can we change the code to reflect that? We have the `fb_layout` structure available at this time, so it should be easy IIUC.
