linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-08 17:01:49 to 2024-03-13 07:25:25 UTC [more...]

[PATCH v8 00/38] Generic line based metadata support, internal pads
 2024-03-13  7:24 UTC  (2+ messages)
` [PATCH v8 01/38] media: mc: Add INTERNAL pad flag

[PATCH v3 0/2] media: i2c: Add imx283 camera sensor driver
 2024-03-13  7:06 UTC  (3+ messages)
` [PATCH v3 1/2] media: dt-bindings: media: Add bindings for IMX283
` [PATCH v3 2/2] media: i2c: Add imx283 camera sensor driver

[v1] staging: media: starfive: Clean pad selection in isp_try_format()
 2024-03-13  6:01 UTC  (2+ messages)

[PATCH 0/2] media: i2c: Add support for GC05A2 sensor
 2024-03-13  5:44 UTC  (3+ messages)
` [PATCH 1/2] media: dt-bindings: i2c: add GalaxyCore GC05A2 image sensor
` [PATCH 2/2] media: i2c: Add GC05A2 image sensor driver

[PATCH v2 0/8] Setting live video input format for ZynqMP DPSUB
 2024-03-13  2:30 UTC  (10+ messages)
` [PATCH v2 1/8] drm: xlnx: zynqmp_dpsub: Set layer mode during creation
` [PATCH v2 2/8] drm: xlnx: zynqmp_dpsub: Update live format defines
` [PATCH v2 3/8] drm: xlnx: zynqmp_dpsub: Anounce supported input formats
` [PATCH v2 4/8] drm: xlnx: zynqmp_dpsub: Minimize usage of global flag
` [PATCH v2 5/8] drm: xlnx: zynqmp_dpsub: Set input live format
` [PATCH v2 6/8] drm/atomic-helper: Add select_output_bus_format callback
` [PATCH v2 7/8] dt-bindings: xlnx: Add VTC and TPG bindings
` [PATCH v2 8/8] drm: xlnx: Intoduce TPG CRTC driver

[sailus-media-tree:ipu6] BUILD SUCCESS 7bed34c0405b11bac9751a8e7d619dcc5d5db2bb
 2024-03-13  1:34 UTC 

[sailus-media-tree:media-ref] BUILD SUCCESS 18d0208c13b2e2d24cdd07b3b97b884570036df9
 2024-03-13  0:16 UTC 

[PATCH v6 0/6] media: qcom: camss: Add sc8280xp support
 2024-03-12 20:39 UTC  (3+ messages)
` [PATCH v6 4/6] media: qcom: camss: Add sc8280xp resources

[PATCH v2] uvc_video: check for fid change early in decode_start and avoid wrong error counting
 2024-03-12 18:49 UTC  (3+ messages)

[RFC WIP PATCH] venus: add qcom,no-low-power property
 2024-03-12 18:39 UTC  (20+ messages)

