1. GPU hardware version number printed in linux kernel:[ 24.730247] mali 45000000.mali: Register LUT 000c0000 initialized for GPU arch 0x000c0808[ 24.925334] mali 45000000.mali: GPU identified as 0x0 arch 12.8.8 r0p0 status 0
2. the DDK version is not compatible with GPU device, even we config DDK as r0p0the command is :./setup_android ax504x08x-release.config GPU_G720=y HWVER_R0P0=y WINSYS_ANDROID=y WINSYS_ANDROID_PRIMARY=y ANDROID_GRALLOC_MODULE=arm_gralloc_headers REFERENCE_GRALLOC_XML=y KERNEL_DIR=~/linux/buildroot/output/build/linux-custom./mali_base_csf_cqs_test
this is the error log of running mali_base_csf_c testcase:[ 43.139200] (mali_base_csf_c) ERROR: The DDK (built for 0xc000000 r0p1 status range [0..15]) is not compatible with this Mali GPU device, /dev/mali0 detected as 0xc080800 r0p0 status 0, GPU features model-conformant: 'true'.[ 43.164899] (mali_base_csf_c) Failed creating base context during DDK compatibility check.TEST FAILED: ERROR: base_context_init failed - cannot continue!
3. we try to config as GPU_IS_ARCH_REVISION_V9config GPU_TTIX bool "Mali-G720 (tTIx)" select GPU_IS_ARCH_MAJOR_V12 select GPU_IS_ARCH_MINOR_V8 select GPU_IS_ARCH_REVISION_V9 //modified select GPU_HAS_R0P0 select GPU_HAS_R0P1 select HWVER_R0P0 if BACKEND_USER select GPU_HAS_CSF select GPU_HAS_AFRC help Select this option to support the Mali-G720 GPU.then compiling command:./setup_android ax504x08x-release.config GPU_TITx=y HWVER_R0P0=y WINSYS_ANDROID=y WINSYS_ANDROID_PRIMARY=y ANDROID_GRALLOC_MODULE=arm_gralloc_headers REFERENCE_GRALLOC_XML=y KERNEL_DIR=~aaos/linux/buildroot/output/build/linux-custom
we cannot find G620's configration, so config G720 as G620 12.8.8, but it cann't find:
vendor/gua/proprietary/gpu/mali/product/gpu/mali_gpu_props.h:44:10: fatal error: 'gpu/generated/tTIx/12.8.8/mali_gpu_bfst_config.h' file not found#include GPUP_ARCH_HEADER(mali_gpu_bfst_config.h) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ so, can DDK AX504X122-r49p0-00eac0-1/AX504X122-r50p0-00eac0-1 run on G620/G720 r0p0 GPU hardware with fastmodel version 1125015? if it can, how we config