aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe/cal-video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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