[PATCH 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-03-12 18:03 UTC  (9+ messages)
` [PATCH 12/18] ASoC: codecs: mt6357: add MT6357 codec

INVESTMENT PROPOSAL
 2024-03-12 16:16 UTC 

[PATCH] drm/shmem-helper: Remove duplicate include
 2024-03-12 15:47 UTC  (3+ messages)

[PATCH 0/9] Move camss version related defs in to resources
 2024-03-12 15:01 UTC  (7+ messages)
` [PATCH 1/9] media: qcom: camss: Add per sub-device type resources

[PATCH v4 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-12 13:22 UTC  (4+ messages)
` [PATCH v4 1/3] net: ethernet: ti: Add accessors for struct k3_cppi_desc_pool members
` [PATCH v4 2/3] net: ethernet: ti: Add desc_infos member to struct k3_cppi_desc_pool
` [PATCH v4 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[PATCH v3 00/26] Media device lifetime management
 2024-03-12 11:50 UTC  (28+ messages)
` [PATCH v3 01/26] Revert "[media] media: fix media devnode ioctl/syscall and unregister race"
` [PATCH v3 02/26] Revert "media: utilize new cdev_device_add helper function"
` [PATCH v3 03/26] Revert "[media] media: fix use-after-free in cdev_put() when app exits after driver unbind"
` [PATCH v3 04/26] media: mc: utilize new cdev_device_add helper function
` [PATCH v3 05/26] Revert "[media] media-device: dynamically allocate struct media_devnode"
` [PATCH v3 06/26] media: mc: Drop nop release callback
` [PATCH v3 07/26] media: mc: Drop media_dev description from struct media_devnode
` [PATCH v3 08/26] media: mc: Do not call cdev_device_del() if cdev_device_add() fails
` [PATCH v3 09/26] media: mc: Delete character device early
` [PATCH v3 10/26] media: mc: Clear minor number reservation at unregistration time
` [PATCH v3 11/26] media: mc: Split initialising and adding media devnode
` [PATCH v3 12/26] media: mc: Shuffle functions around
` [PATCH v3 13/26] media: mc: Initialise media devnode in media_device_init()
` [PATCH v3 14/26] media: mc: Refcount the media device
` [PATCH v3 15/26] media: v4l: Acquire a reference to the media device for every video device
` [PATCH v3 16/26] media: mc: Postpone graph object removal until free
` [PATCH v3 17/26] media: omap3isp: Release the isp device struct by media device callback
` [PATCH v3 18/26] media: ipu3-cio2: Release the cio2 device context "
` [PATCH v3 19/26] media: vimc: Release resources on media device release
` [PATCH v3 20/26] media: Documentation: Document how Media device resources are released
` [PATCH v3 21/26] media: mc: Add per-file-handle data support
` [PATCH v3 22/26] media: mc: Maintain a list of open file handles in a media device
` [PATCH v3 23/26] media: mc: Implement best effort media device removal safety sans refcount
` [PATCH v3 24/26] media: mc: Warn about drivers not releasing media device safely
` [PATCH v3 25/26] media: mc: Enforce one-time registration
` [PATCH v3 26/26] media: Documentation: Document media device memory safety helper

[PATCH v2 0/3] Mediatek VCODEC documentation improvements
 2024-03-12 11:03 UTC  (5+ messages)
` [PATCH v2 1/3] media: mediatek: vcodec: Fix multiple typos
` [PATCH v2 2/3] media: mediatek: vcodec: Improve wording & fix grammatic issues
` [PATCH v2 3/3] media: mediatek: vcodec: Replace false function description

[RFC PATCH v9 0/1] Virtio video device specification
 2024-03-12 10:58 UTC  (2+ messages)
` [RFC PATCH v9 1/1] virtio-video: Add virtio "

[PATCH v7 0/2] media: i2c: Add support for GC08A3 sensor
 2024-03-12 10:44 UTC  (3+ messages)

[PATCH v2 00/34] Qualcomm video encoder and decoder driver
 2024-03-12 10:37 UTC  (3+ messages)

[PATCH v2 0/2] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-03-12 10:28 UTC  (8+ messages)
` [PATCH v2 2/2] net: ethernet: ti: am65-cpsw: Add minimal XDP support

cron job: media_tree daily build: WARNINGS
 2024-03-12  2:49 UTC 

[PATCH 0/5] media: Convert to platform remove callback returning void
 2024-03-11 17:55 UTC  (3+ messages)
` [PATCH 4/5] media: stm32-dcmipp: "

[PATCH v2 0/2] media: i2c: Add imx283 camera sensor driver
 2024-03-11 17:10 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH v3 0/2] media: mgb4: YUV and variable framerate support
 2024-03-11 17:00 UTC  (3+ messages)
` [PATCH v3 1/2] media: mgb4: Add support for YUV image formats
` [PATCH v3 2/2] media: mgb4: Add support for V4L2_CAP_TIMEPERFRAME

[PATCH v9 00/27] drm/connector: Create HDMI Connector infrastructure
 2024-03-11 14:49 UTC  (28+ messages)
` [PATCH v9 01/27] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v9 02/27] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v9 03/27] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v9 04/27] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v9 05/27] drm/tests: Add output bpc tests
` [PATCH v9 06/27] drm/connector: hdmi: Add support for output format
` [PATCH v9 07/27] drm/tests: Add output formats tests
` [PATCH v9 08/27] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v9 09/27] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v9 10/27] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v9 11/27] drm/tests: Add TDMS character rate connector state tests
` [PATCH v9 12/27] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v9 13/27] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v9 14/27] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v9 15/27] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v9 16/27] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v9 17/27] drm/tests: Add tests for "
` [PATCH v9 18/27] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v9 19/27] drm/tests: Add RGB Quantization tests
` [PATCH v9 20/27] drm/connector: hdmi: Add Infoframes generation
` [PATCH v9 21/27] drm/tests: Add infoframes test
` [PATCH v9 22/27] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v9 23/27] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v9 24/27] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v9 25/27] drm/vc4: tests: Convert to plane creation helper
` [PATCH v9 26/27] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v9 27/27] drm/sun4i: hdmi: "

[PATCH v1 0/5] media: ir-spi: A few cleanups
 2024-03-11 14:50 UTC  (4+ messages)

[PATCH v1 1/1] media: rc: gpio-ir-recv: Remove unused of_gpio.h
 2024-03-11 14:48 UTC  (4+ messages)

[GIT PULL FOR 6.9] Imagination E5010 JPEG encoder
 2024-03-11 14:09 UTC  (4+ messages)
` [GIT PULL FOR 6.9] Imagination E5010 JPEG encoder (#99731)

[PATCH 0/2] V4L2 async fixes
 2024-03-11 12:17 UTC  (3+ messages)
` [PATCH 1/2] media: v4l: async: Don't set notifier's V4L2 device if registering fails
` [PATCH 2/2] media: v4l: async: Properly check for a notifier initialised or registered

[v1] staging: media: starfive: Remove links when unregistering devices
 2024-03-11 12:03 UTC 

[PATCH] media: i2c: imx219: Use dev_err_probe on probe
 2024-03-11 11:35 UTC  (2+ messages)

[RESEND PATCH v2 0/4] Add auto suspend/resume,YUV422 format,SPS/PPS generation for each IDR
 2024-03-11 10:56 UTC  (5+ messages)
` [RESEND PATCH v2 1/4] media: chips-media: wave5: Support SPS/PPS "
` [RESEND PATCH v2 2/4] media: chips-media: wave5: Support runtime suspend/resume
` [RESEND PATCH v2 3/4] media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage
` [RESEND PATCH v2 4/4] media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder

[PATCH 0/3] Mediatek VCODEC documentation improvements
 2024-03-11 10:35 UTC  (7+ messages)
` [PATCH 1/3] media: mediatek: vcodec: Fix multiple typos
` [PATCH 2/3] media: mediatek: vcodec: Improve wording & fix grammatic issues
` [PATCH 3/3] media: mediatek: vcodec: Replace false function description

[PATCH v14 00/16] Add audio support in v4l2 framework
 2024-03-11  9:54 UTC  (17+ messages)
` [PATCH v14 01/16] media: v4l2-ctrls: add support for fraction_bits
` [PATCH v14 02/16] ASoC: fsl_asrc: define functions for memory to memory usage
` [PATCH v14 03/16] ASoC: fsl_easrc: "
` [PATCH v14 04/16] ASoC: fsl_asrc: move fsl_asrc_common.h to include/sound
` [PATCH v14 05/16] ASoC: fsl_asrc: register m2m platform device
` [PATCH v14 06/16] ASoC: fsl_easrc: "
` [PATCH v14 07/16] media: uapi: Add V4L2_CAP_AUDIO_M2M capability flag
` [PATCH v14 08/16] media: v4l2: Add audio capture and output support
` [PATCH v14 09/16] media: uapi: Define audio sample format fourcc type
` [PATCH v14 10/16] media: uapi: Add V4L2_CTRL_CLASS_M2M_AUDIO
` [PATCH v14 11/16] media: uapi: Add audio rate controls support
` [PATCH v14 12/16] media: uapi: Declare interface types for Audio
` [PATCH v14 13/16] media: uapi: Add an entity type for audio resampler
` [PATCH v14 14/16] media: vivid: add fixed point test controls
` [PATCH v14 15/16] media: imx-asrc: Add memory to memory driver
` [PATCH v14 16/16] media: vim2m-audio: add virtual driver for audio memory to memory

[PATCH v4 0/9] media: raspberrypi: Add support for PiSP Back End
 2024-03-11 10:17 UTC  (4+ messages)
` [PATCH v4 8/9] media: raspberrypi: Add support for PiSP BE

[PATCH] media: cxd2880: Add terminating new line to Kconfig
 2024-03-11 10:04 UTC 

[PATCH v13 00/16] Add audio support in v4l2 framework
 2024-03-11  2:07 UTC  (8+ messages)
` [PATCH v13 09/16] media: uapi: Define audio sample format fourcc type

[RFC PATCH net-next v6 00/15] Device Memory TCP
 2024-03-11  1:12 UTC  (8+ messages)
` [RFC PATCH net-next v6 01/15] queue_api: define queue api
` [RFC PATCH net-next v6 02/15] net: page_pool: create hooks for custom page providers

[RFC PATCH 00/13] bcm2835-codec: driver for HW codecs
 2024-03-10 12:54 UTC  (6+ messages)
` [RFC PATCH 04/13] media: videodev2.h: Add a format for column YUV4:2:0 modes

[PATCH v9 0/6] iio: new DMABUF based API
 2024-03-10 12:48 UTC  (7+ messages)
` [PATCH v9 1/6] dmaengine: Add API function dmaengine_prep_peripheral_dma_vec()
` [PATCH v9 2/6] dmaengine: dma-axi-dmac: Implement device_prep_peripheral_dma_vec
` [PATCH v9 3/6] iio: core: Add new DMABUF interface infrastructure
` [PATCH v9 4/6] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v9 5/6] iio: buffer-dmaengine: Support new DMABUF based userspace API
` [PATCH v9 6/6] Documentation: iio: Document high-speed DMABUF based API

[PATCH v8 0/6] iio: new DMABUF based API
 2024-03-10 12:41 UTC  (5+ messages)
` [PATCH v8 4/6] iio: buffer-dma: Enable support for DMABUFs
` [PATCH v8 5/6] iio: buffer-dmaengine: Support new DMABUF based userspace API
` [PATCH v8 6/6] Documentation: iio: Document high-speed DMABUF based API

