after decode, we hope get the physical address from the dmabuf_fd driver code (ignore error handler) int mca_get_sg_from_fd(u32 dmabuf_fd) { struct dma_buf_attachment *attachment; struct sg_table *sgt; struct scatterlist *sg; unsigned int si; struct device *dev; struct dma_buf *dma...