Panfrost /dev/dri/card1 missing

I’m trying to get the panfrost gpu hardware acceleration working.
I notice in armbian it works and I can see the /dev/dri/card1

When I load the panfrost.ko modules in a 5.19.17 kernel, it indicates that it is working but I can’t see the /dev/dri/card1 device - which I assume is the correct drm device for mesa3d

Any pointers out there ?

ok - got it. Needed the following kernel settings :

CONFIG_DRM_PANFROST=m
CONFIG_DRM_ROCKCHIP=m
CONFIG_ROCKCHIP_VOP2=y
1 Like