summaryrefslogtreecommitdiff
path: root/drivers/media/platform/amphion
AgeCommit message (Expand)AuthorFilesLines
2023-04-11media: vpu_drv: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-11media: vpu_core: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-10media: amphion: support to decode RealVideo videoMing Qian3-0/+38
2023-04-10media: amphion: support to decode sorenson spark videoMing Qian2-0/+25
2023-03-20media: amphion: decoder implement display delay enableMing Qian3-2/+37
2023-02-08media: amphion: correct the unspecified color spaceMing Qian1-3/+3
2023-02-06media: amphion: remove redundant check of colorspace in venc_s_fmtMing Qian1-14/+4
2022-11-25media: amphion: lock and check m2m_ctx in event handlerMing Qian2-2/+8
2022-11-25media: amphion: cancel vpu before release instanceMing Qian1-4/+7
2022-11-25media: amphion: try to wakeup vpu core to avoid failureMing Qian4-4/+38
2022-11-25media: amphion: encoder add support for contiguous planesMing Qian1-0/+8
2022-11-25media: amphion: decoder add support for contiguous planesMing Qian1-0/+16
2022-11-25media: amphion: tell and handle contiguous and non contiguous formatMing Qian10-165/+297
2022-11-25media: amphion: Fix error handling in vpu_driver_init()Yuan Can1-1/+5
2022-11-25media: amphion: apply vb2_queue_error instead of setting manuallyMing Qian1-9/+2
2022-11-25media: amphion: add lock around vdec_g_fmtMing Qian1-0/+2
2022-10-24media: amphion: reset instance if it's aborted before codec header parsedMing Qian1-3/+10
2022-09-24media: amphion: release m2m ctx when releasing vpu instanceMing Qian1-7/+4
2022-08-30media: amphion: fix a bug that vpu core may not resume after suspendMing Qian4-44/+51
2022-08-30media: amphion: don't change the colorspace reported by decoder.Ming Qian1-8/+8
2022-08-30media: amphion: adjust the encoder's value range of gop sizeMing Qian1-1/+1
2022-08-30media: amphion: insert picture startcode after seek for vc1g formatMing Qian1-1/+1
2022-07-08media: amphion: only insert the first sequence startcode for vc1l formatMing Qian4-2/+10
2022-07-08media: amphion: sync buffer status with firmware during abortMing Qian1-0/+9
2022-07-08media: amphion: defer setting last_buffer_dequeued until resolution changes a...Ming Qian2-15/+23
2022-07-08media: amphion: release core lock before reset vpu coreMing Qian1-1/+6
2022-06-27media: amphion: output firmware error messageMing Qian1-1/+6
2022-06-20media: amphion: delete unnecessary NULL checkZiyang Xuan3-6/+3
2022-06-20media: amphion: Replace zero-length array with flexible-array memberKees Cook1-1/+1
2022-06-20media: amphion: return error if format is unsupported by vpuMing Qian2-2/+6
2022-06-20media: amphion: vdec check format in enum_fmtMing Qian3-1/+18
2022-06-20media: amphion: support for reloading moduleMing Qian1-7/+4
2022-05-13media: amphion: G/S_PARM only for encoder's output queueMing Qian1-0/+6
2022-05-13media: amphion: wake up when error occursMing Qian1-4/+4
2022-05-13media: amphion: ensure the buffer count is not less than min_bufferMing Qian1-0/+4
2022-05-13media: amphion: no need to check return value of debugfs_create functionsLv Ruyi1-12/+0
2022-05-13media: amphion: free ctrl handler if error is set and return errorMing Qian2-0/+12
2022-05-13media: amphion: handle picture skipped eventMing Qian3-1/+11
2022-05-13media: amphion: encoder copy timestamp from output to captureMing Qian1-31/+16
2022-05-13media: amphion: decoder copy timestamp from output to captureMing Qian4-50/+87
2022-04-24media: amphion: fix decoder's interlaced fieldMing Qian1-1/+1
2022-03-18media: amphion: cleanup media device if register it failMing Qian1-2/+9
2022-03-18media: amphion: fix some issues to improve robustMing Qian11-43/+78
2022-03-18media: amphion: fix some error related with undefined reference to __divdi3Ming Qian5-60/+19
2022-03-18media: amphion: fix an issue that using pm_runtime_get_sync incorrectlyMing Qian3-11/+5
2022-03-18media: amphion: Add missing of_node_put() in vpu_core_parse_dt()Xiongfeng Wang1-0/+8
2022-03-18media: platform: amphion: Fix build error without MAILBOXYueHaibing1-1/+1
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+0
2022-03-18media: platform: Create vendor/{Makefile,Kconfig} filesMauro Carvalho Chehab1-0/+3
2022-03-14media: platform: amphion: move config to its own fileMauro Carvalho Chehab1-0/+20