libs: Add MTK GED-KPI support to fix MTK gpufreq#23
Open
Addster09 wants to merge 1 commit into
Open
Conversation
Mediatek GPU scheduler likes to have the timestamps of the frames to be able to adjust DVFS. Technically this isn't completely needed, because it looks like DVFS can work once we started triggering /proc/ged. But now that the work is done, let's do it completely. In benchmarks on Poco X4 GT, before this patch result is 1500, after is 5700. If we disable the patch after enabling it without rebooting, it goes to 5400. So looks like GED KPI thingy does try to do a bit more than just standard DVFS. Thanks @sarthakroy2002 for the help and support (other people helped as well) & @claxten10 for enabling it Change-Id: Ic29a231ea8651efd598083611197aaa9e3c1fbbe Signed-off-by: Addster09 <aadityasingh.cs9@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Mediatek GPU scheduler likes to have the timestamps of the frames to be able to adjust DVFS.
Technically this isn't completely needed, because it looks like DVFS can work once we started triggering /proc/ged. But now that the work is done, let's do it completely.
In benchmarks on Poco X4 GT, before this patch result is 1500, after is
5700. If we disable the patch after enabling it without rebooting, it goes to 5400. So looks like GED KPI thingy does try to do a bit more than just standard DVFS.
Thanks @sarthakroy2002 for the help and support (other people helped as well) & @claxten10 for enabling it
Change-Id: Ic29a231ea8651efd598083611197aaa9e3c1fbbe