aboutsummaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorArchit Taneja <archit@ti.com>2011-05-16 15:17:07 +0530
committerTomi Valkeinen <tomi.valkeinen@ti.com>2011-05-16 13:31:09 +0300
commit49dbf5892fc67466ac2780c1d42d8a02726f5538 (patch)
tree2ba86202292057550cd8b3e12a1b9de5149b8ddb /include/video
parentb6cbb02ed0b834c6e1f876e9223736965795fd3d (diff)
OMAP: DSS2: DSI: Use system workqueue for delayed work instead of a private workqueue
In the previous DSI driver design, a private workqueue was needed to prevent a deadlock as explained in the commit : 0f16aa0ae6b84d7ae72fbe8999e6a94cb78edd4e . In the current design, the workqueue is only used for queueing delayed work in the case where we don't get a FRAMEDONE interrupt for 250 milliseconds. It is safe to remove the private workqueue amd use the system workqueue instead to schedule the delayed work with the new design where the deadlock can't occur. Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
0 files changed, 0 insertions, 0 deletions