public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-11 06:31:27 to 2023-08-14 21:18:26 UTC [more...]

[PATCH 00/33] Qualcomm video decoder/encoder driver
 2023-08-14 21:17 UTC  (79+ messages)
` [PATCH 01/33] MAINTAINERS: Add Qualcomm Iris video accelerator driver
` [PATCH 02/33] iris: vidc: add core functions
` [PATCH 03/33] iris: vidc: add v4l2 wrapper file
` [PATCH 05/33] iris: vidc: add vb2 ops
` [PATCH 06/33] iris: vidc: define video core and instance context
` [PATCH 08/33] iris: vidc: add video decoder files
` [PATCH 10/33] iris: vidc: add helper functions
` [PATCH 11/33] iris: vidc: add helpers for memory management
` [PATCH 12/33] iris: vidc: add helper functions for resource management
` [PATCH 13/33] iris: vidc: add helper functions for power management
` [PATCH 14/33] iris: vidc: add helpers for state management
` [PATCH 16/33] iris: add helpers for media format
` [PATCH 18/33] iris: vidc: hfi: add Host Firmware Interface (HFI)
` [PATCH 20/33] iris: vidc: hfi: add helpers for handling shared queues
` [PATCH 24/33] iris: vidc: add debug files
` [PATCH 26/33] iris: platform: sm8550: add capability file for sm8550
` [PATCH 29/33] iris: variant: iris3: add helpers for buffer size calculations
` [PATCH 31/33] iris: variant: iris: implement the logic to compute bus bandwidth
` [PATCH 32/33] iris: variant: iris3: implement logic to compute clock frequency

[PATCH v1 0/2] media: i2c: imx219: Miscellaneous fixes
 2023-08-14 19:34 UTC  (3+ messages)
` [PATCH v1 1/2] media: i2c: imx219: Fix a typo referring to a wrong variable
` [PATCH v1 2/2] media: i2c: imx219: Fix crop rectangle setting when changing format

versioncheck: ./drivers/staging/media/atomisp/include/linux/atomisp.h: 25 linux/version.h not needed
 2023-08-14 16:36 UTC 

[PATCH v1 00/14] media: qcom: camss: Add parameter passing to remove several outstanding bugs
 2023-08-14 16:29 UTC  (15+ messages)
` [PATCH v1 01/14] media: qcom: camss: Amalgamate struct resource with struct resource_ispif
` [PATCH v1 02/14] media: qcom: camss: Start to move to module compat matched resources
` [PATCH v1 03/14] media: qcom: camss: Drop useless NULL assignment for ispif resources
` [PATCH v1 04/14] media: qcom: camss: Pass icc bandwidth table as a platform parameter
` [PATCH v1 05/14] media: qcom: camss: Pass remainder of variables as resources
` [PATCH v1 06/14] media: qcom: camss: Pass line_num from compat resources
` [PATCH v1 07/14] media: qcom: camss: Assign the correct number of RDIs per VFE
` [PATCH v1 08/14] media: qcom: camss: Use >= CAMSS_SDM845 for vfe_get/vfe_put
` [PATCH v1 09/14] media: qcom: camss: Untangle if/else spaghetti in camss
` [PATCH v1 10/14] media: qcom: camss: Improve error printout on icc_get fail
` [PATCH v1 11/14] media: qcom: camss: Allow clocks vfeN vfe_liteN or vfe_lite
` [PATCH v1 12/14] media: qcom: camss: Functionally decompose CSIPHY clock lookups
` [PATCH v1 13/14] media: qcom: camss: Add support for setting CSIPHY clock name csiphyX
` [PATCH v1 14/14] media: qcom: camss: Support RDI3 for VFE 17x

[PATCH v0 00/13] media: qcom: camss: Add parameter passing to remove several outstanding bugs
 2023-08-14 15:12 UTC  (14+ messages)
` [PATCH v0 01/13] media: qcom: camss: Amalgamate struct resource with struct resource_ispif
` [PATCH v0 02/13] media: qcom: camss: Start to move to module compat matched resources
` [PATCH v0 03/13] media: qcom: camss: Drop useless NULL assignment for ispif resources
` [PATCH v0 04/13] media: qcom: camss: Pass icc bandwidth table as a platform parameter
` [PATCH v0 05/13] media: qcom: camss: Pass remainder of variables as resources
` [PATCH v0 06/13] media: qcom: camss: Pass line_num from compat resources
` [PATCH v0 07/13] media: qcom: camss: Assign the correct number of RDIs per VFE
` [PATCH v0 08/13] media: qcom: camss: Use >= CAMSS_SDM845 for vfe_get/vfe_put
` [PATCH v0 09/13] media: qcom: camss: Untangle if/else spaghetti in camss
` [PATCH v0 10/13] media: qcom: camss: Improve error printout on icc_get fail
` [PATCH v0 11/13] media: qcom: camss: Allow clocks vfeN vfe_liteN or vfe_lite
` [PATCH v0 12/13] media: qcom: camss: Functionally decompose CSIPHY clock lookups
` [PATCH v0 13/13] media: qcom: camss: Add support for setting CSIPHY clock name csiphyX

