linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-30 08:34:47 to 2022-10-06 09:41:17 UTC [more...]

[PATCH 00/16] Updates to ov9282 sensor driver
 2022-10-06  9:41 UTC  (27+ messages)
` [PATCH 01/16] media: i2c: ov9282: Remove duplication of registers
` [PATCH 02/16] media: i2c: ov9282: Split registers into common and mode specific
` [PATCH 03/16] media: i2c: ov9282: Remove format code from the mode
` [PATCH 04/16] media: i2c: ov9282: Remove pixel rate from mode definition
` [PATCH 05/16] media: i2c: ov9281: Support more than 1 mode
` [PATCH 06/16] media: i2c: ov9282: Correct HTS register for configured pixel rate
` [PATCH 07/16] media: i2c: ov9282: Reduce vblank_min values based on testing
` [PATCH 08/16] media: i2c: ov9282: Add selection for CSI2 clock mode
` [PATCH 09/16] media: i2c: ov9282: Add the properties from fwnode
` [PATCH 10/16] media: i2c: ov9282: Action CID_VBLANK when set
` [PATCH 11/16] media: i2c: ov9282: Add HFLIP and VFLIP support
` [PATCH 12/16] media: i2c: ov9282: Make V4L2_CID_HBLANK r/w
` [PATCH 13/16] media: i2c: ov9282: Add selection API calls for cropping info
` [PATCH 14/16] media: i2c: ov9282: Add support for 1280x800 and 640x400 modes
` [PATCH 15/16] media: i2c: ov9282: Add support for 8bit readout
` [PATCH 16/16] media: i2c: ov9282: Support event handlers

[PATCH 00/10] media: ar0521: Add analog gain, rework clock tree
 2022-10-06  5:51 UTC  (14+ messages)
` [PATCH 01/10] media: ar0521: Implement enum_frame_sizes
` [PATCH 02/10] media: ar0521: Add V4L2_CID_ANALOG_GAIN
` [PATCH 03/10] media: ar0521: Set maximum resolution to 2592x1944
` [PATCH 04/10] media: ar0521: Rework PLL computation
` [PATCH 05/10] media: ar0521: Add LINK_FREQ control
` [PATCH 06/10] media: ar0521: Configure pixel rate using LINK_FREQ
` [PATCH 07/10] media: ar0521: Adjust exposure and blankings limits
` [PATCH 08/10] media: ar0521: Setup controls at s_stream time
` [PATCH 09/10] media: ar0521: Rework startup sequence
` [PATCH 10/10] media: ar0521: Tab-align definitions

[PATCH] dt-bindings: mediatek: vcodec: Add the platform compatible to schema
 2022-10-06  1:13 UTC  (4+ messages)

[PATCH] media: mxl5005s: Make array RegAddr static const
 2022-10-05 16:06 UTC 

[PATCH 0/2] media: Add regulator support to ov9282
 2022-10-05 15:20 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: media: ovti,ov9282: Add optional regulators
