dynamically change configuration when adjust Overscan or Aspect ratio patch in single hdmi case on ICS imx6x platform.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

dynamically change configuration when adjust Overscan or Aspect ratio patch in single hdmi case on ICS imx6x platform.

1,233件の閲覧回数
Ivan_liu
NXP Employee
NXP Employee

android version: ICS

hardware platform: imx6x

 

it is caused by screen rotation animation.

when change system configuration, it will introduce screen rotation animation.

changing resolution/over scan/color depth is implemented by GPU 2D.

but screen rotation animation is implemented by GPU 3D.

So, when do screen rotation animation, it will call GPU 3D to draw full screen.

The solution is to disable screen rotation animation for single HDMI display.

single HDMI should not have screen rotation animation, because it keep showing landscape and does

not response to screen rotation.

 

the attachment of disable_screen_rotation_animation.patch is the patch to do this.

it is for single HDMI product.

it is should be applied to frameworks/base.git.

 

Original Attachment has been moved to: disable_screen_rotation_animation.patch.zip

ラベル(5)
0 件の賞賛
返信
0 返答(返信)