aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/media/tegra-video
AgeCommit message (Expand)AuthorFilesLines
2026-07-28media: tegra-video: Fix length warnings in tegra20.cFaisal Mukhtar1-2/+4
2026-07-15staging: media: tegra-video: vi: fix probe failure on skipped last portHao-Qun Huang1-4/+5
2026-07-15staging: media: tegra-video: fix of_node_put() on VIP parse errorsHao-Qun Huang1-7/+3
2026-07-15staging: media: tegra-video: vi: Improve media graph building logicSvyatoslav Ryhel1-43/+35
2026-05-12media: tegra-video: vi: fix invalid u32 return value in format lookupHungyu Lin1-2/+2
2026-05-06media: tegra-video: tegra210: remove redundant NULL check in dequeue_buf_doneHungyu Lin1-2/+1
2026-03-19staging: media: tegra-video: add CSI support for Tegra20 and Tegra30Svyatoslav Ryhel5-47/+608
2026-03-19staging: media: tegra-video: tegra20: adjust luma buffer strideSvyatoslav Ryhel1-1/+1
2026-03-19staging: media: tegra-video: tegra20: expand format support with RAW8/10 and YUV422/YUV420p 1X16Svyatoslav Ryhel1-3/+71
2026-03-19staging: media: tegra-video: tegra20: increase maximum VI clock frequencySvyatoslav Ryhel1-1/+1
2026-03-19staging: media: tegra-video: tegra20: set VI HW revisionSvyatoslav Ryhel1-0/+1
2026-03-19staging: media: tegra-video: tegra20: adjust format align calculationsSvyatoslav Ryhel1-20/+19
2026-03-19staging: media: tegra-video: tegra20: add support for second output of VISvyatoslav Ryhel1-36/+47
2026-03-19staging: media: tegra-video: tegra20: set correct maximum width and heightSvyatoslav Ryhel1-3/+2
2026-03-19staging: media: tegra-video: csi: move avdd-dsi-csi-supply from VI to CSISvyatoslav Ryhel4-24/+22
2026-03-19staging: media: tegra-video: vi: improve logic of source requestingSvyatoslav Ryhel2-7/+23
2026-03-19gpu: host1x: convert MIPI to use operation function pointersSvyatoslav Ryhel1-0/+1
2026-03-19staging: media: tegra-video: csi: move CSI helpers to headerSvyatoslav Ryhel2-11/+10
2026-03-19staging: media: tegra-video: vi: add flip controls only if no source controls are providedSvyatoslav Ryhel1-3/+6
2026-03-19staging: media: tegra-video: vi: adjust get_selection operation checkSvyatoslav Ryhel1-8/+2
2026-03-19staging: media: tegra-video: expand VI and VIP support to Tegra30Svyatoslav Ryhel6-5/+6
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-3/+3
2026-02-11Merge tag 'drm-next-2026-02-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+1
2026-01-13host1x: Make remove callback return voidUwe Kleine-König1-3/+1
2026-01-13staging: media: tegra-video: move tegra20_vip_soc declaration to vip.hSun Jian2-4/+4
2026-01-13staging: media: tegra-video: move tegra210_csi_soc declaration to csi.hSun Jian2-4/+4
2026-01-13media: tegra-video: Fix memory leak in __tegra_channel_try_format()Zilin Guan1-5/+8
2025-10-14staging: media: tegra-video: Remove the use of dev_err_probe()Xichao Zhao1-1/+1
2025-08-29staging: media: tegra-video: use BIT() macro instead of shiftA.T. Jefferies1-2/+2
2024-11-29Merge tag 'staging-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds3-3/+3
2024-10-28staging: media: drop vb2_ops_wait_prepare/finishHans Verkuil1-2/+0
2024-10-09staging: Switch back to struct platform_driver::remove()Sergio Paracuellos3-3/+3
2024-05-03media: staging: media: tegra-video: Use swap macroRicardo Ribalda1-7/+2
2024-04-09media: tegra-video: Use pad variant of dv timing subdev callsPaweł Anikiel1-6/+6
2024-04-08staging: media: tegra-video: Fix -Wmaybe-unitialized warn in gccRicardo Ribalda1-0/+1
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard1-1/+1
2023-12-13media: v4l2-subdev: Add which field to struct v4l2_subdev_frame_intervalLaurent Pinchart1-0/+7
2023-12-13media: v4l2-subdev: Turn .[gs]_frame_interval into pad operationsLaurent Pinchart1-4/+5
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 returning voidUwe Kleine-König3-12/+6
2023-11-06Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-3/+3
2023-10-02staging: media: tegra-video: fix infinite recursion regressionLuca Ceresoli1-6/+10
2023-09-27media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZEHans Verkuil2-3/+3
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-11/+11
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