summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/cal-video.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-18media: platform: re-structure TI driversPratyush Yadav1-1049/+0
2022-02-17media: ti-vpe: cal: Fix a NULL pointer dereference in cal_ctx_v4l2_init_forma...Zhou Qingyang1-0/+3
2021-07-12media: ti-vpe: cal: allow more than 1 source padsTomi Valkeinen1-2/+7
2021-07-12media: ti-vpe: cal: fix queuing of the initial bufferTomi Valkeinen1-1/+1
2021-07-12media: ti-vpe: cal: init ctx->v_fmt correctly in MC modeTomi Valkeinen1-4/+39
2021-07-12media: ti-vpe: cal: rename non-MC funcs to cal_legacy_*Tomi Valkeinen1-29/+29
2021-07-12media: ti-vpe: cal: add mbus_code support to cal_mc_enum_fmt_vid_capTomi Valkeinen1-3/+18
2021-07-12media: ti-vpe: cal: rename cal_ctx->index to dma_ctxTomi Valkeinen1-2/+2
2021-07-12media: ti-vpe: cal: add cal_ctx_prepare/unprepareTomi Valkeinen1-0/+9
2021-07-12media: ti-vpe: cal: rename "sensor" to "source"Tomi Valkeinen1-13/+13
2021-07-12media: ti-vpe: cal: add g/s_parm for legacy APITomi Valkeinen1-0/+16
2021-05-20media: ti-vpe: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-1/+3
2021-03-22media: ti-vpe: cal: Implement media controller centric APILaurent Pinchart1-60/+259
2021-03-22media: ti-vpe: cal: fix subdev mbus_code enumerationTomi Valkeinen1-3/+9
2021-03-22media: ti-vpe: cal: remove unneeded assignmentTomi Valkeinen1-1/+0
2021-01-04media: ti-vpe: cal: Simplify the context APILaurent Pinchart1-14/+7
2021-01-04media: ti-vpe: cal: Store buffer DMA address in dma_addr_tLaurent Pinchart1-1/+1
2021-01-04media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending bufferLaurent Pinchart1-6/+8
2021-01-04media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueueLaurent Pinchart1-25/+23
2021-01-04media: ti-vpe: cal: Use list_first_entry()Laurent Pinchart1-1/+1
2021-01-04media: ti-vpe: cal: Remove DMA queue empty check at start streaming timeLaurent Pinchart1-6/+0
2021-01-04media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()Laurent Pinchart1-11/+5
2021-01-04media: ti-vpe: cal: Drop V4L2_CAP_READWRITELaurent Pinchart1-4/+2
2021-01-04media: ti-vpe: cal: Share buffer release code between start and stopLaurent Pinchart1-29/+26
2021-01-04media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping streamLaurent Pinchart1-9/+7
2021-01-04media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart1-19/+7
2021-01-04media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart1-3/+1
2021-01-04media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart1-3/+3
2021-01-04media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart1-52/+52
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-11/+14
2021-01-04media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefixLaurent Pinchart1-2/+3
2021-01-04media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart1-103/+2
2021-01-04media: ti-vpe: cal: Drop cal_ctx m_fmt fieldLaurent Pinchart1-5/+5
2021-01-04media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart1-0/+12
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart1-1/+0
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart1-0/+887