This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA74P: How can I power off 1 GPU core of TDA2x or TDA2Px

Part Number: DRA74P

Hello

How can I power off 1 GPU core of TDA2x or TDA2Px? I mean I want to use only one SGX core.

can you please list the files and changes required?

Is this only a u-boot related change?

Regards, Shiju

  • Hi Shiju,

    DRA74x / DRA75x SoCs have SGX544MP2 GPU with 2 cores while DRA71x / DRA72x SoCs has SGX544MP1 GPU with 1 core. By default, depending on the SoC version, the relevant number of GPU cores are configured.

    On DRA74x / DRA75x, 2 GPU cores are configured by default. Sometimes, we may want to measure / simulate the graphics performance with a single GPU core on DRA74x / DRA75x SoCs. In those cases, we can turn off one of the GPU cores by updating the /etc/powervr.ini file on target file system as follows. Save the file and restart the EVM for changes to take effect.

    [default]
    CoresEnabled=1

    The best way to validate is to measure performance using some graphics benchmark. Note that increasing this value beyond what is actually available in Hardware will lead to an assert failure.

    Regards,
    Anand
  • Hi Shiju,

    you can check also Gowtham's post here:
    e2e.ti.com/.../2389290
    for validating that one of the cores was disabled.

    Regards,
    Yordan