Skip to content

Commit

Permalink
Fixed CTS issues
Browse files Browse the repository at this point in the history
Scalability feature will cause gpu hang issue.
when run video cts of CtsMediaEncoderTestCases.

set the configs below in igfx_user_feature_next.txt
* Enable HCP Scalability Decode=0
* Disable Media Encode Scalability=1
to disable Scalability feature.

Tracked-On: OAM-120515
Signed-off-by: manxiaoliang <[email protected]>
  • Loading branch information
manxiaoliang committed Jul 8, 2024
1 parent 4387709 commit 3bc2264
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ Perf Profiler Output File Name=linux_perf_out.bin
Perf Profiler Multi Process Support=0
Perf Profiler Register 8=1835148
Perf Profiler Buffer Size=10000000
Enable HCP Scalability Decode=0
Disable Media Encode Scalability=1

[report]
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ class MosMutex;
#define USER_FEATURE_KEY_EXTERNAL "UFKEY_EXTERNAL\\"

//user feature
#if ANDROID_VERSION >= 800
#define USER_FEATURE_FILE "/data/igfx_user_feature.txt"
#ifdef ANDROID
#define USER_FEATURE_FILE "/vendor/etc/igfx_user_feature.txt"
#define USER_FEATURE_FILE_NEXT "/vendor/etc/igfx_user_feature_next.txt"
#else
#define USER_FEATURE_FILE "/etc/igfx_user_feature.txt"
#define USER_FEATURE_FILE_NEXT "/etc/igfx_user_feature_next.txt"
Expand Down

0 comments on commit 3bc2264

Please sign in to comment.