summaryrefslogtreecommitdiff
path: root/drivers/media/platform/ti-vpe
AgeCommit message (Expand)Author
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen
2021-05-20media: ti-vpe: use pm_runtime_resume_and_get()Mauro Carvalho Chehab
2021-04-06media: ti-vpe: sc: remove redundant dev_err call in sc_create()Yang Yingliang
2021-04-06media: ti-vpe: csc: remove redundant dev_err call in csc_create()Yang Yingliang
2021-03-22media: ti-vpe/cal.h: fix kernel-doc formattingHans Verkuil
2021-03-22media: ti-vpe: cal: Implement media controller centric APILaurent Pinchart
2021-03-22media: ti-vpe: cal: fix subdev mbus_code enumerationTomi Valkeinen
2021-03-22media: ti-vpe: cal: remove unneeded assignmentTomi Valkeinen
2021-03-11media: ti-vpe: Simplify bool comparisonJiapeng Chong
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart
2021-01-27media: ti-vpe: Do not zero reserved fieldsRicardo Ribalda
2021-01-14media: ti-vpe: cal: fix write to unallocated memoryTomi Valkeinen
2021-01-14media: ti-vpe: cal: Mark cal_camerarx_media_ops with static keywordZou Wei
2021-01-12media: ti-vpe: cal: avoid FIELD_GET assertionArnd Bergmann
2021-01-04media: ti-vpe: cal: Simplify the context APILaurent Pinchart
2021-01-04media: ti-vpe: cal: Store buffer DMA address in dma_addr_tLaurent Pinchart
2021-01-04media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending bufferLaurent Pinchart
2021-01-04media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueueLaurent Pinchart
2021-01-04media: ti-vpe: cal: Use list_first_entry()Laurent Pinchart
2021-01-04media: ti-vpe: cal: Remove DMA queue empty check at start streaming timeLaurent Pinchart
2021-01-04media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()Laurent Pinchart
2021-01-04media: ti-vpe: cal: Drop V4L2_CAP_READWRITELaurent Pinchart
2021-01-04media: ti-vpe: cal: Share buffer release code between start and stopLaurent Pinchart
2021-01-04media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping streamLaurent Pinchart
2021-01-04media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart
2021-01-04media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart
2021-01-04media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart
2021-01-04media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart
2021-01-04media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()Laurent Pinchart
2021-01-04media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device codeLaurent Pinchart
2021-01-04media: ti-vpe: cal: Implement subdev ops for CAMERARXLaurent Pinchart
2021-01-04media: ti-vpe: cal: Iterate over correct number of CAMERARX instancesLaurent Pinchart
2021-01-04media: ti-vpe: cal: Replace hardcoded BIT() value with macroLaurent Pinchart
2021-01-04media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefixLaurent Pinchart
2021-01-04media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart
2021-01-04media: ti-vpe: cal: Drop cal_ctx m_fmt fieldLaurent Pinchart
2021-01-04media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart
2020-09-27media: ti-vpe: Fix a missing check and reference count leakQiushi Wu
2020-08-26media: ti-vpe: cal: Fix compilation on 32-bit ARMLaurent Pinchart
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart
2020-07-19media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'Laurent Pinchart
2020-07-19media: ti-vpe: cal: Remove unneeded phy->sensor NULL checkLaurent Pinchart
2020-07-19media: ti-vpe: cal: Don't store external rate in cal_camerarxLaurent Pinchart
2020-07-19media: ti-vpe: cal: Refactor camerarx start and stopLaurent Pinchart
2020-07-19media: ti-vpe: cal: Reorder camerarx functions to prepare refactoringLaurent Pinchart
2020-07-19media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only callerLaurent Pinchart
2020-07-19media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamicallyLaurent Pinchart
2020-07-19media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()Laurent Pinchart