Re: [android-porting] New Display Porting

2018-10-25 Thread Elif Kaplan
By mistake I antwortet via my email not through forum.In order others to benefit i am sending here Tramphong Vu's and my reponses. *Answer by Tranphong Vu on 19th Oct* HI, for your first question. Display = Panel + Display controller + Backlight Module (opt) + Touch screen

Re: [android-porting] New Display Porting

2018-10-23 Thread Elif Kaplan
Thanks for your reply . Would you be kind to answer the first question if you have also hardware background. Because that is the key point.And that is why i ask the second one. SoC has dsi controller , right ? is it not right that ,for instance, an 5" TFT-LCD Display with MIPI DSI interface

Re: [android-porting] New Display Porting

2018-10-23 Thread Elif Kaplan
Hello Chirag , Thanks for the reply. I do not worry ;) and did not expect to hear more (then adding driver and device tree). It means there are still changes , not worry about ;) but i should take care of . Thanks and best regards Elif 19 Ekim 2018 Cuma 20:09:58 UTC+2 tarihinde chirag

Re: [android-porting] New Display Porting

2018-10-19 Thread chirag vaghela
Hello Elif, No need to worry about display controller. You just need to check your display interface with host. and check driver is available. if not then you need to integrate it. port proper display device tree node in dtsi file and create display.dtsi file. same you need to check for touch.

Re: [android-porting] New Display Porting

2018-10-18 Thread Tranphong Vu
Hi. Base on my knowledge I don’t know why you want to port display controller. It fits to snapdragon soc. about touch controller it bases on the peripheral interface that you connect your touch controller to soc. you only need to integrate the touch controller driver to your android bsp. Vào Th

[android-porting] New Display Porting

2018-10-18 Thread Elif Kaplan
Hi All! I am working with Qualcomm Snapdragon820 Board and try to port a new display. My board is APS8096 Dev Board with Android 8.1 on it. There is a Display Porting Guide by Qualcomm however for Snapdragon410. Still very useful, easy to adapt for SnapD.820. Still there are things that make