2025-03-11, 11:43 AM
For the HDR tone-mapping use case on RK3588, OpenCL support provided by libmali (user mode driver) and bifrost (kernel mode driver) is required.
Mesa dev has developed a replacement for bifrost called panfrost/panthor, but it does not work with libmali. This is what causes the error.
Mesa dev has developed a replacement for bifrost called panfrost/panthor, but it does not work with libmali. This is what causes the error.
$ clinfo
arm_release_ver: g13p0-01eac0, rk_so_ver: 10
Failed creating base context during opening of kernel driver.
...