summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-01[media] coda: fix build error by making reset control optionalPhilipp Zabel1-2/+2
2014-07-26[media] coda: Propagate the correct error on devm_request_threaded_irq()Fabio Estevam1-4/+5
2014-07-26[media] coda: Return the real error on platform_get_irq()Fabio Estevam1-1/+1
2014-07-22[media] coda: store IRAM size in struct coda_devtypePhilipp Zabel1-13/+6
2014-07-22[media] coda: store global temporary buffer size in struct coda_devtypePhilipp Zabel1-13/+8
2014-07-22[media] coda: store per-context work buffer size in struct coda_devtypePhilipp Zabel1-32/+26
2014-07-22[media] coda: export auxiliary buffers via debugfsPhilipp Zabel1-11/+53
2014-07-22[media] coda: increase frame stride to 16 for h.264Philipp Zabel1-2/+2
2014-07-22[media] coda: round up internal frames to multiples of macroblock size for h.264Philipp Zabel1-5/+20
2014-07-22[media] coda: allow odd width, but still round up bytesperlinePhilipp Zabel1-2/+2
2014-07-22[media] coda: add bytesperline to queue dataPhilipp Zabel1-11/+16
2014-07-22[media] coda: add reset control supportPhilipp Zabel1-0/+51
2014-07-22[media] coda: rename prescan_failed to hold and stop stream after timeoutPhilipp Zabel1-7/+9
2014-07-22[media] coda: add sequence counter offsetPhilipp Zabel1-4/+9
2014-07-22[media] coda: alert userspace about macroblock errorsPhilipp Zabel1-5/+9
2014-07-22[media] coda: add decoder timestamp queuePhilipp Zabel1-1/+49
2014-07-22[media] coda: try to schedule a decode run after a stop commandMichael Olbrich1-0/+2
2014-07-22[media] coda: add cyclic intra refresh controlPhilipp Zabel1-1/+8
2014-07-22[media] coda: add h.264 deblocking filter controlsPhilipp Zabel1-1/+32
2014-07-22[media] coda: add h.264 min/max qp controlsPhilipp Zabel1-0/+27
2014-07-22[media] coda: split firmware version check out of coda_hw_initPhilipp Zabel1-5/+37
2014-07-22[media] coda: Add runtime pm supportPhilipp Zabel1-5/+60
2014-07-22[media] coda: use ctx->fh.m2m_ctx instead of ctx->m2m_ctxPhilipp Zabel1-34/+32
2014-07-22[media] coda: Use mem-to-mem ioctl helpersPhilipp Zabel1-99/+14
2014-07-22[media] coda: add workqueue to serialize hardware commandsPhilipp Zabel1-88/+74
2014-07-22[media] coda: add selection API support for h.264 decoderPhilipp Zabel1-0/+94
2014-07-22[media] coda: remove BUG() in get_q_dataPhilipp Zabel1-7/+5
2014-07-22[media] coda: Add encoder/decoder support for CODA960Philipp Zabel1-44/+354
2014-07-21[media] coda: simplify IRAM setupPhilipp Zabel1-101/+74
2014-07-21[media] coda: fix internal framebuffer allocation sizePhilipp Zabel1-2/+2
2014-07-21[media] coda: fix h.264 quantization parameter rangePhilipp Zabel1-2/+2
2014-07-21[media] coda: fix readback of CODA_RET_DEC_SEQ_FRAME_NEEDPhilipp Zabel1-1/+1
2014-07-21[media] coda: fix decoder I/P/B frame detectionPhilipp Zabel1-9/+14
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-2/+0
2014-05-23[media] media: coda: Use full device name for request_irq()Alexander Shiyan1-1/+1
2014-04-23[media] vb2: stop_streaming should return voidHans Verkuil1-3/+1
2014-03-05[media] v4l: Copy timestamp source flags to destination on m2m devicesSakari Ailus1-0/+3
2014-03-05[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flagsSakari Ailus1-2/+2
2013-11-29[media] media_tree: Fix spelling errorsJonathan McCrohan1-1/+1
2013-11-19Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-106/+172
2013-11-13drivers/media/platform/coda.c: use gen_pool_dma_alloc() to allocate iram bufferNicolin Chen1-3/+2
2013-10-28[media] coda: v4l2-compliance fix: zero pixel format priv fieldPhilipp Zabel1-0/+2
2013-10-28[media] coda: v4l2-compliance fix: implement try_decoder_cmdPhilipp Zabel1-8/+20
2013-10-28[media] coda: v4l2-compliance fix: overwrite invalid pixel formats with the c...Philipp Zabel1-16/+56
2013-10-28[media] coda: prefix v4l2_ioctl_ops with coda_ instead of vidioc_Philipp Zabel1-60/+63
2013-10-28[media] coda: use picture type returned from hardwarePhilipp Zabel1-2/+1
2013-10-28[media] coda: move coda_product_name above vidioc_querycapPhilipp Zabel1-16/+19
2013-10-28[media] coda: fix FMO value setting for CodaDx6Philipp Zabel1-3/+1
2013-10-28[media] coda: add compressed flag to format enumeration outputPhilipp Zabel1-0/+2
2013-10-28[media] coda: only set buffered input queue for decoderPhilipp Zabel1-2/+3