summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/ti-vpe
Commit message (Expand)AuthorAgeFilesLines
* media: ti-vpe: use pm_runtime_resume_and_get()Mauro Carvalho Chehab2021-05-203-9/+11
* media: ti-vpe: sc: remove redundant dev_err call in sc_create()Yang Yingliang2021-04-061-3/+1
* media: ti-vpe: csc: remove redundant dev_err call in csc_create()Yang Yingliang2021-04-061-3/+1
* 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-224-61/+277
* media: ti-vpe: cal: fix subdev mbus_code enumerationTomi Valkeinen2021-03-221-3/+9
* media: ti-vpe: cal: remove unneeded assignmentTomi Valkeinen2021-03-221-1/+0
* media: ti-vpe: Simplify bool comparisonJiapeng Chong2021-03-111-2/+1
* media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart2021-02-061-7/+5
* media: ti-vpe: Do not zero reserved fieldsRicardo Ribalda2021-01-271-2/+0
* media: ti-vpe: cal: fix write to unallocated memoryTomi Valkeinen2021-01-141-2/+2
* media: ti-vpe: cal: Mark cal_camerarx_media_ops with static keywordZou Wei2021-01-141-1/+1
* media: ti-vpe: cal: avoid FIELD_GET assertionArnd Bergmann2021-01-121-1/+1
* media: ti-vpe: cal: Simplify the context APILaurent Pinchart2021-01-043-45/+41
* media: ti-vpe: cal: Store buffer DMA address in dma_addr_tLaurent Pinchart2021-01-043-5/+5
* media: ti-vpe: cal: Set cal_dmaqueue.pending to NULL when no pending bufferLaurent Pinchart2021-01-042-9/+11
* media: ti-vpe: cal: Group all DMA queue fields in struct cal_dmaqueueLaurent Pinchart2021-01-043-62/+79
* media: ti-vpe: cal: Use list_first_entry()Laurent Pinchart2021-01-042-2/+2
* media: ti-vpe: cal: Remove DMA queue empty check at start streaming timeLaurent Pinchart2021-01-041-6/+0
* media: ti-vpe: cal: Drop unneeded check in cal_calc_format_size()Laurent Pinchart2021-01-041-11/+5
* media: ti-vpe: cal: Drop V4L2_CAP_READWRITELaurent Pinchart2021-01-041-4/+2
* media: ti-vpe: cal: Share buffer release code between start and stopLaurent Pinchart2021-01-041-29/+26
* media: ti-vpe: cal: Use spin_lock_irq() when starting or stopping streamLaurent Pinchart2021-01-041-9/+7
* media: ti-vpe: cal: Stop write DMA without disabling PPILaurent Pinchart2021-01-044-62/+117
* media: ti-vpe: cal: Fold PPI enable in CAMERARX .s_stream()Laurent Pinchart2021-01-043-18/+18
* media: ti-vpe: cal: Refactor interrupt enable/disableLaurent Pinchart2021-01-044-60/+57
* media: ti-vpe: cal: Rename struct cal_fmt to cal_format_infoLaurent Pinchart2021-01-044-66/+66
* media: ti-vpe: cal: Don't pass format to cal_ctx_wr_dma_config()Laurent Pinchart2021-01-043-19/+12
* media: ti-vpe: cal: Use CAMERARX subdev s_stream op in video device codeLaurent Pinchart2021-01-043-21/+21
* media: ti-vpe: cal: Implement subdev ops for CAMERARXLaurent Pinchart2021-01-042-0/+207
* media: ti-vpe: cal: Iterate over correct number of CAMERARX instancesLaurent Pinchart2021-01-041-11/+9
* media: ti-vpe: cal: Replace hardcoded BIT() value with macroLaurent Pinchart2021-01-041-1/+2
* media: ti-vpe: cal: Rename MAX_(WIDTH|HEIGHT)_* macros with CAL_ prefixLaurent Pinchart2021-01-042-4/+13
* media: ti-vpe: cal: Move format handling to cal.c and expose helpersLaurent Pinchart2021-01-043-103/+134
* media: ti-vpe: cal: Drop cal_ctx m_fmt fieldLaurent Pinchart2021-01-043-9/+7
* media: ti-vpe: cal: Create subdev for CAMERARXLaurent Pinchart2021-01-044-10/+88
* media: ti-vpe: Fix a missing check and reference count leakQiushi Wu2020-09-271-0/+2
* 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-194-682/+713
* media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart2020-07-193-150/+169
* media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart2020-07-194-1063/+1137
* 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