Hi there,

today the first Kernel 6.10 with panthor was released. How to enable the driver?
modprobe panthor

root@rockpi5:~# lsmod | grep panthor
panthor               163840  0
drm_gpuvm              36864  1 panthor
drm_exec               12288  2 drm_gpuvm,panthor
gpu_sched              61440  1 panthor
root@rockpi5:~#

root@rockpi5:~# inxi -G
Graphics:
 Message: No PCI device data found.
 Display: unspecified server: X.Org v: 24.1 with: Xwayland v: 24.1.0
   driver: X: loaded: modesetting dri: swrast gpu: N/A
   resolution: 1920x1080~60Hz
 API: EGL v: 1.5 drivers: kms_swrast,swrast
   platforms: gbm,x11,surfaceless,device
 API: OpenGL v: 4.5 vendor: mesa v: 24.1.0 renderer: llvmpipe (LLVM 18.1.6
   128 bits)
 API: Vulkan v: 1.3.283 drivers: N/A surfaces: xcb,xlib
root@rockpi5:~#

Greetings

Andreas