What | Removed | Added |
---|---|---|
Summary | libdrm support for addressing >32 bits on 32 bit cores | DRM support for addressing >32 bits on 32 bit cores |
I'm attaching a patch that resolves this problem at least with p3041 board + radeon card, where I saw similar problem (the mmio base being truncated). The issue was too small type of ttm_bus_placement.base. Also, the debug prints at the beginning only print 32 bits of the values (even if they are 64 bit).