summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/cal.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: re-structure TI driversPratyush Yadav1-1263/+0
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-8/+8
2021-07-22media: ti-vpe: cal: fix indexing of cal->ctx[] in cal_probe()Tom Rix1-3/+3
2021-07-12media: ti-vpe: cal: add embedded data supportTomi Valkeinen1-7/+10
2021-07-12media: ti-vpe: cal: fix ctx uninitializationTomi Valkeinen1-8/+13
2021-07-12media: ti-vpe: cal: cleanup phy iteration in cal_removeTomi Valkeinen1-4/+2
2021-07-12media: ti-vpe: cal: support 8 DMA contextsTomi Valkeinen1-20/+11
2021-07-12media: ti-vpe: cal: handle cal_ctx_v4l2_register errorTomi Valkeinen1-5/+23
2021-07-12media: ti-vpe: cal: add vc and datatype fields to cal_ctxTomi Valkeinen1-2/+4
2021-07-12media: ti-vpe: cal: add cal_ctx_wr_dma_enable and fix a raceTomi Valkeinen1-2/+11
2021-07-12media: ti-vpe: cal: add 'use_pix_proc' fieldTomi Valkeinen1-3/+7
2021-07-12media: ti-vpe: cal: allocate pix proc dynamicallyTomi Valkeinen1-1/+42
2021-07-12media: ti-vpe: cal: disable csi2 ctx and pix proc at ctx_stopTomi Valkeinen1-0/+6
2021-07-12media: ti-vpe: cal: catch VC errorsTomi Valkeinen1-0/+10
2021-07-12media: ti-vpe: cal: rename CAL_HL_IRQ_MASKTomi Valkeinen1-6/+6
2021-07-12media: ti-vpe: cal: rename cal_ctx->index to dma_ctxTomi Valkeinen1-19/+19
2021-07-12media: ti-vpe: cal: Add pixel processing contextTomi Valkeinen1-4/+5
2021-07-12media: ti-vpe: cal: Add CSI2 contextTomi Valkeinen1-4/+6
2021-07-12media: ti-vpe: cal: add cal_ctx_prepare/unprepareTomi Valkeinen1-0/+9
2021-07-12media: ti-vpe: cal: move global config from cal_ctx_wr_dma_config to runtime ...Tomi Valkeinen1-11/+12
2021-07-12media: ti-vpe: cal: rename "sensor" to "source"Tomi Valkeinen1-10/+10
2021-05-20media: ti-vpe: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-3/+5
2021-03-22media: ti-vpe: cal: Implement media controller centric APILaurent Pinchart1-1/+15
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-7/+5
2021-01-14media: ti-vpe: cal: fix write to unallocated memoryTomi Valkeinen1-2/+2
2021-01-04media: ti-vpe: cal: Simplify the context APILaurent Pinchart1-23/+31
2021-01-04media: ti-vpe: cal: Store buffer DMA address in dma_addr_tLaurent Pinchart1-3/+3
2021-01-04media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending bufferLaurent Pinchart1-3/+3
2021-01-04media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueueLaurent Pinchart1-25/+24
2021-01-04media: ti-vpe: cal: Use list_first_entry()Laurent Pinchart1-1/+1
2021-01-04media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart1-38/+95
2021-01-04media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart1-0/+24
2021-01-04media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart1-5/+5
2021-01-04media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()Laurent Pinchart1-15/+10
2021-01-04media: ti-vpe: cal: Iterate over correct number of CAMERARX instancesLaurent Pinchart1-11/+9
2021-01-04media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart1-0/+127
2021-01-04media: ti-vpe: cal: Drop cal_ctx m_fmt fieldLaurent Pinchart1-1/+1
2021-01-04media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart1-7/+28
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart1-681/+58
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart1-149/+133
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart1-1062/+23
2020-07-19media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'Laurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Remove unneeded phy->sensor NULL checkLaurent Pinchart1-3/+0
2020-07-19media: ti-vpe: cal: Don't store external rate in cal_camerarxLaurent Pinchart1-14/+21
2020-07-19media: ti-vpe: cal: Refactor camerarx start and stopLaurent Pinchart1-76/+94
2020-07-19media: ti-vpe: cal: Reorder camerarx functions to prepare refactoringLaurent Pinchart1-214/+214
2020-07-19media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only callerLaurent Pinchart1-8/+2
2020-07-19media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamicallyLaurent Pinchart1-1/+7
2020-07-19media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()Laurent Pinchart1-44/+39
2020-07-19media: ti-vpe: cal: Register a media deviceLaurent Pinchart1-22/+49