aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/amphion (follow)
AgeCommit message (Expand)AuthorFilesLines
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 are processedMing 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
2022-03-07media: amphion: implement malone decoder rpc interfaceMing Qian2-0/+1669
2022-03-07media: amphion: implement windsor encoder rpc interfaceMing Qian2-0/+1206
2022-03-07media: amphion: add v4l2 m2m vpu decoder stateful driverMing Qian1-0/+1691
2022-03-07media: amphion: add v4l2 m2m vpu encoder stateful driverMing Qian1-0/+1358
2022-03-07media: amphion: add vpu v4l2 m2m supportMing Qian5-0/+1437
2022-03-07media: amphion: implement vpu core communication based on mailboxMing Qian6-0/+991
2022-03-07media: amphion: add vpu core driverMing Qian6-0/+2161
2022-03-07media: amphion: add amphion vpu device driverMing Qian6-0/+1215