summaryrefslogtreecommitdiff
path: root/drivers/media/platform/coda/coda-common.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-09media: coda: Add more H264 levels for CODA960Nicolas Dufresne1-3/+6
2022-06-09media: coda: Fix reported H264 profileNicolas Dufresne1-3/+3
2022-06-09media: coda: limit frame interval enumeration to supported encoder frame sizesPhilipp Zabel1-6/+14
2022-04-08media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin1-0/+1
2022-01-27media: coda: fix CODA960 JPEG encoder buffer overflowPhilipp Zabel1-3/+5
2020-09-27media: coda: Fix runtime PM imbalance in coda_probeDinghao Liu1-0/+2
2020-09-01media: coda: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-5/+0
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-5/+5
2020-06-23media: coda: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-04-21media: coda: add RC enable controlsPhilipp Zabel1-0/+10
2020-04-14media: coda: lock capture queue wakeup against decoder stop commandPhilipp Zabel1-0/+3
2020-04-14media: coda: mark last capture bufferPhilipp Zabel1-3/+32
2020-04-14media: coda: split marking last meta into helper functionPhilipp Zabel1-14/+22
2020-04-14media: coda: jpeg: add CODA960 JPEG decoder supportPhilipp Zabel1-7/+108
2020-04-14media: coda: round up decoded buffer size for all codecsPhilipp Zabel1-2/+2
2020-02-24media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-12-16media: coda: remove redundant platform_get_irq error messagePhilipp Zabel1-3/+1
2019-12-16media: coda: jpeg: add CODA960 JPEG encoder supportPhilipp Zabel1-2/+37
2019-12-16media: coda: do not skip finish_run if abortingPhilipp Zabel1-1/+1
2019-11-10media: coda: disable decoder crop selectionsPhilipp Zabel1-1/+2
2019-11-10media: coda: disable encoder compose selectionsPhilipp Zabel1-1/+2
2019-11-09media: coda: drop unused irqlockPhilipp Zabel1-2/+0
2019-11-05media: coda: request to skip kernel mapping for decoded buffersLucas Stach1-0/+1
2019-11-05media: coda: fix deadlock between decoder picture run and start commandPhilipp Zabel1-2/+2
2019-07-22media: coda: set device_caps in struct video_deviceHans Verkuil1-3/+1
2019-06-24media: coda: encoder parameter change supportPhilipp Zabel1-0/+7
2019-06-24media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel1-18/+15
2019-06-24media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel1-7/+37
2019-06-24media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel1-5/+14
2019-06-24media: coda: only wake up capture queue if no pending buffers to encodePhilipp Zabel1-8/+9
2019-06-24media: coda: retire coda_buf_is_end_of_streamPhilipp Zabel1-11/+1
2019-06-24media: coda: mark the last output buffer on encoder stop commandPhilipp Zabel1-0/+5
2019-06-24media: coda: only set the stream end flags if there are no more pending outpu...Philipp Zabel1-8/+12
2019-06-24media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel1-0/+6
2019-06-24media: coda: allow flagging last output buffer internallyPhilipp Zabel1-1/+19
2019-06-24media: coda: flush bitstream ring buffer on decoder restartPhilipp Zabel1-0/+7
2019-06-24media: coda: do not enforce 512-byte initial bitstream payload on CODA960Philipp Zabel1-1/+3
2019-06-24media: coda: implement decoder source change eventPhilipp Zabel1-0/+20
2019-06-24media: coda: add sequence initialization workPhilipp Zabel1-0/+24
2019-06-24media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumedMarco Felsch1-0/+6
2019-06-24media: coda: add coda_wake_up_capture_queuePhilipp Zabel1-7/+13
2019-06-24media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch1-0/+2
2019-06-24media: coda: use mem2mem try_en/decoder_cmd helpersPhilipp Zabel1-17/+2
2019-06-24media: coda: implement CMD_START to restart decodingMichael Tretter1-4/+17
2019-06-22media: coda: Use devm_platform_ioremap_resource()Fabio Estevam1-3/+1
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29media: coda: add decoder MPEG-2 profile and level controlsPhilipp Zabel1-0/+25
2019-05-29media: coda: add decoder MPEG-4 profile and level controlsPhilipp Zabel1-0/+23
2019-05-28media: coda: Replace the threaded interrupt with a hard interruptEzequiel Garcia1-2/+2