summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/amphion
Commit message (Expand)AuthorAgeFilesLines
* media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-131-2/+2
* media: amphion: remove mutext lock in condition of wait_eventMing Qian2023-12-133-20/+12
* media: amphion: Fix VPU core alias nameAlexander Stein2023-11-231-1/+1
* media: amphion: Stop direct calls to queue num_buffers fieldBenjamin Gaignard2023-11-232-6/+6
* media: amphion: Use vb2_get_buffer() instead of directly access to buffers arrayBenjamin Gaignard2023-11-231-4/+18
* media: amphion: handle firmware debug messageMing Qian2023-10-074-5/+29
* media: amphion: ensure the bitops don't cross boundariesMing Qian2023-07-251-0/+2
* media: amphion: fix UNUSED_VALUE issue reported by coverityMing Qian2023-07-251-1/+1
* media: amphion: fix UNINIT issues reported by coverityMing Qian2023-07-251-6/+6
* media: amphion: fix REVERSE_INULL issues reported by coverityMing Qian2023-07-251-2/+4
* media: amphion: fix CHECKED_RETURN issues reported by coverityMing Qian2023-07-253-4/+15
* media: amphion: decoder support display delay for all formatsMing Qian2023-07-251-3/+22
* media: amphion: add helper function to get id nameMing Qian2023-07-256-13/+79
* media: amphion: reinit vpu if reqbufs output 0Ming Qian2023-07-252-3/+6
* media: Explicitly include correct DT includesRob Herring2023-07-197-13/+3
* media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne2023-07-141-2/+2
* media: amphion: use dev_err_probeAlexander Stein2023-07-141-5/+4
* Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2023-07-055-8/+22
|\
| * media: amphion: initiate a drain of the capture queue in dynamic resolution c...Ming Qian2023-05-254-8/+10
| * media: amphion: drop repeated codec data for vc1g formatMing Qian2023-05-251-0/+10
| * media: amphion: drop repeated codec data for vc1l formatMing Qian2023-05-251-0/+2
* | media: amphion: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-232-2/+2
|/
* media: vpu_drv: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: vpu_core: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* media: amphion: support to decode RealVideo videoMing Qian2023-04-103-0/+38
* media: amphion: support to decode sorenson spark videoMing Qian2023-04-102-0/+25
* media: amphion: decoder implement display delay enableMing Qian2023-03-193-2/+37
* media: amphion: correct the unspecified color spaceMing Qian2023-02-081-3/+3
* media: amphion: remove redundant check of colorspace in venc_s_fmtMing Qian2023-02-061-14/+4
* media: amphion: lock and check m2m_ctx in event handlerMing Qian2022-11-252-2/+8
* media: amphion: cancel vpu before release instanceMing Qian2022-11-251-4/+7
* media: amphion: try to wakeup vpu core to avoid failureMing Qian2022-11-254-4/+38
* media: amphion: encoder add support for contiguous planesMing Qian2022-11-251-0/+8
* media: amphion: decoder add support for contiguous planesMing Qian2022-11-251-0/+16
* media: amphion: tell and handle contiguous and non contiguous formatMing Qian2022-11-2510-165/+297
* media: amphion: Fix error handling in vpu_driver_init()Yuan Can2022-11-251-1/+5
* media: amphion: apply vb2_queue_error instead of setting manuallyMing Qian2022-11-251-9/+2
* media: amphion: add lock around vdec_g_fmtMing Qian2022-11-251-0/+2
* media: amphion: reset instance if it's aborted before codec header parsedMing Qian2022-10-241-3/+10
* media: amphion: release m2m ctx when releasing vpu instanceMing Qian2022-09-241-7/+4
* media: amphion: fix a bug that vpu core may not resume after suspendMing Qian2022-08-304-44/+51
* media: amphion: don't change the colorspace reported by decoder.Ming Qian2022-08-301-8/+8
* media: amphion: adjust the encoder's value range of gop sizeMing Qian2022-08-301-1/+1
* media: amphion: insert picture startcode after seek for vc1g formatMing Qian2022-08-301-1/+1
* media: amphion: only insert the first sequence startcode for vc1l formatMing Qian2022-07-084-2/+10
* media: amphion: sync buffer status with firmware during abortMing Qian2022-07-081-0/+9
* media: amphion: defer setting last_buffer_dequeued until resolution changes a...Ming Qian2022-07-082-15/+23
* media: amphion: release core lock before reset vpu coreMing Qian2022-07-081-1/+6
* media: amphion: output firmware error messageMing Qian2022-06-271-1/+6
* media: amphion: delete unnecessary NULL checkZiyang Xuan2022-06-203-6/+3