msm: kgsl: Add IFH feature by removing IB commands
Removing the IBs from being sent to the ringbuffer limits the
actual amount of work that the GPU executes. This allows for
a more realistic way to show where the CPU bottlenecks are. By
removing just the IBs and not modifiying anything else, the GPU
still executes some basic commands. More importantly, it will
still execute the interrupt path which will give more realistic
representations of where the CPU actually spends time.
CRs-fixed: 628252
Change-Id: Ica195e2c9dc09e2fde730fe15e8bbbdf3f71672f
Signed-off-by:
Carter Cooper <ccooper@codeaurora.org>
Loading
Please register or sign in to comment