Linux-Media Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-16 11:13:48 to 2021-12-20 08:45:26 UTC [more...]

[PATCH 0/3] media: i2c: max9286: Small new features
 2021-12-20  8:45 UTC  (16+ messages)
` [PATCH 1/3] dt-bindings: media: i2c: max9286: Add support for per-port supplies
` [PATCH 2/3] media: i2c: max9286: Add support for port regulators
` [PATCH 3/3] media: i2c: max9286: Support manual framesync operation

[PATCH v2] media: saa7134: use swap() to make code cleaner
 2021-12-20  7:46 UTC 

[PATCH] udmabuf: put dmabuf in case of get fd failed
 2021-12-20  5:43 UTC 

[PATCH 1/3] dma-buf: make the flags can be configured during dma fence init
 2021-12-20  5:30 UTC  (3+ messages)
` [PATCH 3/3] drm: fix the warnning of string style for scheduler trace

[RFC 0/5] arm64: imx8mm: Enable Hantro VPUs
 2021-12-20  3:13 UTC  (26+ messages)

[PATCH v7 0/4] add aspeed-jpeg support for aspeed-video
 2021-12-20  2:01 UTC  (5+ messages)
` [PATCH v7 1/4] media: v4l: Add definition for the Aspeed JPEG format
` [PATCH v7 2/4] media: v4l2-ctrls: Reserve controls for ASPEED
` [PATCH v7 3/4] media: aspeed: Support aspeed mode to reduce compressed data
` [PATCH v7 4/4] media: aspeed: Extend debug message

[PATCH v2 0/2] media: i2c: IMX296 camera sensor support
 2021-12-19 22:09 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: media: i2c: Add IMX296 CMOS sensor binding
