OSDN Git Service

OMAPDSS: DSI: fix fifosize
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 25 Sep 2013 11:40:06 +0000 (14:40 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 30 Dec 2013 14:14:15 +0000 (16:14 +0200)
commit558c73e26e8fadb4c1438af9d5277b4b3e8b5ba6
treec5840038e7d6708fbf3f75894022694460a21305
parent303e4697e762dc92a40405f4e4b8aac02cd0d70b
OMAPDSS: DSI: fix fifosize

DSI has separate TX and RX fifos. However, the current code only has one
field where the fifo size is stored, and the code for both TX and RX
config write to the same field. This has not caused issues, as we've
been using the same fifo sizes.

Fix this bug by creating separate fields for TX and RX fifo sizes.

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