This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Disable watchdog on Mali

Not sure if this is the right place to ask this question but how do I disable watchdog timer on my Note3 which has a Mali-T628? All I could find was dvfs stuff inside /sys/devices/platform/mali.0. Is there something in the user-mode driver I could modify and recompile?

I am trying to run some GLES 3.0 benchmarks and if I increase the number of iterations inside the pixel shader beyond a certain limit, I get a black framebuffer. I figured it must be related to the watchdog timer.

Parents Reply Children
  • Okay so I tried both suggestions :

    -Use highp for the output color and intermediate variable - the black output is still present on increasing the texel fetches > 2k

    -Enabled blending to prevent pixel killing optimization

    And still no luck :[

    Anyways, It's a good thing you guys report the texel fill rate which is 1 bilinear/clock/unit and 1/2 triliear/clock/unit. And also FP16 is full-rate which I measured.