I want to convert a Virtual to Physical Address to the use the Resizer in the DM644x SoC, but the memory region is not CMEM allocated. Is there a way to do this? The memory is allocated by the kernel for the framebuffer and I'm given a memory-mapped pointer directly to it. I know how to do it for a driver or kernel level module, but I'm not sure how to do it in user space.