summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/cal.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: re-structure TI driversPratyush Yadav1-343/+0
2021-07-12media: ti-vpe: cal: add embedded data supportTomi Valkeinen1-0/+1
2021-07-12media: ti-vpe: cal: allow more than 1 source padsTomi Valkeinen1-3/+18
2021-07-12media: ti-vpe: cal: add camerarx enable/disable refcountingTomi Valkeinen1-0/+3
2021-07-12media: ti-vpe: cal: add camerarx lockingTomi Valkeinen1-0/+6
2021-07-12media: ti-vpe: cal: support 8 DMA contextsTomi Valkeinen1-2/+3
2021-07-12media: ti-vpe: cal: remove cal_camerarx->fmtinfoTomi Valkeinen1-1/+0
2021-07-12media: ti-vpe: cal: init ctx->v_fmt correctly in MC modeTomi Valkeinen1-1/+1
2021-07-12media: ti-vpe: cal: add vc and datatype fields to cal_ctxTomi Valkeinen1-0/+2
2021-07-12media: ti-vpe: cal: add 'use_pix_proc' fieldTomi Valkeinen1-0/+2
2021-07-12media: ti-vpe: cal: allocate pix proc dynamicallyTomi Valkeinen1-0/+2
2021-07-12media: ti-vpe: cal: rename cal_ctx->index to dma_ctxTomi Valkeinen1-4/+4
2021-07-12media: ti-vpe: cal: Add pixel processing contextTomi Valkeinen1-0/+1
2021-07-12media: ti-vpe: cal: Add CSI2 contextTomi Valkeinen1-0/+1
2021-07-12media: ti-vpe: cal: change index and cport to u8Tomi Valkeinen1-2/+2
2021-07-12media: ti-vpe: cal: add cal_ctx_prepare/unprepareTomi Valkeinen1-0/+2
2021-07-12media: ti-vpe: cal: rename "sensor" to "source"Tomi Valkeinen1-3/+3
2021-07-12media: ti-vpe: cal: remove unused cal_camerarx->dev fieldTomi Valkeinen1-1/+0
2021-03-22media: ti-vpe/cal.h: fix kernel-doc formattingHans Verkuil1-10/+9
2021-03-22media: ti-vpe: cal: Implement media controller centric APILaurent Pinchart1-0/+2
2021-01-12media: ti-vpe: cal: avoid FIELD_GET assertionArnd Bergmann1-1/+1
2021-01-04media: ti-vpe: cal: Simplify the context APILaurent Pinchart1-8/+3
2021-01-04media: ti-vpe: cal: Store buffer DMA address in dma_addr_tLaurent Pinchart1-1/+1
2021-01-04media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueueLaurent Pinchart1-12/+32
2021-01-04media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart1-2/+12
2021-01-04media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart1-1/+0
2021-01-04media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart1-2/+2
2021-01-04media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart1-7/+7
2021-01-04media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()Laurent Pinchart1-2/+1
2021-01-04media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device codeLaurent Pinchart1-2/+0
2021-01-04media: ti-vpe: cal: Implement subdev ops for CAMERARXLaurent Pinchart1-0/+2
2021-01-04media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefixLaurent Pinchart1-2/+10
2021-01-04media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart1-0/+5
2021-01-04media: ti-vpe: cal: Drop cal_ctx m_fmt fieldLaurent Pinchart1-3/+1
2021-01-04media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart1-1/+8
2020-08-26media: ti-vpe: cal: Fix compilation on 32-bit ARMLaurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart1-0/+5
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart1-0/+36
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart1-0/+226