Hi,

I had a little query. We check for TX FIFO not full before
sending a short packet in dsi_vc_send_short(), but we
don't have a similar check in dsi_vc_send_long() before
writing to the long packet header.

There is a check of the static fifo size of the channel and
the length of data we are pushing, but that does not reflect
the state of the TX FIFO at that point of time.

Do you think we should have a check using DSI_TX_FIFO_VC_EMPTINESS
before writing to the long packet header?

Thanks,

Archit


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to