Hello to all.

I would like to ask how the framebuffer rotation can be maked to work.

In the Kernel File mdp_ppp.c the framebuffer rotation exist but i dont
know how to enbled it or better how to tell the kernel to do it.

http://android.git.kernel.org/?p=kernel/msm.git;a=blob_plain;f=drivers/video/msm/mdp_ppp.c;hb=HEAD

static void blit_rotate(struct mdp_blit_req *req,
                        struct mdp_regs *regs)
.....
if (req->flags & MDP_FLIP_UD) {
                regs->op |= PPP_OP_FLIP_UD;
                rotate_dst_addr_y(req, regs);

Thanks in advance for the Help.

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel
-~----------~----~----~----~------~----~------~--~---

Reply via email to