summaryrefslogtreecommitdiff
path: root/drivers/media/platform/amphion
Commit message (Expand)AuthorAgeFilesLines
* 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
* media: amphion: Replace zero-length array with flexible-array memberKees Cook2022-06-201-1/+1
* media: amphion: return error if format is unsupported by vpuMing Qian2022-06-202-2/+6
* media: amphion: vdec check format in enum_fmtMing Qian2022-06-203-1/+18
* media: amphion: support for reloading moduleMing Qian2022-06-201-7/+4
* media: amphion: G/S_PARM only for encoder's output queueMing Qian2022-05-131-0/+6
* media: amphion: wake up when error occursMing Qian2022-05-131-4/+4
* media: amphion: ensure the buffer count is not less than min_bufferMing Qian2022-05-131-0/+4
* media: amphion: no need to check return value of debugfs_create functionsLv Ruyi2022-05-131-12/+0
* media: amphion: free ctrl handler if error is set and return errorMing Qian2022-05-132-0/+12
* media: amphion: handle picture skipped eventMing Qian2022-05-133-1/+11
* media: amphion: encoder copy timestamp from output to captureMing Qian2022-05-131-31/+16
* media: amphion: decoder copy timestamp from output to captureMing Qian2022-05-134-50/+87
* media: amphion: fix decoder's interlaced fieldMing Qian2022-04-241-1/+1
* media: amphion: cleanup media device if register it failMing Qian2022-03-181-2/+9
* media: amphion: fix some issues to improve robustMing Qian2022-03-1811-43/+78
* media: amphion: fix some error related with undefined reference to __divdi3Ming Qian2022-03-185-60/+19
* media: amphion: fix an issue that using pm_runtime_get_sync incorrectlyMing Qian2022-03-183-11/+5
* media: amphion: Add missing of_node_put() in vpu_core_parse_dt()Xiongfeng Wang2022-03-181-0/+8
* media: platform: amphion: Fix build error without MAILBOXYueHaibing2022-03-181-1/+1
* media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+0
* media: platform: Create vendor/{Makefile,Kconfig} filesMauro Carvalho Chehab2022-03-181-0/+3
* media: platform: amphion: move config to its own fileMauro Carvalho Chehab2022-03-141-0/+20