` [PATCH v2 2/2] media: i2c: IMX296 camera sensor driver

[syzbot] general protection fault in sg_alloc_append_table_from_pages
 2021-12-19 17:27 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in drm_gem_object_release_handle
 2021-12-19 15:57 UTC  (3+ messages)

[syzbot] general protection fault in virtio_gpu_array_put_free
 2021-12-19  6:54 UTC  (2+ messages)

Kernel hangs after DVB patch from July 2021 with Hauppauge WinTV dualHD
 2021-12-18 23:19 UTC  (7+ messages)

[PATCH] media: saa7134: use swap() to make code cleaner
 2021-12-18  9:16 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2021-12-18  5:46 UTC 

CFP FOSDEM22 Graphics DevRoom
 2021-12-17 21:17 UTC 

[PATCH v10 00/38] v4l: subdev internal routing and streams
 2021-12-17 17:55 UTC  (28+ messages)
` [PATCH v10 02/38] media: subdev: add active state to struct v4l2_subdev
` [PATCH v10 03/38] media: subdev: pass also the active state to subdevs from ioctls
` [PATCH v10 04/38] media: subdev: add subdev state locking
` [PATCH v10 05/38] media: subdev: Add v4l2_subdev_lock_and_return_state()
` [PATCH v10 06/38] media: Documentation: add documentation about subdev state
` [PATCH v10 28/38] media: subdev: Add [GS]_ROUTING subdev ioctls and operations

completely rework the dma_resv semantic
 2021-12-17 14:39 UTC  (2+ messages)

[PATCH v2 0/6] v4l: subdev active state
 2021-12-17 14:35 UTC  (8+ messages)
` [PATCH v2 1/6] media: subdev: rename subdev-state alloc & free
` [PATCH v2 2/6] media: subdev: add active state to struct v4l2_subdev
` [PATCH v2 3/6] media: subdev: pass also the active state to subdevs from ioctls
` [PATCH v2 4/6] media: subdev: add subdev state locking
` [PATCH v2 5/6] media: subdev: Add v4l2_subdev_lock_and_return_state()
` [PATCH v2 6/6] media: Documentation: add documentation about subdev state

[PATCH v8 0/7] arm64: dts: renesas: Enable MAX9286 on Eagle and Condor
 2021-12-17 14:30 UTC  (9+ messages)
` [PATCH v8 1/7] dt-bindings: media: max9286: Re-indent example
` [PATCH v8 2/7] dt-bindings: media: max9286: Define 'maxim,gpio-poc'
` [PATCH v8 3/7] media: i2c: max9286: Use "maxim,gpio-poc" property
` [PATCH v8 4/7] arm64: dts: renesas: condor: Enable MAX9286
` [PATCH v8 5/7] arm64: dts: renesas: eagle: "
` [PATCH v8 6/7] arm64: dts: renesas: Add GMSL cameras .dtsi
` [PATCH v8 7/7] DNI: arm64: dts: renesas: eagle: Include eagle-gmsl
` [v8.1 3/7] media: i2c: max9286: Use "maxim,gpio-poc" property

[PATCH v4 0/6] media: max9286: Add multiplexed streams support
 2021-12-17 14:12 UTC  (21+ messages)
` [PATCH v4 1/6] media: max9286: Add support for v4l2_subdev_state
` [PATCH v4 2/6] media: max9286: Implement set_routing
` [PATCH v4 3/6] media: max9286: Use enabled routes to calculate pixelrate
` [PATCH v4 4/6] media: max9286: Use routes to configure link order
` [PATCH v4 5/6] media: max9286: Move format to subdev state
` [PATCH v4 6/6] media: max9286: Implement get_frame_desc()

[GIT PULL FOR v5.17] zoran: merge into one module, many fixes
 2021-12-17 13:59 UTC  (2+ messages)
` [GIT PULL FOR v5.17] zoran: merge into one module, many fixes (#79583)

[PATCH 0/6] v4l: subdev active state
 2021-12-17 13:19 UTC  (12+ messages)
` [PATCH 1/6] media: subdev: rename subdev-state alloc & free
` [PATCH 2/6] media: subdev: add active state to struct v4l2_subdev
` [PATCH 3/6] media: subdev: pass also the active state to subdevs from ioctls
` [PATCH 4/6] media: subdev: add subdev state locking
` [PATCH 5/6] media: subdev: Add v4l2_subdev_lock_and_return_state()
` [PATCH 6/6] media: Documentation: add documentation about subdev state

ダンボール通販のボックスバンク お問い合わせいただきありがとうございました
 2021-12-17 10:28 UTC 

[PATCH 0/2] v4l: Proposed improvements for muxed streams v10
 2021-12-17 10:08 UTC  (5+ messages)
` [PATCH 1/2] media: subdev: Rename v4l2_state_get_stream_format() with subdev prefix
` [PATCH 2/2] media: subdev: Extend routing validation helper

[PATCH 0/4] Correct timing report
 2021-12-17  9:54 UTC  (5+ messages)
` [PATCH 1/4] media: aspeed: Correct value for h-total-pixels
` [PATCH 2/4] media: aspeed: Use FIELD_GET to improve readability
` [PATCH 3/4] media: aspeed: Correct values for detected timing
` [PATCH 4/4] media: aspeed: Fix timing polarity incorrect

[PATCH] dma-buf: dma-heap: Add a size limitation for allocation
 2021-12-17  9:41 UTC 

[PATCH trivial] media: dvb_ringbuffer: Fix typo in dvb_ringbuffer_pkt_write() kerneldoc
 2021-12-17  9:08 UTC 

[PATCH 0/5] media: adv748x: Add CSI-2 VC support
 2021-12-17  7:30 UTC  (10+ messages)
` [PATCH 1/5] media: adv748x: Add flags to adv748x_subdev_init()
` [PATCH 2/5] media: adv748x: Add support for v4l2_subdev_state
` [PATCH 3/5] media: adv748x: Move format to subdev state
` [PATCH 4/5] media: adv748x: Implement .get_frame_desc()
` [PATCH 5/5] media: adv748x: Implement set_routing

cron job: media_tree daily build: ERRORS
 2021-12-17  5:45 UTC 

[PATCH v1, 00/12] media: mtk-vcodec: support for MT8192 h264 decoder
 2021-12-17  3:23 UTC  (4+ messages)
` [PATCH v1, 12/12] media: mtk-vcodec: Add h264 slice api driver for mt8192

[PATCH v17, 00/19] Support multi hardware decode using of_platform_populate
 2021-12-17  1:55 UTC  (20+ messages)
` [PATCH v17, 01/19] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v17, 02/19] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v17, 03/19] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v17, 04/19] media: mtk-vcodec: export decoder pm functions
` [PATCH v17, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v17, 06/19] media: mtk-vcodec: Add to support multi hardware decode
` [PATCH v17, 07/19] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v17, 08/19] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v17, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v17, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v17, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v17, 12/19] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v17, 13/19] media: mtk-vcodec: Add work queue for core hardware decode
` [PATCH v17, 14/19] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v17, 15/19] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v17, 16/19] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v17, 17/19] media: mtk-vcodec: Use codec type to separate different hardware
` [PATCH v17, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v17, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm

[PATCH V2 00/10] media: hantro: imx8mq/imx8mm: Let VPU decoders get controlled by vpu-blk-ctrl
 2021-12-16 23:03 UTC  (19+ messages)
` [PATCH V2 01/10] dt-bindings: power: imx8mq: add defines for VPU blk-ctrl domains
` [PATCH V2 02/10] dt-bindings: soc: add binding for i.MX8MQ VPU blk-ctrl
` [PATCH V2 04/10] dt-bindings: media: nxp,imx8mq-vpu: Split G1 and G2 nodes
` [PATCH V2 05/10] media: hantro: Allow i.MX8MQ G1 and G2 to run independently
` [PATCH V2 08/10] dt-bindings: media: nxp,imx8mq-vpu: Add support for G1 and G2 on imx8mm
` [PATCH V2 09/10] media: hantro: Add support for i.MX8MM
` [PATCH V2 10/10] arm64: dts: imx8mm: Enable Hantro G1 and G2 video decoders

