Commit Graph

2 Commits

Author SHA1 Message Date
Hamad Kadmany f01de74daf media: dvb: mpq: Use kthread instead of workqueue
demux used single-threaded workqueue to process TS packets
notified from the HW. Workqueue implementation was changed
so that all work scheduled to workqueues are submitted
to same kworker threads, this result on having TS packet
processing not to be done on demux own thread and compete
with other work scheduled by other drivers. Moved to separate
thread dedicated only for demux.

Change-Id: I37bcfacc54ec998d3fb7daa9768bc1966574aa7a
Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org>
2013-09-04 15:39:41 -07:00
Hamad Kadmany ed7dba7abd media: dvb: Add MPQ documentation
Added text file which describes MPQ DVB adapter implementation
and the extensions made for linux DVB core

Change-Id: I50df66a8bec52c224dd00be205ffc022c4d1f13a
Signed-off-by: Hamad Kadmany <hkadmany@codeaurora.org>
2013-09-04 14:53:26 -07:00