[android-porting] Where does Android get the screen info from linux device driver in TI OMAP3630?

2010-10-14 Thread Sean
Hi there, The Android official site says the screen info is got by calling ioctl "FBIOGET_FSCREENINFO ". But I tried to output a message in do_fb_ioctl of fbmem.c in linux driver,but seems like not getting screen info from here. I would like to have Android redraw its framework,because I chan

Re: [android-porting] Where does Android get the screen info from linux device driver in TI OMAP3630?

2010-10-19 Thread Deva R
its via FBIOGET_VSCREENINFO ioctl cll [repost from http://groups.google.com/group/android-porting/browse_thread/thread/b0273e7d2e9ccf8a ] Android queries fb info via FBIOGET_VSCREENINFO ioctl call., and processe