Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed CTS issues #74

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Fixed CTS issues #74

merged 1 commit into from
Jul 10, 2024

Conversation

manxiaoliang
Copy link
Contributor

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

Copy link

@feijiang1 feijiang1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -47,7 +47,8 @@ class MosMutex;

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggest change to
#ifdef ANDROID
We don't need support version before Android 8.
Also if we need handle separately for Android version, should use ANDROID_API.

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 <xiaoliangx.man@intel.com>
Copy link

@feijiang1 feijiang1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

@feijiang1 feijiang1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sysopenci sysopenci added Developer Approved and removed Pending Developer Approval Pending Developer Approval labels Jul 9, 2024
@sysopenci
Copy link

Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details.

1 similar comment
@sysopenci
Copy link

Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details.

@sysopenci
Copy link

SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details.

@sysopenci sysopenci added Engineering Build Successful Engineering Build Successful and removed Engineering Build Not Started Engineering Build Not Started labels Jul 9, 2024
@sysopenci
Copy link

SUCCESS: Android CI has completed Engineering Build for this issue.Please check the linked Tracked-On issue/Android CI Web for more details.

@sysopenci
Copy link

Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details.

@sysopenci sysopenci merged commit cfadd17 into projectceladon:master Jul 10, 2024
16 checks passed
@sysopenci
Copy link

Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: /cactus-absp-or-local/celadon-merge/646

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants