summaryrefslogtreecommitdiff
path: root/drivers/media/platform/amphion
AgeCommit message (Expand)Author
2023-05-23media: amphion: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-04-11media: vpu_drv: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: vpu_core: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-10media: amphion: support to decode RealVideo videoMing Qian
2023-04-10media: amphion: support to decode sorenson spark videoMing Qian
2023-03-19media: amphion: decoder implement display delay enableMing Qian
2023-02-08media: amphion: correct the unspecified color spaceMing Qian
2023-02-06media: amphion: remove redundant check of colorspace in venc_s_fmtMing Qian
2022-11-25media: amphion: lock and check m2m_ctx in event handlerMing Qian
2022-11-25media: amphion: cancel vpu before release instanceMing Qian
2022-11-25media: amphion: try to wakeup vpu core to avoid failureMing Qian
2022-11-25media: amphion: encoder add support for contiguous planesMing Qian
2022-11-25media: amphion: decoder add support for contiguous planesMing Qian
2022-11-25media: amphion: tell and handle contiguous and non contiguous formatMing Qian
2022-11-25media: amphion: Fix error handling in vpu_driver_init()Yuan Can
2022-11-25media: amphion: apply vb2_queue_error instead of setting manuallyMing Qian
2022-11-25media: amphion: add lock around vdec_g_fmtMing Qian
2022-10-24media: amphion: reset instance if it's aborted before codec header parsedMing Qian
2022-09-24media: amphion: release m2m ctx when releasing vpu instanceMing Qian
2022-08-30media: amphion: fix a bug that vpu core may not resume after suspendMing Qian
2022-08-30media: amphion: don't change the colorspace reported by decoder.Ming Qian
2022-08-30media: amphion: adjust the encoder's value range of gop sizeMing Qian
2022-08-30media: amphion: insert picture startcode after seek for vc1g formatMing Qian
2022-07-08media: amphion: only insert the first sequence startcode for vc1l formatMing Qian
2022-07-08media: amphion: sync buffer status with firmware during abortMing Qian
2022-07-08media: amphion: defer setting last_buffer_dequeued until resolution changes a...Ming Qian
2022-07-08media: amphion: release core lock before reset vpu coreMing Qian
2022-06-27media: amphion: output firmware error messageMing Qian
2022-06-20media: amphion: delete unnecessary NULL checkZiyang Xuan
2022-06-20media: amphion: Replace zero-length array with flexible-array memberKees Cook
2022-06-20media: amphion: return error if format is unsupported by vpuMing Qian
2022-06-20media: amphion: vdec check format in enum_fmtMing Qian
2022-06-20media: amphion: support for reloading moduleMing Qian
2022-05-13media: amphion: G/S_PARM only for encoder's output queueMing Qian
2022-05-13media: amphion: wake up when error occursMing Qian
2022-05-13media: amphion: ensure the buffer count is not less than min_bufferMing Qian
2022-05-13media: amphion: no need to check return value of debugfs_create functionsLv Ruyi
2022-05-13media: amphion: free ctrl handler if error is set and return errorMing Qian
2022-05-13media: amphion: handle picture skipped eventMing Qian
2022-05-13media: amphion: encoder copy timestamp from output to captureMing Qian
2022-05-13media: amphion: decoder copy timestamp from output to captureMing Qian
2022-04-24media: amphion: fix decoder's interlaced fieldMing Qian
2022-03-18media: amphion: cleanup media device if register it failMing Qian
2022-03-18media: amphion: fix some issues to improve robustMing Qian
2022-03-18media: amphion: fix some error related with undefined reference to __divdi3Ming Qian
2022-03-18media: amphion: fix an issue that using pm_runtime_get_sync incorrectlyMing Qian
2022-03-18media: amphion: Add missing of_node_put() in vpu_core_parse_dt()Xiongfeng Wang
2022-03-18media: platform: amphion: Fix build error without MAILBOXYueHaibing
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab
2022-03-18media: platform: Create vendor/{Makefile,Kconfig} filesMauro Carvalho Chehab