summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-22[media] coda: move coda driver into its own directoryPhilipp Zabel1-3999/+0
2014-08-22[media] coda: mark constant structures as suchPhilipp Zabel1-19/+19
2014-08-22[media] coda: default to h.264 decoder on invalid formatsPhilipp Zabel1-1/+7
2014-08-22[media] coda: split format enumeration for encoder end decoder devicePhilipp Zabel1-38/+19
2014-08-22[media] coda: split userspace interface into encoder and decoder devicePhilipp Zabel1-47/+120
2014-08-22[media] coda: lock capture frame size to output frame size when streamingPhilipp Zabel1-0/+3
2014-08-22[media] coda: delay coda_fill_bitstream()Michael Olbrich1-1/+7
2014-08-22[media] coda: use CODA_MAX_FRAME_SIZE everywhereMichael Olbrich1-1/+1
2014-08-22[media] coda: remove VB2_USERPTR from queue io_modesPhilipp Zabel1-2/+2
2014-08-22[media] coda: remove CAPTURE and OUTPUT capsPhilipp Zabel1-7/+1
2014-08-22[media] coda: initialize hardware on pm runtime resume only if firmware avail...Philipp Zabel1-1/+1
2014-08-22[media] coda: fix CODA7541 hardware resetPhilipp Zabel1-7/+10
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