summaryrefslogtreecommitdiff
path: root/drivers/media/platform/ti-vpe/cal.c
AgeCommit message (Expand)Author
2022-03-18media: platform: re-structure TI driversPratyush Yadav
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus
2021-07-22media: ti-vpe: cal: fix indexing of cal->ctx[] in cal_probe()Tom Rix
2021-07-12media: ti-vpe: cal: add embedded data supportTomi Valkeinen
2021-07-12media: ti-vpe: cal: fix ctx uninitializationTomi Valkeinen
2021-07-12media: ti-vpe: cal: cleanup phy iteration in cal_removeTomi Valkeinen
2021-07-12media: ti-vpe: cal: support 8 DMA contextsTomi Valkeinen
2021-07-12media: ti-vpe: cal: handle cal_ctx_v4l2_register errorTomi Valkeinen
2021-07-12media: ti-vpe: cal: add vc and datatype fields to cal_ctxTomi Valkeinen
2021-07-12media: ti-vpe: cal: add cal_ctx_wr_dma_enable and fix a raceTomi Valkeinen
2021-07-12media: ti-vpe: cal: add 'use_pix_proc' fieldTomi Valkeinen
2021-07-12media: ti-vpe: cal: allocate pix proc dynamicallyTomi Valkeinen
2021-07-12media: ti-vpe: cal: disable csi2 ctx and pix proc at ctx_stopTomi Valkeinen
2021-07-12media: ti-vpe: cal: catch VC errorsTomi Valkeinen
2021-07-12media: ti-vpe: cal: rename CAL_HL_IRQ_MASKTomi Valkeinen
2021-07-12media: ti-vpe: cal: rename cal_ctx->index to dma_ctxTomi Valkeinen
2021-07-12media: ti-vpe: cal: Add pixel processing contextTomi Valkeinen
2021-07-12media: ti-vpe: cal: Add CSI2 contextTomi Valkeinen
2021-07-12media: ti-vpe: cal: add cal_ctx_prepare/unprepareTomi Valkeinen
2021-07-12media: ti-vpe: cal: move global config from cal_ctx_wr_dma_config to runtime ...Tomi Valkeinen
2021-07-12media: ti-vpe: cal: rename "sensor" to "source"Tomi Valkeinen
2021-05-20media: ti-vpe: use pm_runtime_resume_and_get()Mauro Carvalho Chehab
2021-03-22media: ti-vpe: cal: Implement media controller centric APILaurent Pinchart
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart
2021-01-14media: ti-vpe: cal: fix write to unallocated memoryTomi Valkeinen
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: Stop write DMA without disabling PPILaurent 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: Iterate over correct number of CAMERARX instancesLaurent 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-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
2020-07-19media: ti-vpe: cal: Register a media deviceLaurent Pinchart