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