]> git.baikalelectronics.ru Git - kernel.git/commit
OMAP: DSS2: DSI: Send zero length packet in dsi_vc_send_null()
authorArchit Taneja <archit@ti.com>
Mon, 5 Sep 2011 11:31:08 +0000 (17:01 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 30 Sep 2011 13:16:29 +0000 (16:16 +0300)
commit969ffd06ef25f1fbd7ea95b3da4f32b422716a9f
tree788cc01f73685b86a8b2a4ff5191eb469065b4a6
parentb275d86fca3f9439ebb828f2d042418dc4322156
OMAP: DSS2: DSI: Send zero length packet in dsi_vc_send_null()

dsi_vc_send_null() currently sends a long packet with data type
MIPI_DSI_NULL_PACKET and packet length 4. Modify it to send a zero
length long packet. This leads to sending only the long packet header
and no payload packets and hence the transfer completes faster.

The function can be modified later if there is a need to send null
packets of a non-zero length.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/dsi.c