Hello, Do DMA mappings get cleared when the device is suspended to RAM? A device I'm writing a driver for requires the DMA addresses not to change after a resume and trying to use DMA memory allocated before the suspend causes a device error. Is there a way to persist the mappings through a suspend? Thank you, Paul Pawlowski