JakeDaynes
JakeDaynes
Adding in here, ASUS devices (ROG 6 and Zenfone 9) are also affected.
@ttanatb Sorry for any confusion - I was more commenting on the fact that the ASUS devices are affected by the kgsl-3d0/perfcounter file being gated by root. I've gotten in...
All good - kgsl drivers/counters have been a nightmare since A7, so wasn't really surprised :) I'm actually not using AGI (I've got my own IOCTL communication to the driver),...
Honestly a standardised interface with an available counter map would be a godsend in future versions of the OS. One of Android's basic tenants is transparency, yet over the last...
Modifying lines 54-56 to: `int status = -1;` `while (status < 0) {` ` status = hpc_gpu_mali_common_create_context(num_counters, counters,` ` &allocator, &context);` ` }` Has fixed it so it starts running...