]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (9721): cx18: Change to singlethreaded global work queue thread for deferable...
authorAndy Walls <awalls@radix.net>
Sun, 16 Nov 2008 20:15:01 +0000 (17:15 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 30 Dec 2008 11:38:08 +0000 (09:38 -0200)
commit6c54581d00108e0b5a0cb354580b7d9de4d51135
tree761c2ec7a83df283680636cf264528c2c9ea8cf6
parent6ef6574e4b3df03473bcefd3abe986a0bff8625b
V4L/DVB (9721): cx18: Change to singlethreaded global work queue thread for deferable work

Change to singlethreaded global work queue thread for deferable work,
instead of the kernel default multithreaded work queue.  This ensures
execution of deferable work is always in the proper order, so caputred buffers
don't get reordered.

Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx18/cx18-driver.c
drivers/media/video/cx18/cx18-driver.h
drivers/media/video/cx18/cx18-mailbox.c