• Irregular behaviour of vectors in OpenCL(1.2) kernels
    So, I am trying to perform some operation inside an OpenCL kernel. I have this buffer named filter which is a 3x3 matrix initialized with value 1. I pass this as an argument to the OpenCL kernel from...
  • Unofficial patches for the Mali Midgard kernel drivers r19p0 on Linux 4.13.0-rcX
    Greetings, The first release candidate of Linux 4.13 is now released, along with the new Mali Midgard kernel drivers, which are now at the version r19p0! These new drivers can be integrated without...
  • Unofficial patches for Mali Midgard GPU r16p0 kernel drivers on 4.11.0-rcX kernels
    Greetings, Here's a list of unofficial patches required to compile the r16p0 version of the Mali Midgard GPU Kernel device drivers , after including them in 4.11.0-rcX kernels : https://github.com...
  • Improving ARM Mali drivers on fbdev
    This blog post refers to the public ARM Mali Midgard r6p0 user-space binary drivers for GNU/Linux which are now available for download. The "fbdev" variant now has support for dma-buf using a standard...
  • Copy frame Taking more time on Mali GPU
    I am trying to implement the copy frame kernel. I have a pointer to an image that I have to copy to the location given by the destination pointer. I can implement this with CPU, which will...