Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.2
-
None
-
OMAP3 EVM
compiled with Code Sourcery G++
-
3b68918cf1754a915b0c3
Description
When running on OMAP3 EVM with "-display powervr" and VRBF is enabled for rotation, the display screen does not look right.
For your information, found a soution to this problem:
in pvrqwsdrawable.c
the line
stride = var.xres * bytesPerPixel;
should be replaced with
stride = fix.line_length;