SPRADI3 June 2024 AM625 , AM62P , AM67 , AM67A , AM68 , AM68A , AM69 , AM69A , DRA829J , DRA829J-Q1 , DRA829V , DRA829V-Q1 , TDA4AEN-Q1 , TDA4AH-Q1 , TDA4AL-Q1 , TDA4AP-Q1 , TDA4VE-Q1 , TDA4VEN-Q1 , TDA4VH-Q1 , TDA4VL-Q1 , TDA4VM , TDA4VM-Q1 , TDA4VP-Q1
The debugfs
also contains
information on the AppHints used by the GPU driver. AppHints are runtime
configurations for modifying the behavior of the driver. However, the details of
these AppHints is not exposed as the details are not useful for the regular
operation of the driver. Instead, these hints help to tweak some of the
characteristics of the driver and are very useful in situations where advanced
debugging is necessary. These AppHints can be set for all graphics programs (default
section) or specific ones through the /etc/powervr.ini
file:
[default]
ParamBufferSize=2097152
[gles2test1]
ParamBufferSize=16777216
The syntax is the executable name in square
brackets, followed by the AppHints to be enabled. The default section applies to all
executables, while any other section can be named for a specific application. In
this instance, the unit test case gles2test1
runs with
ParamBufferSize
smaller than other graphics programs.