[PATCH v16, 13/19] media: mtk-vcodec: Add work queue for core hardware decode
 2021-12-16 20:34 UTC  (3+ messages)

[git:media_tree/master] media: i2c: max9286: Use dev_err_probe() helper
 2021-12-16 20:27 UTC 

[GIT PULL FOR 5.17] Ipu3-cio2 VCM on Windows BIOS
 2021-12-16 16:42 UTC  (2+ messages)
` [GIT PULL FOR 5.17] Ipu3-cio2 VCM on Windows BIOS (#79523)

[RFC PATCH] Implement a POC for V4L2 stateless uAPI versioning
 2021-12-16 14:50 UTC  (3+ messages)

[GIT PULL FOR v5.17] hantro: add Allwinner H6 support
 2021-12-16 14:19 UTC  (2+ messages)
` [GIT PULL FOR v5.17] hantro: add Allwinner H6 support (#79519)

[PATCH v3 0/2] max9271: Fix pclk detect silent failure
 2021-12-16 14:00 UTC  (2+ messages)

[PATCH v2 00/13] media: Add multiplexed support to R-Car CSI-2 and GMSL
 2021-12-16 13:32 UTC  (8+ messages)
` [PATCH v2 01/13] media: max9286: Add support for v4l2_subdev_state
` [PATCH v2 02/13] media: max9286: Implement set_routing
` [PATCH v2 05/13] media: max9286: Move format to subdev state

[PATCH] media: prefer generic SPDX-License expression to deprecated one
 2021-12-16 13:17 UTC  (6+ messages)

[GIT PULL v2 FOR 5.17] V4L2 patches
 2021-12-16 13:04 UTC  (2+ messages)
` [GIT PULL v2 FOR 5.17] V4L2 patches (#79518)

[GIT PULL FOR 5.17] V4L2 patches
 2021-12-16 12:32 UTC  (4+ messages)
` [GIT PULL FOR 5.17] V4L2 patches (#79461)

[PATCH v9 0/3] media: i2c: isl7998x: Add driver for Intersil ISL7998x
 2021-12-16 12:12 UTC  (6+ messages)
` [PATCH v9 3/3] "

[PATCH 5/5] media: v4l2-async: Create links during v4l2_async_match_notify()
 2021-12-16 11:14 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).