aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-26V4L/DVB (13904): cx18: Fix TS and IDX stream buffer memory leak on module unloadAndy Walls1-0/+3
2009-12-05V4L/DVB (13433): cx18: Remove duplicate list traversal when processing incoming MDLsAndy Walls1-19/+8
2009-12-05V4L/DVB (13431): cx18: Adjust an MDL's final buffer size to force encoder transfer sizeAndy Walls1-3/+18
2009-12-05V4L/DVB (13430): cx18: Fix YUV capture so that encoder passes a single frame per transferAndy Walls1-2/+4
2009-12-05V4L/DVB (13429): cx18: Add Memory Descriptor List (MDL) layer to buffer handlingAndy Walls1-67/+249
2009-12-05V4L/DVB (13428): cx18: Rename mdl_offset to mdl_base_idx or free_mdl_idx as appropriateAndy Walls1-3/+3
2009-12-05V4L/DVB (13427): cx18: Rename struct cx18_queue.buffers to struct cx18_queue.depthAndy Walls1-8/+8
2009-12-05V4L/DVB (13426): cx18: Rename struct cx18_mdl to struct cx18_mdl_entAndy Walls1-1/+1
2009-06-16V4L/DVB (11619): cx18: Simplify the work handler for outgoing mailbox commandsAndy Walls1-1/+1
2009-06-16V4L/DVB (11618): cx18: Convert per stream mutex locks to per queue spin locksAndy Walls1-33/+50
2009-03-30V4L/DVB (10280): cx18: Rename structure members: dev to pci_dev and v4l2dev to video_devAndy Walls1-2/+2
2008-12-30V4L/DVB (9893): cx18: Convert some list manipulations to emphasize entries not listsAndy Walls1-8/+6
2008-12-30V4L/DVB (9891): cx18 Replace magic number 63 with CX18_MAX_FW_MDLS_PER_STREAMAndy Walls1-2/+3
2008-12-30V4L/DVB (9804): cx18: Avoid making firmware API calls with the queue lock heldAndy Walls1-7/+6
2008-12-30V4L/DVB (9801): cx18: Allow more than 63 capture buffers in rotation per streamAndy Walls1-27/+29
2008-12-30V4L/DVB (9800): cx18: Eliminate q_io from stream buffer handlingAndy Walls1-4/+6
2008-12-30V4L/DVB (9728): cx18: Copyright attribution update for files modified by awallsAndy Walls1-0/+1
2008-12-30V4L/DVB (9726): cx18: Restore buffers that have fallen out of the transfer rotationAndy Walls1-14/+45
2008-12-30V4L/DVB (9722): cx18: Convert per stream queue spinlocks into mutexesAndy Walls1-14/+9
2008-12-30V4L/DVB (9720): cx18: Major rewrite of interrupt handling for incoming mailbox processingAndy Walls1-9/+16
2008-11-11V4L/DVB (9516): cx18: Move DVB buffer transfer handling from irq handler to work_queueAndy Walls1-8/+6
2008-10-12V4L/DVB (8914): cx18: Throttle mmio to/from the CX23418 so boards work in older systemsAndy Walls1-2/+0
2008-10-12V4L/DVB (8913): cx18: Create cx18_ specific wrappers for all pci mmio accessesors.Andy Walls1-0/+2
2008-10-12V4L/DVB (8772): cx18: Convert cx18_queue buffers member to atomic_tAndy Walls1-6/+6
2008-10-12V4L/DVB (8771): cx18: Remove redundant struct cx18_queue length member.Andy Walls1-6/+0
2008-09-03V4L/DVB (8769): cx18: Simplify queue flush logic to prevent oops in cx18_flush_queues()Andy Walls1-83/+15
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-4/+4
2008-09-03V4L/DVB (8701): cx18: Add missing lock for when the irq handler manipulates the queuesAndy Walls1-10/+13
2008-05-14V4L/DVB (7856): cx18/: possible cleanupsAdrian Bunk1-13/+3
2008-05-14V4L/DVB (7854): cx18/ivtv: improve and fix out-of-memory handlingHans Verkuil1-3/+3
2008-04-29V4L/DVB (7786): cx18: new driver for the Conexant CX23418 MPEG encoder chipHans Verkuil1-0/+282