radxa / kernel

BSP kernel source
Other
146 stars 174 forks source link

arm64: dts: rockchip: rename panthor and mali gpu node for rk3588 #325

Closed CodeChenL closed 4 months ago

CodeChenL commented 4 months ago

Fix panthor driver not working properly

nyanmisaka commented 4 months ago

FYI the Panthor and Mali blob (Bifrost) are incompatible with each other. Therefore the OpenCL runtime will not be available if Panthor is enabled. It's better to release both images, or use an overlay to make Panthor opt-in.

CodeChenL commented 4 months ago

@StephenInVamrs 先别合并,发现检测是否正常驱动方法有问题

RadxaYuntian commented 4 months ago

Therefore the OpenCL runtime will not be available if Panthor is enabled.

Here is a tutorial to extrace OpenCL runtime that we are willing to try: https://clehaxze.tw/gemlog/2023/06-17-setting-up-opencl-on-rk3588-using-libmali.gmi

It's better to release both images, or use an overlay to make Panthor opt-in.

We will provide an overlay to enable Mali. Panthor (as well as panfrost) will be the default GPU driver for the simple fact that we are getting way too many support questions about their OpenGL applications run badly, as well as bad desktop performance.

CodeChenL commented 4 months ago

@StephenInVamrs 先别合并,发现检测是否正常驱动方法有问题

@StephenInVamrs 没问题可以合并了

RadxaStephen commented 4 months ago

I changes the git title a little bit. Added it.