linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-24 16:20:13 to 2022-08-28 04:52:45 UTC [more...]

cron job: media_tree daily build: ERRORS
 2022-08-28  4:52 UTC 

[PATCH v13 0/5] Add support for RZ/G2L VSPD
 2022-08-27 18:26 UTC  (15+ messages)
` [PATCH v13 1/5] media: dt-bindings: media: renesas,vsp1: Document RZ/G2L VSPD bindings
` [PATCH v13 2/5] media: renesas: vsp1: Add support to deassert/assert reset line
` [PATCH v13 3/5] media: renesas: vsp1: Add support for VSP software version
` [PATCH v13 4/5] media: renesas: vsp1: Add VSP1_HAS_NON_ZERO_LBA feature bit
` [PATCH v13 5/5] media: renesas: vsp1: Add support for RZ/G2L VSPD

cron job: media_tree daily build: ERRORS
 2022-08-27  4:51 UTC 

[PATCH v6 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver
 2022-08-26 22:44 UTC  (12+ messages)
` [PATCH v6 1/6] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v6 2/6] dt-bindings: media: sun6i-a31-csi: Add ISP output port
` [PATCH v6 3/6] staging: media: Add support for the Allwinner A31 ISP
` [PATCH v6 4/6] MAINTAINERS: Add entry for the Allwinner A31 ISP driver
` [PATCH v6 5/6] media: sun6i-csi: Detect the availability of the ISP
` [PATCH v6 6/6] media: sun6i-csi: Add support for hooking to the isp devices

[PATCH] media: mceusb: Use new usb_control_msg_*() routines
 2022-08-26 19:31 UTC 

[RFC 0/2] v4l2 stateless tracer/retracer utilities
 2022-08-26 19:18 UTC  (4+ messages)
` [RFC 1/2] utils: add stateless tracer utility

[PATCH v5 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / Platform Support
 2022-08-26 19:08 UTC  (9+ messages)
` [PATCH v5 1/6] clk: sunxi-ng: v3s: Export MBUS and DRAM clocks to the public header
` [PATCH v5 2/6] ARM: dts: sun8i: v3s: Add mbus node to represent the interconnect
` [PATCH v5 3/6] ARM: dts: sun8i: v3s: Add nodes for MIPI CSI-2 support
` [PATCH v5 4/6] ARM: dts: sun8i: v3s: Add support for the ISP
` [PATCH v5 5/6] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH NOT FOR MERGE v5 6/6] ARM: dts: sun8i: a83t: bananapi-m3: Enable MIPI CSI-2 with OV8865

[PATCH 4/5] media: rkisp1: Use RKISP1_CIF_ISP_LSC_GRAD_SIZE() for gradient registers
 2022-08-26 19:06 UTC  (3+ messages)
` [PATCH v1.1 4/5] media: rkisp1: Use correct macro "

[PATCH 0/3] media: rkisp1: Improve DPCC configuration
 2022-08-26 19:04 UTC  (3+ messages)
` [PATCH 3/3] media: rockchip: rkisp1: Define macros for DPCC configurations in UAPI

[PATCH v6 00/43] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework
 2022-08-26 18:32 UTC  (44+ messages)
