G6110 Firmware
Hi, I hope you don't mind that I'm trying to reach out here by creating an issue. As I've mentioned here mesa/mesa!15243 (comment 1304685) I'd like to work support on Rockchip RK3368's G6110 core (BVNC 5.9.1.46) with the new powervr kernel driver and mesa vulkan driver. I'v set up now everything and added support to your powervr-next branch by comparing orignal vendor ddk soure https://github.com/rockchip-linux/kernel/tree/develop-4.4/drivers/staging/imgtec and added SoC-side quirks until the point where it comes to firmware loading.
You've told mesa/mesa!15243 (comment 1306274) you could provide firmware builds which would be great to have now. It would also be great if you could provide a mapping scheme for https://github.com/rockchip-linux/kernel/blob/develop-4.4/drivers/staging/imgtec/rogue/hwdefs/km/configs/rgxconfig_km_4.V.2.51.h to https://gitlab.freedesktop.org/frankbinns/powervr/-/blob/powervr-next/drivers/gpu/drm/imagination/pvr_device_info.c#L11-53 and https://github.com/rockchip-linux/kernel/blob/develop-4.4/drivers/staging/imgtec/rogue/hwdefs/km/cores/rgxcore_km_4.40.2.51.h#L61-L74 to https://gitlab.freedesktop.org/frankbinns/powervr/-/blob/powervr-next/drivers/gpu/drm/imagination/pvr_device_info.c#L55-72. I could find out some basic stuff by comparing the drivers already, but by far not all. Especially because the BRN-/ERN-numbering-scheme is completly different between both drivers.
Thanks.