summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda/coda-common.c
Commit message (Expand)AuthorAgeFilesLines
* media: coda: remove redundant platform_get_irq error messagePhilipp Zabel2019-12-161-3/+1
* media: coda: jpeg: add CODA960 JPEG encoder supportPhilipp Zabel2019-12-161-2/+37
* media: coda: do not skip finish_run if abortingPhilipp Zabel2019-12-161-1/+1
* media: coda: disable decoder crop selectionsPhilipp Zabel2019-11-101-1/+2
* media: coda: disable encoder compose selectionsPhilipp Zabel2019-11-101-1/+2
* media: coda: drop unused irqlockPhilipp Zabel2019-11-091-2/+0
* media: coda: request to skip kernel mapping for decoded buffersLucas Stach2019-11-051-0/+1
* media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel2019-11-051-2/+2
* media: coda: set device_caps in struct video_deviceHans Verkuil2019-07-221-3/+1
* media: coda: encoder parameter change supportPhilipp Zabel2019-06-241-0/+7
* media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel2019-06-241-18/+15
* media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel2019-06-241-7/+37
* media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel2019-06-241-5/+14
* media: coda: only wake up capture queue if no pending buffers to encodePhilipp Zabel2019-06-241-8/+9
* media: coda: retire coda_buf_is_end_of_streamPhilipp Zabel2019-06-241-11/+1
* media: coda: mark the last output buffer on encoder stop commandPhilipp Zabel2019-06-241-0/+5
* media: coda: only set the stream end flags if there are no more pending outpu...Philipp Zabel2019-06-241-8/+12
* media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel2019-06-241-0/+6
* media: coda: allow flagging last output buffer internallyPhilipp Zabel2019-06-241-1/+19
* media: coda: flush bitstream ring buffer on decoder restartPhilipp Zabel2019-06-241-0/+7
* media: coda: do not enforce 512-byte initial bitstream payload on CODA960Philipp Zabel2019-06-241-1/+3
* media: coda: implement decoder source change eventPhilipp Zabel2019-06-241-0/+20
* media: coda: add sequence initialization workPhilipp Zabel2019-06-241-0/+24
* media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumedMarco Felsch2019-06-241-0/+6
* media: coda: add coda_wake_up_capture_queuePhilipp Zabel2019-06-241-7/+13
* media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch2019-06-241-0/+2
* media: coda: use mem2mem try_en/decoder_cmd helpersPhilipp Zabel2019-06-241-17/+2
* media: coda: implement CMD_START to restart decodingMichael Tretter2019-06-241-4/+17
* media: coda: Use devm_platform_ioremap_resource()Fabio Estevam2019-06-211-3/+1
* Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab2019-06-111-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | media: coda: add decoder MPEG-2 profile and level controlsPhilipp Zabel2019-05-291-0/+25
* | media: coda: add decoder MPEG-4 profile and level controlsPhilipp Zabel2019-05-291-0/+23
* | media: coda: Replace the threaded interrupt with a hard interruptEzequiel Garcia2019-05-281-2/+2
* | media: coda: Print a nicer device registered messageEzequiel Garcia2019-05-281-4/+9
* | media: coda/venus/s5p_mfc: fix control typoHans Verkuil2019-05-281-1/+1
* | media: coda: update profile and level controls after sequence initializationPhilipp Zabel2019-05-211-27/+39
* | media: coda: add menu strings to s_ctrl debug outputPhilipp Zabel2019-05-211-2/+7
* | media: coda: demote s_ctrl debug messages to level 2Philipp Zabel2019-05-211-1/+1
* | media: coda: move job ready message to coda_debug level 2Philipp Zabel2019-05-211-1/+1
* | media: coda: move register debugging to coda_debug level 3Philipp Zabel2019-05-211-2/+2
|/
* media: coda: fix unset field and fail on invalid field in buf_preparePhilipp Zabel2019-05-081-0/+10
* media: coda: throw error on create_bufs with too small sizePhilipp Zabel2019-04-221-0/+3
* media: coda: allow encoder to set colorimetry on the output queuePhilipp Zabel2019-04-221-5/+5
* media: coda: implement encoder frame size enumerationPhilipp Zabel2019-04-221-0/+37
* media: coda: disable encoder command on decoder and vice versaPhilipp Zabel2019-04-221-8/+10
* media: coda: add min number of buffers controlsPhilipp Zabel2019-04-221-0/+6
* media: coda: remove mask from decoder h.264 level controlPhilipp Zabel2019-04-221-18/+4
* media: coda: set codec earlierPhilipp Zabel2019-04-221-8/+20
* media: coda: use macroblock tiling on CODA960 onlyPhilipp Zabel2019-01-211-1/+1
OpenPOWER on IntegriCloud