mripard / sunxi-mali

GNU General Public License v2.0
100 stars 54 forks source link

Make memory-region mandatory #20

Closed giuliobenetti closed 6 years ago

giuliobenetti commented 6 years ago

I've seen one of the main problem to get Mali working is that people forget to add in their dts. I see that only pr_err is emitted if memory-region is not found with: "Couldn't reserve our memory region. fbdev will not work" But I simply don't know and ask, is there something else that could work? I mean X11 for example. Is this the meaning of not treating that as a hard error?

mripard commented 6 years ago

fbdev is the only reason why you'd need it, really. X11 will work just fine without it, as any non decades old technology that will use KMS, as anyone should.

So no, we're not going to do that.