` [PATCH v6 01/43] media: sun6i-csi: Define and use driver name and (reworked) description
` [PATCH v6 02/43] media: sun6i-csi: Refactor main driver data structures
` [PATCH v6 03/43] media: sun6i-csi: Tidy up platform code
` [PATCH v6 04/43] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v6 05/43] media: sun6i-csi: Define and use variant to get "
` [PATCH v6 06/43] media: sun6i-csi: Use runtime pm for clocks and reset
` [PATCH v6 07/43] media: sun6i-csi: Tidy up Kconfig
` [PATCH v6 08/43] media: sun6i-csi: Tidy up v4l2 code
` [PATCH v6 09/43] media: sun6i-csi: Tidy up video code
` [PATCH v6 10/43] media: sun6i-csi: Pass and store csi device directly in "
` [PATCH v6 11/43] media: sun6i-csi: Register the media device after creation
` [PATCH v6 12/43] media: sun6i-csi: Remove controls handler from the driver
` [PATCH v6 13/43] media: sun6i-csi: Add media ops with link notify callback
` [PATCH v6 14/43] media: sun6i-csi: Introduce and use video helper functions
` [PATCH v6 15/43] media: sun6i-csi: Move csi buffer definition to main header file
` [PATCH v6 16/43] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v6 17/43] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture
` [PATCH v6 18/43] media: sun6i-csi: Add capture state using vsync for page flip
` [PATCH v6 19/43] media: sun6i-csi: Rework register definitions, invert misleading fields
` [PATCH v6 20/43] media: sun6i-csi: Add dimensions and format helpers to capture
` [PATCH v6 21/43] media: sun6i-csi: Implement address configuration without indirection
` [PATCH v6 22/43] media: sun6i-csi: Split stream sequences and irq code in capture
` [PATCH v6 23/43] media: sun6i-csi: Move power management to runtime pm "
` [PATCH v6 24/43] media: sun6i-csi: Move register configuration to capture
` [PATCH v6 25/43] media: sun6i-csi: Rework capture format management with helper
` [PATCH v6 26/43] media: sun6i-csi: Remove custom format helper and rework configure
` [PATCH v6 27/43] media: sun6i-csi: Add bridge dimensions and format helpers
` [PATCH v6 28/43] media: sun6i-csi: Get mbus code from bridge instead of storing it
` [PATCH v6 29/43] media: sun6i-csi: Tidy capture configure code
` [PATCH v6 30/43] media: sun6i-csi: Introduce bridge format structure, list and helper
` [PATCH v6 31/43] media: sun6i-csi: Introduce capture "
` [PATCH v6 32/43] media: sun6i-csi: Configure registers from format tables
` [PATCH v6 33/43] media: sun6i-csi: Introduce format match structure, list and helper
` [PATCH v6 34/43] media: sun6i-csi: Implement capture link validation with logic
` [PATCH v6 35/43] media: sun6i-csi: Get bridge subdev directly in capture stream ops
` [PATCH v6 36/43] media: sun6i-csi: Move hardware control to the bridge
` [PATCH v6 37/43] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture
` [PATCH v6 38/43] media: sun6i-csi: Cleanup headers and includes, update copyright lines
` [PATCH v6 39/43] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code
` [PATCH v6 40/43] media: sun6i-csi: Only configure capture when streaming
` [PATCH v6 41/43] media: sun6i-csi: Add extra checks to the interrupt routine
` [PATCH v6 42/43] media: sun6i-csi: Request a shared interrupt
` [PATCH v6 43/43] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry

[PATCH] [media] v4l2: Add AV1, AVS and AVS2 format
 2022-08-26 18:12 UTC  (2+ messages)

[PATCH 0/4] Allow MMIO regions to be exported through dma-buf
 2022-08-26 18:10 UTC  (4+ messages)
` [PATCH 4/4] vfio/pci: "
  ` Fwd: "

[RFC PATCH v3] media: Add AV1 uAPI
 2022-08-26 16:26 UTC  (4+ messages)

[PATCH v3 0/5] media: Add ST VGXY61 camera sensor driver
 2022-08-26 14:17 UTC  (7+ messages)
` [PATCH v3 3/5] media: uapi: Add ST VGXY61 header file
` [PATCH v3 5/5] media: i2c: Add driver for ST VGXY61 camera sensor

[PATCH] media: v4l2-ctrls-core.c: fix incorrect init if from_idx > 0
 2022-08-26 14:03 UTC 

[PATCH] media: i2c: Fix repeated word in comments
 2022-08-26 12:47 UTC  (5+ messages)

[PATCH 1/1] v4l: subdev: Fail graciously when getting try data for NULL state
 2022-08-26 11:56 UTC 

[PATCH 1/1] ipu3-imgu: Fix NULL pointer dereference in active selection access
 2022-08-26 10:40 UTC  (2+ messages)

[PATCH] media: usb: Fix repeated word in comments
 2022-08-26 10:00 UTC 

[PATCH] media: pci: Fix repeated word in comments
 2022-08-26 10:00 UTC 

[PATCH] media: platform: ti: Fix repeated word in comments
 2022-08-26 10:00 UTC 

[PATCH] media: dvb-frontends: Fix repeated word in comments
 2022-08-26 10:00 UTC 

[PATCH] media: v4l2: Fix repeated word in comments
 2022-08-26 10:00 UTC 

[PATCH v2, 0/6] support mt8188 h264 encoder
 2022-08-26  9:46 UTC  (4+ messages)
` [PATCH v2, 4/6] media: mediatek: vcodec: Remove encoder driver get IRQ resource

