Hi everyone,
I'm trying to learn how the graphic stack works on the iMX95, and I would like to use the open-source DRM Driver (Panthor) in order to be able to understand the whole stack (from OpenGL to lower driver actions).
As the Mesa3D+OpenSource driver is more comprehensible as the ARM stack, I want to create a linux kernel which uses the DRM driver.
I changed the GPU node in the DTS to be compatible with the Panthor driver, and forced the option (while disabling the ARM driver one) in the menuconfig.
At startup, the panthor loads succesfully until the "devm_pm_opp_set_regulators" call in panthor_devfreq.c:panthor_devfreq_init.
Does anyone already used this driver on this board, or have any idea on what I have to change ?
Thanks.