commit | 62cae7a53d57b06fd56f55ca51aa58c71b51cebe | [log] [tgz] |
---|---|---|
author | Kuogee Hsieh <khsieh@codeaurora.org> | Mon May 13 11:39:54 2013 -0700 |
committer | Kuogee Hsieh <khsieh@codeaurora.org> | Wed Jun 05 10:49:13 2013 -0700 |
tree | dff023b3d944fc7f9904c429534cd7b0bf4fad8c | |
parent | 4fcb5c97be5fa92b9af2283a96d9201d69754c8d [diff] |
mdss: display: send multiple dcs commands with one transmission Packing consecutive dcs commands into one single buffer if their dcs header's "last" flag byte is not set. The packing process will stop after packing first dcs command with "last" flag byte set. Therefore multiple dcs commands can be send to panel with one transmission. CRs-Fixed: 486748 Change-Id: I76d2a043788638579a62a7f949309f049fc999d7 Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>