[V13,0/7] Enable two hardware jpeg encoder for MT8195
 2022-08-26  9:45 UTC  (9+ messages)
` [V13,1/7] dt-bindings: mediatek: Add mediatek, mt8195-jpgenc compatible
` [V13,2/7] mtk-jpegenc: export jpeg encoder functions
` [V13,3/7] mtk-jpegenc: support jpegenc multi-hardware
` [V13,4/7] mtk-jpegenc: add jpegenc timeout func interface
` [V13,5/7] mtk-jpegenc: add jpeg encode worker interface
` [V13,6/7] mtk-jpegenc: add output pic reorder interface
` [V13,7/7] mtk-jpegenc: add stop cmd interface for jpgenc

[V7,0/8] Support multi-hardware jpeg decoder for MT8195
 2022-08-26  9:29 UTC  (9+ messages)
` [V7,1/8] dt-bindings: mediatek: Add mediatek,mt8195-jpgdec compatible
` [V7,2/8] media: mtk-jpegdec: export jpeg decoder functions
` [V7,3/8] media: mtk-jpegdec: support jpegdec multi-hardware
` [V7,4/8] media: mtk-jpegdec: add jpegdec timeout func interface
` [V7,5/8] media: mtk-jpegdec: add jpeg decode worker interface
` [V7,6/8] media: mtk-jpegdec: add output pic reorder interface
` [V7,7/8] media: mtk-jpegdec: refactor jpegdec func interface
` [V7,8/8] mtk-jpegdec: add stop cmd interface for jpgdec

[PATCH v5 0/4] media: amphion: add support for contiguous format
 2022-08-26  8:34 UTC  (9+ messages)
` [PATCH v5 1/4] media: add nv12_8l128 and nv12_10be_8l128 video format
` [PATCH v5 2/4] media: amphion: tell and handle contiguous and non contiguous format
    ` [EXT] "
` [PATCH v5 3/4] media: amphion: decoder add support for contiguous planes
` [PATCH v5 4/4] media: amphion: encoder "

[PATCH] drm/ast: add dmabuf/prime buffer sharing support
 2022-08-26  7:29 UTC  (2+ messages)

[PATCH] media: v4l2-ctrl: Add main 10 still picture profile for hevc
 2022-08-26  6:34 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2022-08-26  4:51 UTC 

[PATCH v5 0/5] Support Nuvoton NPCM Video Capture/Encode Engine
 2022-08-26  2:41 UTC  (6+ messages)
` [PATCH v5 1/5] arm: dts: Add node for "
` [PATCH v5 2/5] dt-bindings: media: Add dt-bindings "
` [PATCH v5 3/5] dt-bindings: arm/npcm: Add dt-bindings for Graphics Core Information
` [PATCH v5 4/5] media: Add HEXTILE compressed format
` [PATCH v5 5/5] drivers: media: platform: Add NPCM Video Capture/Encode Engine driver

[PATCH v1 0/3] cedrus: Various bug fixes
 2022-08-25 21:13 UTC  (9+ messages)
` [PATCH v1 1/3] media: cedrus: Fix watchdog race condition
` [PATCH v1 3/3] media: cedrus: Fix endless loop in cedrus_h265_skip_bits()
    `  "
` [PATCH v1 2/3] media: cedrus: Set the platform driver data earlier
    `  "

[PATCH v2 0/7] media: sunxi: Add a Kconfig dependencies on RESET_CONTROLLER
 2022-08-25 20:33 UTC  (9+ messages)
