Hi everyone I wanna try to decreasing screen resolution in kernel from native 800*480 to new 400_240, and I almost do this, you can see about it here, and take a look to commits: https://github.com/RomzesRover/kernel-drivers-video-msm
but Iam still have one bug when drawing some animation on new layer or something else the image doesn't scale up to 800*480 and it looks like an bliking small images in the screen. I understand there is only one way to set up the final image, and it * mdp_ppp_blit(mdp_ppp.c) *and set scale with help of *mdp_set_scale(mdp_ppp_v31.c) *and I know that this functions calls by *msm_fb.c*, so I check all variable and I see by logs that scale works fine on all frames, but not so far.. so can anyone help me ? regards. -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
