-
Notifications
You must be signed in to change notification settings - Fork 530
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
Black screen displays about 4s when press pause/play the video. #1188
Labels
Comments
[External_System_ID] 253872 |
minhe1
pushed a commit
to minhe1/acrn-kernel
that referenced
this issue
Sep 7, 2018
When GVT-g guest tries to disable a scaler, it will write 0 to PS_CTRL register. However, in such case, GVT-g PS MMIO handler will not allow this value to be written to the HW, which will cause scaler cannot be disabled. This patch fixed the issue mentioned above. Tracked-on: projectacrn/acrn-hypervisor#1188 Signed-off-by: Min He <[email protected]> Signed-off-by: Fei Jiang <[email protected]>
minhe1
pushed a commit
to minhe1/acrn-kernel
that referenced
this issue
Sep 7, 2018
When GVT-g guest tries to disable a scaler, it will write 0 to PS_CTRL register. However, in such case, GVT-g PS MMIO handler will not allow this value to be written to the HW, which will cause scaler cannot be disabled. This patch fixed the issue mentioned above. V2: Uses PS_SCALER_EN to check if scaler is enabled. Tracked-on: projectacrn/acrn-hypervisor#1188 Signed-off-by: Min He <[email protected]> Signed-off-by: Fei Jiang <[email protected]> Reviewed-by: Zhao Yakui <[email protected]>
lijinxia
pushed a commit
to projectacrn/acrn-kernel
that referenced
this issue
Sep 10, 2018
When GVT-g guest tries to disable a scaler, it will write 0 to PS_CTRL register. However, in such case, GVT-g PS MMIO handler will not allow this value to be written to the HW, which will cause scaler cannot be disabled. This patch fixed the issue mentioned above. V2: Uses PS_SCALER_EN to check if scaler is enabled. Tracked-on: projectacrn/acrn-hypervisor#1188 Signed-off-by: Min He <[email protected]> Signed-off-by: Fei Jiang <[email protected]> Reviewed-by: Zhao Yakui <[email protected]>
yakuizhao
pushed a commit
to projectacrn/acrn-kernel
that referenced
this issue
Sep 10, 2018
When GVT-g guest tries to disable a scaler, it will write 0 to PS_CTRL register. However, in such case, GVT-g PS MMIO handler will not allow this value to be written to the HW, which will cause scaler cannot be disabled. This patch fixed the issue mentioned above. V2: Uses PS_SCALER_EN to check if scaler is enabled. Tracked-on: projectacrn/acrn-hypervisor#1188 Signed-off-by: Min He <[email protected]> Signed-off-by: Fei Jiang <[email protected]> Reviewed-by: Zhao Yakui <[email protected]>
yakuizhao
pushed a commit
to projectacrn/acrn-kernel
that referenced
this issue
Sep 18, 2018
When GVT-g guest tries to disable a scaler, it will write 0 to PS_CTRL register. However, in such case, GVT-g PS MMIO handler will not allow this value to be written to the HW, which will cause scaler cannot be disabled. This patch fixed the issue mentioned above. V2: Uses PS_SCALER_EN to check if scaler is enabled. Tracked-on: projectacrn/acrn-hypervisor#1188 Signed-off-by: Min He <[email protected]> Signed-off-by: Fei Jiang <[email protected]> Reviewed-by: Zhao Yakui <[email protected]>
External bug closed |
Cannot reproduce this issue in 2226 AaaG build, please help to close it,thanks! |
AaaG build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Kernel Version / Android Version 4.14.61-quilt-2e5dc0ac-g2692c1627a96 / 9
SBL IFWI Version SBL_APL_ACRN_1_0_2_127
IOC Version 4. 0. 2
SOS Kernel Version 4.14.61-78.pk414-sos #1 SMP PREEMPT Fri Aug 10
SOS Version Installed version: 24400
Hypervisor version HV version 0.2-unstable-2018-08-10
*Reproduced steps:
Step 1, Boot UOS
Step 2, Open gallery
Step 3, Select one Video file and play it
Step 4, Pause/Play the Video
*Expected Results:
Step 4, Video should play well
*Actual Results:
step 4, Black screen will be showed about 4s
video type : h263,h264,mp4,vp8,vp9
Note:
1, Mouse and touch can reproduce.
The text was updated successfully, but these errors were encountered: