summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/coda/coda-common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: platform: rename coda/ to chips-media/Mauro Carvalho Chehab2022-03-181-3341/+0
* media: coda: Fix missing put_device() call in coda_get_vdoa_dataMiaoqian Lin2022-01-281-0/+1
* media: coda: fix CODA960 JPEG encoder buffer overflowPhilipp Zabel2021-11-301-3/+5
* media: coda: V4L2_PIX_FMT_GREY for coda960 JPEG EncoderMartin Weber2021-11-191-1/+7
* media: coda: set debugfs blobs to read onlyWolfram Sang2021-06-171-2/+2
* media: coda: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-191-3/+4
* media: coda: fix macroblocks count control usageMarco Felsch2021-04-151-1/+3
* media: coda: Remove unneeded of_match_ptr()Fabio Estevam2021-03-221-1/+1
* media: coda: Convert the driver to DT-onlyFabio Estevam2020-12-031-25/+2
* media: coda: Add a V4L2 user for control error macroblocks countEzequiel Garcia2020-11-161-0/+18
* media: coda: Clarify interrupt registered nameEzequiel Garcia2020-11-161-2/+2
* media: coda: Clarify device registered logEzequiel Garcia2020-11-161-6/+5
* media: coda: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-1/+1
* media: coda: Fix runtime PM imbalance in coda_probeDinghao Liu2020-09-271-0/+2
* media: coda: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2020-09-011-5/+0
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-5/+5
* media: coda: Fix runtime PM imbalance on errorDinghao Liu2020-06-231-3/+2
* media: coda: add RC enable controlsPhilipp Zabel2020-04-211-0/+10
* media: coda: lock capture queue wakeup against decoder stop commandPhilipp Zabel2020-04-141-0/+3
* media: coda: mark last capture bufferPhilipp Zabel2020-04-141-3/+32
* media: coda: split marking last meta into helper functionPhilipp Zabel2020-04-141-14/+22
* media: coda: jpeg: add CODA960 JPEG decoder supportPhilipp Zabel2020-04-141-7/+108
* media: coda: round up decoded buffer size for all codecsPhilipp Zabel2020-04-141-2/+2
* media: media/platform: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
* 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