` [PATCH v2 1/7] media: sun6i-mipi-csi2: Add a Kconfig dependency "
` [PATCH v2 2/7] media: sun8i-a83t-mipi-csi2: "
` [PATCH v2 3/7] media: sun6i-csi: "
` [PATCH v2 4/7] media: sun4i-csi: "
` [PATCH v2 5/7] media: sun8i-di: "
` [PATCH v2 6/7] media: sun8i-rotate: "
` [PATCH v2 7/7] media: cedrus: "

[PATCH v2 0/9] media: rkisp1: Fix and improve color space support
 2022-08-25 17:27 UTC  (19+ messages)
` [PATCH v2 1/9] media: rkisp1: Initialize color space on ISP sink and source pads
` [PATCH v2 2/9] media: rkisp1: Allow setting color space on ISP sink pad
` [PATCH v2 3/9] media: rkisp1: Fix source pad format configuration
` [PATCH v2 4/9] media: rkisp1: Allow setting all color space fields on ISP source pad
` [PATCH v2 5/9] media: rkisp1: Configure quantization using "
` [PATCH v2 6/9] media: rkisp1: Don't pass the quantization to rkisp1_csm_config()
` [PATCH v2 7/9] media: rkisp1: Configure CSM based on YCbCr encoding
` [PATCH v2 8/9] media: rkisp1: Initialize color space on resizer sink and source pads
` [PATCH v2 9/9] media: rkisp1: Allow setting color space on resizer sink pad

No Sound from EM2861 Device
 2022-08-25 14:43 UTC 

[ANN] Media Summit at ELCE Dublin, September 12: Draft Agenda V2
 2022-08-25 14:29 UTC  (3+ messages)

Quanta Computer Inc. Astro HD Cam, not initializing
 2022-08-25 14:12 UTC  (7+ messages)

WARNING: CPU: 3 PID: 301 at include/media/media-entity.h:465 media_graph_walk_start+0xcc/0xd4
 2022-08-25 13:55 UTC  (2+ messages)

[PATCH v28 0/4] media: mediatek: support mdp3 on mt8183 platform
 2022-08-25 13:26 UTC  (9+ messages)
` [PATCH v28 4/4] media: platform: mtk-mdp3: add MediaTek MDP3 driver

[PATCH v3 0/9] Move all drivers to a common dma-buf locking convention
 2022-08-25 12:55 UTC  (6+ messages)
` [PATCH v3 6/9] dma-buf: Move dma-buf attachment to dynamic locking specification
  ` [Linaro-mm-sig] "

[PATCH] atomisp/pci: fix repeated words in comments
 2022-08-25 12:31 UTC 

[PATCH] atomisp/pci: fix repeated words in comments
 2022-08-25 12:28 UTC 

[PATCH] media: dt-bindings: Add missing (unevaluated|additional)Properties on child nodes
 2022-08-25 12:03 UTC  (2+ messages)

[PATCH] media: i2c: imx334: support lower bandwidth mode
 2022-08-25 11:58 UTC  (6+ messages)

[PATCH] media: coda: jpeg: drop coda9_jpeg_dec_huff_setup() return value
 2022-08-25 10:41 UTC 

[PATCH v7 0/7] media: Implement UVC v1.5 ROI
 2022-08-25  6:15 UTC  (16+ messages)
` [PATCH v7 1/7] media: v4l2_ctrl: Add V4L2_CTRL_TYPE_RECT
` [PATCH v7 2/7] media: uvcvideo: add uvc_ctrl_get_fixed for getting default value
` [PATCH v7 3/7] media: uvcvideo: Add support for compound controls
` [PATCH v7 4/7] media: uvcvideo: implement UVC v1.5 ROI
` [PATCH v7 5/7] v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VAL
` [PATCH v7 6/7] media: uvcvideo: support V4L2_CTRL_WHICH_MIN/MAX_VAL
` [PATCH v7 7/7] media: uvcvideo: document UVC v1.5 ROI

cron job: media_tree daily build: ERRORS
 2022-08-25  5:35 UTC 

[PATCH] media: rkisp1: Zero v4l2_subdev_format fields in when validating links
 2022-08-24 17:48 UTC  (2+ 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).