summaryrefslogtreecommitdiff
path: root/drivers/staging/media/tegra-video/vi.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09media: tegra-video: Use pad variant of dv timing subdev callsPaweł Anikiel1-6/+6
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard1-1/+1
2023-11-23media: v4l: subdev: Switch to stream-aware state functionsSakari Ailus1-1/+1
2023-11-23media: tegra-video: Use accessors for pad config 'try_*' fieldsLaurent Pinchart1-6/+8
2023-11-23media: staging: media: tegra-video: Convert to platform remove callback retur...Uwe Kleine-König1-4/+2
2023-10-02staging: media: tegra-video: fix infinite recursion regressionLuca Ceresoli1-6/+10
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-11/+10
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus1-3/+2
2023-07-28media: v4l: async: Rework internal listsSakari Ailus1-3/+3
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus1-8/+8
2023-07-28media: v4l: async: Clean up list heads and entriesSakari Ailus1-2/+2
2023-07-27staging: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-25staging: media: tegra-video: add support for Tegra20 parallel inputLuca Ceresoli1-0/+3
2023-05-25staging: media: tegra-video: add H/V flip controlsLuca Ceresoli1-1/+13
2023-05-25staging: media: tegra-video: add hooks for planar YUV and H/V flipLuca Ceresoli1-0/+4
2023-05-25staging: media: tegra-video: move syncpt init/free to a per-soc opLuca Ceresoli1-49/+3
2023-05-25staging: media: tegra-video: add a per-soc enable/disable opLuca Ceresoli1-0/+7
2023-05-25staging: media: tegra-video: move MIPI calibration calls from VI to CSILuca Ceresoli1-50/+4
2023-05-25staging: media: tegra-video: move default format to soc-specific dataLuca Ceresoli1-11/+2
2023-05-25staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc opLuca Ceresoli1-35/+5
2023-05-25staging: media: tegra-video: move private struct declaration to C fileLuca Ceresoli1-0/+13
2023-05-25staging: media: tegra-video: slightly simplify cleanup on errorsLuca Ceresoli1-5/+3
2023-05-25staging: media: tegra-video: improve error messagesLuca Ceresoli1-5/+2
2023-05-25staging: media: tegra-video: fix typos in commentLuca Ceresoli1-3/+3
2023-05-25staging: media: tegra-video: document tegra_channel_get_remote_source_subdevLuca Ceresoli1-0/+3
2023-04-26Merge tag 'media/v6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-4/+6
2023-04-12media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart1-4/+6
2023-04-04gpu: host1x: Make host1x_client_unregister() return voidUwe Kleine-König1-7/+1
2022-11-25media: staging: media: tegra-video: Replace custom implementation of device_m...Andy Shevchenko1-1/+1
2022-07-17media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_fi...Laurent Pinchart1-2/+2
2022-04-24media: subdev: add subdev state lockingTomi Valkeinen1-1/+3
2022-04-24media: subdev: rename subdev-state alloc & freeTomi Valkeinen1-2/+6
2021-12-17device property: Drop fwnode_graph_get_remote_node()Sakari Ailus1-4/+8
2021-09-30media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus1-9/+8
2021-07-22media: v4l2-subdev: fix some NULL vs IS_ERR() checksDan Carpenter1-2/+2
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen1-12/+12
2021-05-19staging: media: tegra-video: use pm_runtime_resume_and_get()Mauro Carvalho Chehab1-2/+1
2021-05-19media: staging: media: tegra-video: Align line break to match with the open p...Aline Santana Cordeiro1-2/+2
2021-03-31gpu: host1x: Cleanup and refcounting for syncpointsMikko Perttunen1-3/+3
2021-02-06media: v4l2-async: Improve v4l2_async_notifier_add_*_subdev() APILaurent Pinchart1-5/+5
2021-01-04media: tegra-video: Add custom V4L2 control V4L2_CID_TEGRA_SYNCPT_TIMEOUT_RETRYSowjanya Komatineni1-1/+25
2021-01-04media: tegra-video: Add support for x8 captures with gang portsSowjanya Komatineni1-31/+108
2021-01-04media: tegra-video: Implement V4L2 device notify callbackSowjanya Komatineni1-0/+3
2021-01-04media: tegra-video: Add support for V4L2_EVENT_SOURCE_CHANGESowjanya Komatineni1-1/+13
2021-01-04media: tegra-video: Add support for VIDIOC_LOG_STATUS ioctlSowjanya Komatineni1-0/+10
2021-01-04media: tegra-video: Add support for EDID ioctl opsSowjanya Komatineni1-0/+28
2021-01-04media: tegra-video: Add DV timing supportSowjanya Komatineni1-0/+99
2021-01-04media: tegra-video: Add support for V4L2_PIX_FMT_NV16Sowjanya Komatineni1-0/+2
2021-01-04media: tegra-video: Use zero crop settings if subdev has no get_selectionSowjanya Komatineni1-5/+12
2020-09-26media: tegra-video: Fix compilation warning of unused variableSowjanya Komatineni1-0/+2