[PATCH v2 0/4] Venus driver fixes to avoid possible OOB accesses
 2023-08-14 14:15 UTC  (18+ messages)
` [PATCH v2 3/4] venus: hfi: add checks to handle capabilities from firmware
` [PATCH v2 4/4] venus: hfi_parser: Add check to keep the number of codecs within range

[PATCH v0 0/9] media: qcom: camss: Bugfix series
 2023-08-14 14:10 UTC  (10+ messages)
` [PATCH v0 1/9] media: qcom: camss: Fix pm_domain_on sequence in probe
` [PATCH v0 2/9] media: qcom: camss: Fix V4L2 async notifier error path
` [PATCH v0 3/9] media: qcom: camss: Fix vfe_get() error jump
` [PATCH v0 4/9] media: qcom: camss: Fix VFE-17x vfe_disable_output()
` [PATCH v0 5/9] media: qcom: camss: Fix VFE-480 vfe_disable_output()
` [PATCH v0 6/9] media: qcom: camss: Fix missing vfe_lite clocks check
` [PATCH v0 7/9] media: qcom: camss: Fix invalid clock enable bit disjunction
` [PATCH v0 8/9] media: qcom: camss: Fix set CSI2_RX_CFG1_VC_MODE when VC is greater than 3
` [PATCH v0 9/9] media: qcom: camss: Fix csid-gen2 for test pattern generator

[PATCH v4 00/11] Introduce STM32 Firewall framework
 2023-08-14 13:45 UTC  (16+ messages)
` [IGNORE][PATCH v4 01/11] dt-bindings: Document common device controller bindings
` [PATCH v4 02/11] dt-bindings: treewide: add feature-domains description
` [PATCH v4 03/11] dt-bindings: bus: document RIFSC
` [PATCH v4 04/11] dt-bindings: bus: document ETZPC
` [PATCH v4 05/11] firewall: introduce stm32_firewall framework
` [PATCH v4 06/11] of: property: fw_devlink: Add support for "feature-domains"
` [PATCH v4 07/11] bus: rifsc: introduce RIFSC firewall controller driver
` [PATCH v4 08/11] arm64: dts: st: add RIFSC as a domain controller for STM32MP25x boards
` [PATCH v4 09/11] bus: etzpc: introduce ETZPC firewall controller driver
` [PATCH v4 10/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v4 11/11] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH] media: staging: ipu3-imgu: Initialise height_per_slice in the stripes
 2023-08-14 13:28 UTC  (11+ messages)

[PATCH 00/25] ALSA: Generic PCM copy ops using iov_iter
 2023-08-14 12:26 UTC  (5+ messages)
` [PATCH 17/25] media: solo6x10: Convert to generic PCM copy ops

[PATCH v3 00/10] Generic line based metadata support, internal pads
 2023-08-14 11:02 UTC  (25+ messages)
