Commit Graph

10 Commits

Author SHA1 Message Date
Ray Zhang 82b08d5396 display: tool: add splash tool for generating logo file
Add logo_gen.py for generating splash logo image, it converts
PNG file to image file proper for flashing splash partition.

Change-Id: I277c18d3352977c53b702d11698fec501ffede42
2015-05-25 22:19:53 -07:00
Casey Piper 96d910aa44 common: display: Update parser with strings in dtsi
In kernel, dtsi is now using strings for several
properties instead of u32 datatypes. Updating
the parser to account for this change.

Change-Id: I9f8236201658a5c857fe9301b4b10cc248751021
2014-02-20 14:11:26 -08:00
Dhaval Patel 8a9e60cc51 display: tool: Fix spacing in auto generated header file
This change only fixes the spaces and comment sections
of auto generated header file.

Change-Id: Ib9cd4169640012c065fb8ecd4fad6706cf1f1d56
2014-02-19 10:59:29 -08:00
Dhaval Patel ea3e100bd4 display: tool: support wait duration after each on command
* Update on/off/rotation command support wait duration

* Fix bug for odd command length processing of 0x5,0x15/0x23
  command types.

Change-Id: I455b9d0e741b03858b580365085b513e05126d6b
2014-02-19 10:59:21 -08:00
Casey Piper b453879f42 common: display: Move reset sequence to panel
Add the reset sequence to the panel header files
and dtsi files and remove it from the platform
files to reflect the kernel/LK changes.

Change-Id: I2aa9620e6b1be97f7239848a71264b959dadc7dc
2013-09-12 16:39:36 -07:00
Casey Piper 4aff6c3a90 common: display: Add additional field support to parser
Add support for panel physical dimension fields to
parser to generate dtsi with those additional fields.

Change-Id: I7de1e9e42efb8ee5bb55298ba58a4db64d88f8ce
2013-09-12 16:39:24 -07:00
Dhaval Patel c86154b481 display: tool: Update parser with correct node information
Panel was probed as seperate device earlier. Dynamic panel
detection is now using panel dtsi as utility API to parse
all display panel property.

*Remove compatible string from panel dtsi becase it is not a
seperate driver.
*Panel DTSI is part of mdss_mdp device node, not soc.

Change-Id: I9f7af0fa4717a5281556a37b094438eb23e46473
2013-09-03 12:18:20 -07:00
Dhaval Patel 6977be9f76 common: display: Script to generate panel and platform dtsi
Parser script parses the XML tags and generates the panel dtsi
and header file. It is also capable of generating display platform
dtsi and header file. Refer example XML file to write a new XML
input file.

Refer README.txt file for more information on parser

Change-Id: Ic78f543df9358d1bd66212c838988bfb725cbc07
2013-08-14 16:33:22 -07:00
Anh Nguyen a732afe7ca Revert "common: display: Script to generate the panel dtsi and header"
This reverts commit 55244a1caf

Change-Id: I012463bfa892a15e76e87be61b4db7ac7db01589
2013-07-27 15:23:32 -07:00
Arpita Banerjee 55244a1caf common: display: Script to generate the panel dtsi and header
Parser script parses the XML tags and generate the panel dtsi
and header file. Refer example XML files to write a new XML
input file.

Refer README.txt for more information on parser

Change-Id: Idd9d026626d1b5cd8921738d2abce7b298d1fbdf
2013-07-25 10:10:18 -07:00