[PATCH v8 3/6] iio: core: Add new DMABUF interface infrastructure
 2024-03-10 11:30 UTC  (4+ messages)

[PATCH v3] media: chips-media: wave5: Add hrtimer based polling support
 2024-03-10 10:48 UTC 

v6.8.0-rc6: mei_ace_probe / mei_vsc_probe: do not call blocking ops when !TASK_RUNNING
 2024-03-10  8:58 UTC  (9+ messages)

[PATCH v2 2/2] media: mgb4: Add support for V4L2_CAP_TIMEPERFRAME
 2024-03-09 18:50 UTC  (3+ messages)

[PATCH v2] media: chips-media: wave5: Add hrtimer based polling support
 2024-03-09 12:10 UTC  (4+ messages)

cron job: media_tree daily build: WARNINGS
 2024-03-09  2:46 UTC 

[sailus-media-tree:master] BUILD SUCCESS WITH WARNING 54ee11761885407056f4ca60309739e2db6b02dc
 2024-03-09  1:56 UTC 

[sailus-media-tree:master 26/27] drivers/media/v4l2-core/v4l2-async.c:623:13: warning: unused variable 'ret'
 2024-03-09  0:41 UTC 

[PATCH 3/5] media: imx335: Use V4L2 CCI for accessing sensor registers
 2024-03-08 22:36 UTC  (2+ messages)

[PATCH 1/5] media: imx335: Support 2 or 4 lane operation modes
 2024-03-08 20:51 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).