Here According To Datasheet And Reference Manual The New Follower Of I.MX Series Processor I.MX8X Is Designed Without IPU Which Is Built-In In Previous Series I.MX6 Processor. My Questions Is How To Rotate 90 / 180 Degree For Target Display In Wanted Orientation? Is Here Also Contain FRAMEBUFFER.C In BSP For Doing That?
Hi Igor,
Is the patch available for I.MX8M Plus? Can you share the patch with me?
Thank you.
Regards,
whale
Hi everyone
If anyone use imx8x and yocto and need display rotation (or flip), here is my solution: Screen rotate feature has Display controller (DC) DPR block. In register Frame Control 0 (FRAME_CTRL0 offset 0x70) you can find flip and rotate settings.
To change screen direction, edit driver in kernel source: drivers/gpu/imx/imx8_dprc.c. There is the register definition (#define FRAME_CTRL0 0x70). If you use ctrl+f you can find where is written to it:
dprc_write(dprc, PITCH(stride), FRAME_CTRL0);
Modify it and you can see screen rotation. I use:
stride_tmp = PITCH(stride) | VFLIP_EN | HFLIP_EN;
... and It works!
hi igorpadykov . I met the same issue on the imx8m mini platform, will you please send me a copy of the patch?
thanks !!!
patch was for i.MX8QXP, it will not work on i.MX8M Mini.
Best regards
igor
Hi Igor,
Is the patch available for I.MX8M Plus? Can you share the patch with me?
Thank you.
Regards,
Tee
BoardConfig.mk
SF_PRIMARY_DISPLAY_ORIENTATION := 90
Hi Bright
rotation patch was sent via mail.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Igor,
Could you please share the patch for I.MX8M Plus with me?
Thank you.
Regards,
Kalra
Hi,
did you get the patch?
If yes, could yo please send it me?
Kind regards
Hello Igor
I'm facing problem with display rotation on imx8x. Please can you send me the patch.
Thank you
Dear igorpadykov
Would you please send me the patch? I also want to rotate screen on imx8mm and imx8mq.
Tks!
Hi @igorpadykov ,
Would you please send me the patch? I also want to rotate screen on imx8mm.
Hello,
Is this patch still available? We also need to rotate the LVDS display 180 degrees in our i.MX8X project.
Please send the patch. @igorpadykov
Is it still possible to get this patch?
Hi, igorpadykov
would you send me the patch?i have the same problem,thank you so much!
We also need the patch.igorpadykov We want to rotate the screen in linux without gpu.
Dear igorpadykov :
I met the same issue on the imx8x platform, will you please send me a copy of the patch? Thank you.
Jack Huang
Hi Igor,
Can you also please send me the rotation patch.
Thank you,
Wayne
Hello, Igor
I met the same issue on the imx8m mini platform, will you please send me a copy of the patch?
thanks a lot.
Best regards
frank
Did you get the patch for the imx8mm?