` [PATCH 2/2] media: i2c: ov9282: Add support for regulators

[PATCH] media: exynos4-is: don't rely on the v4l2_async_subdev internals
 2022-10-05 14:47 UTC  (2+ messages)

[PATCH v3 0/4] Add driver for CSI2 and CRU modules found on Renesas RZ/G2L SoC
 2022-10-05 13:30 UTC  (6+ messages)
` [PATCH v3 1/4] media: dt-bindings: Document Renesas RZ/G2L CSI-2 block
` [PATCH v3 2/4] media: dt-bindings: Document Renesas RZ/G2L CRU block
` [PATCH v3 3/4] media: platform: Add Renesas RZ/G2L MIPI CSI-2 receiver driver
` [PATCH v3 4/4] media: platform: Add Renesas RZ/G2L CRU driver

[PATCH] edid-decode: fix clock step for CVT RBv3
 2022-10-05 12:12 UTC 

[PATCH v4 0/2] Add vcodec lat and core nodes for mt8192
 2022-10-05 11:58 UTC  (8+ messages)
` [PATCH v4 1/2] media: dt-bindings: mediatek: Rename child node names for decoder
` [PATCH v4 2/2] arm64: dts: mt8192: Add vcodec lat and core nodes

[GIT PULL for v6.1-rc1] media updates
 2022-10-05  9:28 UTC  (2+ messages)
` [GIT PULL for v6.1-rc1] media updates (#86503)

[PATCH 0/3] Few corrections in non-tz firmware boot
 2022-10-05  8:37 UTC  (4+ messages)
` [PATCH 1/3] venus: firmware: Correct reset bit
` [PATCH 2/3] venus: firmware: Correct non-pix start and end addresses
` [PATCH 3/3] venus: firmware: Correct assertion of reset bit on remote processor

cron job: media_tree daily build: WARNINGS
 2022-10-05  1:40 UTC 

[RFC PATCH 2/2] media: vivpu: add virtual VPU driver
 2022-10-04 23:10 UTC  (4+ messages)
` [RFC PATCH v2] media: visl: add virtual stateless driver

[PATCH] media: atomisp: Fix spelling mistake "modee" -> "mode"
 2022-10-04 22:26 UTC  (4+ messages)

[PATCH v6 1/4] vb2: split the io_flags member of vb2_queue into a bit field
 2022-10-04 21:43 UTC  (9+ messages)
` [PATCH v6 2/4] vb2: add allow_zero_bytesused flag to the vb2_queue struct

[PATCH] edid-decode: fix typo for tiled display bezel
 2022-10-04 20:20 UTC  (2+ messages)

[PATCH v2] utils: add v4l2-tracer utility
 2022-10-04 18:57 UTC 

[PATCH v6, 0/8] Support H264 multi-core encoder on MT8195
 2022-10-04 12:08 UTC  (12+ messages)
` [PATCH v6, 1/8] dt-bindings: media: mediatek: vcodec: Adds encoder cores dt-bindings for mt8195
` [PATCH v6, 2/8] media: mediatek: vcodec: Enable venc dual core usage
` [PATCH v6, 3/8] media: mediatek: vcodec: Refactor venc power manage function
` [PATCH v6, 4/8] media: mediatek: vcodec: Add more extra processing for multi-core encoding
` [PATCH v6, 5/8] media: mediatek: vcodec: Add venc power on/off function
` [PATCH v6, 6/8] media: mediatek: vcodec: Refactor encoder clock "
` [PATCH v6, 7/8] media: mediatek: vcodec: Add multi-core encoding process
` [PATCH v6, 8/8] media: mediatek: vcodec: Return encoding result in asynchronous mode

[PATCH v15 00/19] v4l: routing and streams support
 2022-10-04 10:05 UTC  (26+ messages)
` [PATCH v15 01/19] media: v4l2-subdev: Sort includes
` [PATCH v15 02/19] media: add V4L2_SUBDEV_FL_STREAMS
` [PATCH v15 03/19] media: add V4L2_SUBDEV_CAP_STREAMS
` [PATCH v15 04/19] media: Documentation: Add GS_ROUTING documentation
` [PATCH v15 05/19] media: subdev: Add [GS]_ROUTING subdev ioctls and operations
` [PATCH v15 06/19] media: subdev: add v4l2_subdev_has_pad_interdep()
` [PATCH v15 07/19] media: subdev: add v4l2_subdev_set_routing helper()
` [PATCH v15 08/19] media: subdev: Add for_each_active_route() macro
` [PATCH v15 09/19] media: Documentation: add multiplexed streams documentation
` [PATCH v15 10/19] media: subdev: add stream based configuration
` [PATCH v15 11/19] media: subdev: use streams in v4l2_subdev_link_validate()
` [PATCH v15 12/19] media: subdev: add "opposite" stream helper funcs
` [PATCH v15 13/19] media: subdev: add streams to v4l2_subdev_get_fmt() helper function
` [PATCH v15 14/19] media: subdev: add v4l2_subdev_set_routing_with_fmt() helper
` [PATCH v15 15/19] media: subdev: add v4l2_subdev_routing_validate() helper
` [PATCH v15 16/19] media: v4l2-subdev: Add v4l2_subdev_state_xlate_streams() helper
` [PATCH v15 17/19] media: v4l2-subdev: Add subdev .(enable|disable)_streams() operations
` [PATCH v15 18/19] media: v4l2-subdev: Add v4l2_subdev_s_stream_helper() function
` [PATCH v15 19/19] media: Add stream to frame descriptor

[PATCH] media: platform: mtk-mdp3: remove unused VIDEO_MEDIATEK_VPU config
 2022-10-04  9:49 UTC  (2+ messages)

[PATCH v2 0/4] media: camss: sm8250: Virtual channels support for SM8250
 2022-10-04  9:45 UTC  (7+ messages)
` [PATCH 1/4] media: camss: sm8250: Virtual channels for CSID
` [PATCH 2/4] media: camss: vfe: Reserve VFE lines on stream start and link to CSID
` [PATCH 3/4] media: camss: vfe-480: Multiple outputs support for SM8250

[ANN] Report of the Media Mini Summit Dublin - September 12th, 2022
 2022-10-04  8:48 UTC 

Venus video encoder device doesn't produce any frames
 2022-10-04  8:16 UTC 

Thanks for checking in with myPlanit!
 2022-10-04  8:12 UTC 

[PATCH v3 0/5] Add the cat24c208 EDID EEPROM driver + new EDID capability
 2022-10-04  8:02 UTC  (4+ messages)
` [PATCH v3 3/5] dt-bindings: media: add cat24c208 bindings

[PATCH v8 00/10] media: Implement UVC v1.5 ROI
 2022-10-04  7:39 UTC  (6+ messages)
` [PATCH v8 08/10] v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VAL

cron job: media_tree daily build: WARNINGS
 2022-10-04  1:37 UTC 

UK Freeview CSV to scannel list conversion
 2022-10-03 20:11 UTC 

[PATCH v2 0/2] Fix error handling for MDP3
 2022-10-03 12:37 UTC  (4+ messages)
` [PATCH v2 1/2] media: platform: mtk-mdp3: fix error handling in mdp_cmdq_send()
` [PATCH v2 2/2] media: platform: mtk-mdp3: fix error handling about components clock_on

[PATCH v14 00/34]
 2022-10-03 11:32 UTC  (18+ messages)
` [PATCH v14 03/34] media: subdev: increase V4L2_FRAME_DESC_ENTRY_MAX to 8
` [PATCH v14 19/34] media: Documentation: Add GS_ROUTING documentation
` [PATCH v14 20/34] media: subdev: Add [GS]_ROUTING subdev ioctls and operations

[PATCH v2 3/3] Added Digiteq Automotive MGB4 driver
 2022-10-03  5:19 UTC  (2+ messages)

[PATCH v1 0/2] Fix error handling for MDP3
 2022-10-03  2:48 UTC  (6+ messages)
` [PATCH v1 1/2] media: platform: mtk-mdp3: fix error handling in mdp_cmdq_send()
` [PATCH v1 2/2] media: platform: mtk-mdp3: fix error handling about components clock_on

[ANN] Media Summit at ELCE Dublin, September 12: Draft Agenda V2
 2022-10-03  0:20 UTC  (8+ messages)

[PATCH] usb: gadget: uvc: don't put item still in use
 2022-10-02 22:49 UTC  (6+ messages)
  ` [PATCH v2] "

[PATCH v4] media: i2c: imx334: support lower bandwidth mode
 2022-10-02 12:28 UTC  (8+ messages)

[GIT PULL for v6.0] media fixes
 2022-10-01 16:52 UTC  (3+ messages)
` [GIT PULL for v6.0] media fixes (#86466)

[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-10-01 16:28 UTC  (5+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
` [PATCH v2 02/16] slab: Introduce kmalloc_size_roundup()

[syzbot] INFO: rcu detected stall in kernfs_fop_release
 2022-10-01 14:25 UTC 

[RFC PATCH v5] media: mediatek: vcodec: support stateless AV1 decoder
 2022-10-01  1:29 UTC 

[PATCH v2 0/4] Add driver for CSI2 and CRU modules found on Renesas RZ/G2L SoC
 2022-09-30 21:05 UTC  (11+ messages)
` [PATCH v2 2/4] media: dt-bindings: Document Renesas RZ/G2L CRU block

[PATCH v3] dt-bindings: media: st,stmipid02: Convert the text bindings to YAML
 2022-09-30 20:53 UTC  (2+ messages)

[PATCH] drm/sched: Fix kernel NULL pointer dereference error
 2022-09-30 15:39 UTC  (3+ messages)

[GIT PULL FOR v6.2 v2] imx-jpeg & mtk-jpeg: fixes and enhancements
 2022-09-30 14:55 UTC 

[GIT PULL FOR v6.2] imx-jpeg & mtk-jpeg: fixes and enhancements
 2022-09-30 14:28 UTC 

[PATCH] media: meson/vdec: always init coef_node_start
 2022-09-30 14:14 UTC 

[PATCH v4 0/4] Add support for Toshiba TC358746
 2022-09-30 12:48 UTC  (5+ messages)
` [PATCH v4 1/4] phy: dphy: refactor get_default_config
` [PATCH v4 2/4] phy: dphy: add support to calculate the timing based on hs_clk_rate
` [PATCH v4 3/4] media: dt-bindings: add bindings for Toshiba TC358746
` [PATCH v4 4/4] media: tc358746: add Toshiba TC358746 Parallel to CSI-2 bridge driver

[PATCH] Add NULL check for s_fence->parent
 2022-09-30 11:27 UTC  (2+ messages)

[PATCH v3 0/2] Add vcodec lat and core nodes for mt8192
 2022-09-30 10:50 UTC  (6+ messages)
` [PATCH v3 1/2] media: dt-bindings: mediatek: Rename child node names for decoder
` [PATCH v3 2/2] arm64: dts: mt8192: Add vcodec lat and core nodes

[PATCH v8 05/10] media: uvcvideo: Add support for compound controls
 2022-09-30  9:11 UTC  (2+ messages)

[PATCH v2] drm/sched: Add NULL check for s_fence->parent
 2022-09-30  8:44 UTC 


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).