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