Earlier quoted context omitted.
I whish they would go the same way that AMD did, but I doubt we will see it any time soon. The thing is, AMD/ATI lost the software war against NVidia for quite a while now. AMD didn't have much to lose by open-sourcing their driver. And the AMD proprietary driver on Linux where always a mess, whereas NVidia at least "work" (even though they just refuse to play well with the linux env...). Now, with NVidia diving more…
The last time that I checked AMDGPU experience is far superior that NVIDIA proprietary drivers.
Open source Mali GPU drivers merged
41–50 of 104 posts
Re: Open source Mali GPU drivers merged
#42Re: Open source Mali GPU drivers merged
#43This should help a bit with the wave of new Pi-based emulation boards that are being used.
Re: Open source Mali GPU drivers merged
#44Re: Open source Mali GPU drivers merged
#45Earlier quoted context omitted.
I forget where I read this, but I recall that due to patent situation it's practically impossible to build a GPU without infringing on some patent or another. By keeping drivers closed source it's possible to maintain deniability- if ARM released open source GPU drivers it would be trivial for rights-holders to look at the implementation and see what they can sue for. It's not impossible to do this with blob drivers,…
I don't buy this. See: AMD and Intel both have open source drivers.
Re: Open source Mali GPU drivers merged
#46I don't know much about ARM SoC ecosystems for Linux, but am I correct if I take this as a direct ARM Mali version of Nouveau, or it's slightly different? I'm very surprised that ARM, the company that should provide proper software references for its ecosystem, is not open source friendly.
There is no actual ARM platform, like in the case of a PC. (Intel x86/64 is not a platform. You can find an x86 compatible chip in a PS4, but it's missing all of the critical components that let it boot like a PC. See the Fail0ver video on PS4 kernel hacking for more info). ARM chips are just System-on-Chips with random pins soldered to random shit and broken, non-upstreamable kernels that are only released after a p…
Re: Open source Mali GPU drivers merged
#47Re: Open source Mali GPU drivers merged
#48Does this support hardware video encoding (h264)? There are a lot of SBCs with Mali GPUs that could use video encoding support.
Ditto for the HDMI PHY, you can spin up Xorg with a fully libre stack on nearly any of the Allwinner boards from OrangePi, FriendlyARM, etc. The Mali GPU is really only useful for OpenGL ES (aka video games).
Re: Open source Mali GPU drivers merged
#49Does this support hardware video encoding (h264)? There are a lot of SBCs with Mali GPUs that could use video encoding support.
Re: Open source Mali GPU drivers merged
#50The fact that ARM has not made their Mali drivers open source is a joke. There's no excuse, same for Nvidia.
Strictly speaking the kernel drivers for the ARM Malis are all open-source and GPL licensed (they need to be, since their customers want to ship Linux to consumers). They are also entirely useless without the userland software that is doing all the actual work. The kernel drivers are just glorified task and memory managers.
I thought that the Lima and Panfrost projects included an open-source userland component too.