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