Hi folks,
I'm trying to use g2d_buf_from_virt_addr() to convert a user space allocation to g2d_buf. But I get this error spit out on call:
g2d_buf_from_virt_addr: NOT SUPPORTED
I'm using an i.MX 8MP with a 6.1.22 kernel (mickledore). Why is this API not supported? What are the quirks here?
If not supported what are the recommendations to wrap user space allocations to g2d_buf and use them with G2D APIs?