` [PATCH v3 02/10] media: mc: Check pad flag validity
` [PATCH v3 03/10] media: mc: Add INTERNAL pad flag
` [PATCH v3 05/10] media: uapi: Document which mbus format fields are valid for metadata
` [PATCH v3 07/10] media: uapi: Add generic 8-bit metadata format definitions
` [PATCH v3 08/10] media: v4l: Support line-based metadata capture
` [PATCH v3 10/10] media: uapi: v4l: Document source routes

[GIT FIXES for v6.6] uvcvideo fix
 2023-08-14 10:46 UTC  (2+ messages)
` [GIT FIXES for v6.6] uvcvideo fix (#94044)

WARNING in get_vaddr_frames
 2023-08-14 10:20 UTC 

[PATCH -next 0/3] media: Remove unnecessary ternary operators
 2023-08-14  8:23 UTC  (3+ messages)
` [PATCH -next 2/3] media: radio-wl1273: Remove an unnecessary ternary operator

[PATCH 0/9] media: cros-ec-cec: Add support for multiple ports
 2023-08-14  4:29 UTC  (10+ messages)
` [PATCH 1/9] media: cros-ec-cec: Use cros_ec_cmd to send host commands
` [PATCH 2/9] media: cros-ec-cec: Manage an array of ports
` [PATCH 3/9] media: cros-ec-cec: Support multiple ports in set/get host commands
` [PATCH 4/9] media: cros-ec-cec: Support multiple ports in write command
` [PATCH 5/9] media: cros-ec-cec: Support multiple ports in MKBP cec_events
` [PATCH 6/9] media: cros-ec-cec: Support receiving messages from multiple ports
` [PATCH 7/9] media: cros-ec-cec: Allow specifying multiple HDMI connectors
` [PATCH 8/9] media: cros-ec-cec: Get number of CEC ports from EC
` [PATCH 9/9] media: cros-ec-cec: Add Dibbi to the match table

[RFC PATCH v2 00/11] Device Memory TCP
 2023-08-14  3:15 UTC  (10+ messages)
` [RFC PATCH v2 02/11] netdev: implement netlink api to bind dma-buf to netdevice

cron job: media_tree daily build: WARNINGS
 2023-08-14  1:43 UTC 

[PATCH] media: gc0310: Stop setting v4l2_subdev.fwnode to the endpoint fwnode
 2023-08-13 20:12 UTC  (2+ messages)

[GIT PULL] media: atomisp: Changes for 6.6-1
 2023-08-13 17:07 UTC  (2+ messages)
` [GIT PULL] media: atomisp: Changes for 6.6-1 (#94033)

[PATCH AUTOSEL 5.10 03/25] media: pulse8-cec: handle possible ping error
 2023-08-13 16:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 04/25] media: pci: cx23885: fix error handling for cx23885 ATSC boards

[PATCH AUTOSEL 5.15 03/31] media: pulse8-cec: handle possible ping error
 2023-08-13 16:05 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 04/31] media: pci: cx23885: fix error handling for cx23885 ATSC boards

[PATCH AUTOSEL 6.1 03/47] media: amphion: use dev_err_probe
 2023-08-13 15:59 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 04/47] media: pulse8-cec: handle possible ping error
` [PATCH AUTOSEL 6.1 05/47] media: pci: cx23885: fix error handling for cx23885 ATSC boards

[PATCH AUTOSEL 6.4 04/54] media: amphion: use dev_err_probe
 2023-08-13 15:48 UTC  (4+ messages)
` [PATCH AUTOSEL 6.4 05/54] media: imx-jpeg: Support to assign slot for encoder/decoder
` [PATCH AUTOSEL 6.4 06/54] media: pulse8-cec: handle possible ping error
` [PATCH AUTOSEL 6.4 07/54] media: pci: cx23885: fix error handling for cx23885 ATSC boards

[PATCH 1/2] media: atomisp: Disable VCM for OV5693 for now
 2023-08-13 15:30 UTC  (3+ messages)
` [PATCH 2/2] media: atomisp: Drop atomisp-ov5693 sensor driver

[PATCH -next 0/2] staging: Remove redundant of_match_ptr() macro
 2023-08-13 15:22 UTC  (3+ messages)
