Hi
Currently we're developing on imx8mp with a panel which is 800 * 1280, trying to rotate it from portrait to landscape.
After found patches from NXP community(Android 10 - i.MX8MMini - g2d rotation issue) and integrated the workaround into our code base, the layout is rotated to landscape successfully. But the icons of screen are deformed, it seems like "g2d rotation issue".
Here is my test environment and settings.
- i.Max8mp evk
- Android 11.0.0_2.6.0
- MIPI (LCD 800*1280)
- 8MM-Android-rotation.zip
- SF_PRIMARY_DISPLAY_ORIENTATION := 90
- SOONG_CONFIG_IMXPLUGIN_SF_PRIMARY_DISPLAY_ORIENTATION = 90
I'm wondering that the workaround is effective on Android11? Because I found someone fix the rotation issue by using the same patches, which is based on Android10(imx8mq android rotate 90 video play ).
this should be available for android 11, you can try it, if have any issue about this, pls let me know it