` [PATCH -next 2/2] media: staging: media: sunxi: cedrus: Remove redundant of_match_ptr()

Regression: v4l/bttv vbi vs iommu
 2023-08-13 13:44 UTC  (6+ messages)

[PATCH 0/2] Removal of the old videobuf framework
 2023-08-13 12:14 UTC  (4+ messages)
` [PATCH 1/2] media: atomisp: remove left-over videobuf include
` [PATCH 2/2] media: remove the old videobuf framework

[Syzkaller & bisect] There is perf_event_open triggered soft lockup BUG in v6.5-rc5 kernel
 2023-08-13  4:06 UTC 

[GIT PULL FOR v6.6] bttv: convert to vb2
 2023-08-12 17:02 UTC  (2+ messages)
` [GIT PULL FOR v6.6] bttv: convert to vb2 (#94027)

[PATCH 1/2] media: atomisp: Drop ia_css_debug_dump_debug_info() and functions only used by it
 2023-08-12 13:35 UTC  (2+ messages)
` [PATCH 2/2] media: atomisp: Drop VIDEO_ATOMISP_ISP2401 Kconfig option

[PATCH 00/12] Make atomisp driver to be generic
 2023-08-12 11:02 UTC  (2+ messages)

[PATCH] media: atomisp: csi2-bridge: check for negative port values
 2023-08-12 11:01 UTC  (2+ messages)

[PATCH] media: atomisp: Simplify some if (IS_ISP2401...) statements
 2023-08-12 10:46 UTC 

cron job: media_tree daily build: WARNINGS
 2023-08-12  1:43 UTC 

Stateless Encoding uAPI Discussion and Proposal
 2023-08-11 20:08 UTC  (4+ messages)

[PATCH v2] dt-bindings: qcom: Update RPMHPD entries for some SoCs
 2023-08-11 17:04 UTC  (2+ messages)

[PATCH v9 00/13] CSI2RX support on J721E and AM62
 2023-08-11 14:54 UTC  (16+ messages)
` [PATCH v9 01/13] media: dt-bindings: Make sure items in data-lanes are unique
` [PATCH v9 02/13] media: dt-bindings: cadence-csi2rx: Add TI compatible string
` [PATCH v9 03/13] media: cadence: csi2rx: Unregister v4l2 async notifier
` [PATCH v9 04/13] media: cadence: csi2rx: Cleanup media entity properly
` [PATCH v9 05/13] media: cadence: csi2rx: Add get_fmt and set_fmt pad ops
` [PATCH v9 06/13] media: cadence: csi2rx: Configure DPHY using link freq
` [PATCH v9 07/13] media: cadence: csi2rx: Soft reset the streams before starting capture
` [PATCH v9 08/13] media: cadence: csi2rx: Set the STOP bit when stopping a stream
` [PATCH v9 09/13] media: cadence: csi2rx: Fix stream data configuration
` [PATCH v9 10/13] media: cadence: csi2rx: Populate subdev devnode
` [PATCH v9 11/13] media: cadence: csi2rx: Add link validation
` [PATCH v9 12/13] media: dt-bindings: Add TI J721E CSI2RX
` [PATCH v9 13/13] media: ti: Add CSI2RX support for J721E

[syzbot] [media?] [usb?] WARNING in smsusb_start_streaming
 2023-08-11 13:11 UTC  (2+ messages)
` [syzbot] [usb?] [media?] "

[PATCH] media: venus: pm_helpers: Unify v3 and v4 venc/vdec_get
 2023-08-11 11:56 UTC  (3+ messages)

[RFC PATCH v2 0/7] Add audio support in v4l2 framework
 2023-08-11 11:05 UTC  (9+ messages)

[PATCH] media: usb: go7007: Fix warning: passing freed memory 'fw'
 2023-08-11  9:58 UTC  (2+ messages)

[PATCH] media: rc: ir-spi: Correct regulator name
 2023-08-11  9:57 UTC  (2+ messages)

[PATCH v2 1/3] media: dt-bindings: samsung,exynos4212-fimc-is: replace duplicate pmu node with phandle
 2023-08-11  9:49 UTC  (4+ messages)
` [PATCH v2 3/3] media: exynos4-is: fimc-is: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox