public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-03 08:09:22 to 2023-07-05 06:41:09 UTC [more...]

[PATCH 0/6] Initial Rust V4L2 support
 2023-07-05  6:40 UTC  (2+ messages)

[PATCH v1] drivers: media: remove duplicate assignments
 2023-07-05  6:21 UTC  (2+ messages)

[PATCH v1] drivers: usb: remove duplicate logical judgments in if
 2023-07-05  6:19 UTC  (2+ messages)

[v5, PATCH] drm/mediatek: add dma buffer control for drm plane disable
 2023-07-05  6:07 UTC 

[PATCH 0/2] media: nxp: add i.MX93 MIPI CSI-2 support
 2023-07-05  3:52 UTC  (9+ messages)
` [PATCH 1/2] media: dt-bindings: Add binding doc for i.MX93 MIPI CSI-2
` [PATCH 2/2] media: nxp: add driver for i.MX93 MIPI CSI-2 controller and D-PHY

[PATCH v2 00/15] media: ipu-bridge: Shared with atomisp, rework VCM instantiation
 2023-07-04 19:21 UTC  (37+ messages)
` [PATCH v2 01/15] media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings
` [PATCH v2 02/15] media: ipu-bridge: Do not use on stack memory for software_node.name field
` [PATCH v2 03/15] media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_swnode_names()
` [PATCH v2 04/15] media: ipu-bridge: Allow building as module
` [PATCH v2 05/15] media: ipu-bridge: Make ipu_bridge_init() take a regular struct device as argument
` [PATCH v2 07/15] media: ipu-bridge: Only keep PLD around while parsing
` [PATCH v2 08/15] media: ipu-bridge: Add a ipu_bridge_parse_ssdb() helper function
` [PATCH v2 09/15] media: ipu-bridge: Drop early setting of sensor->adev
` [PATCH v2 12/15] media: ipu-bridge: Add GalaxyCore GC0310 to ipu_supported_sensors[]
` [PATCH v2 13/15] media: atomisp: csi2-bridge: Switch to new common ipu_bridge_init()
` [PATCH v2 14/15] media: ipu-bridge: Add a runtime-pm device-link between VCM and sensor

[v4, PATCH] drm/mediatek: add dma buffer control for drm plane disable
 2023-07-04 19:11 UTC  (3+ messages)

[RFC PATCH 0/3] Google Chameleon v3 video driver
 2023-07-04 16:27 UTC  (8+ messages)
` [RFC PATCH 3/3] ARM: dts: Add Chameleon v3 video node

[PATCH 0/2] Documentation: v4l: more camera sensor doc
 2023-07-04 15:51 UTC  (16+ messages)
` [PATCH 1/2] Documentation: v4l: Flip handling for RAW sensors
` [PATCH 2/2] Documentation: v4l: Exposure/gain for camera sensor

[PATCH 0/5] media: i2c: imx219: Use subdev active state
 2023-07-04 15:41 UTC  (10+ messages)
  ` [PATCH 1/5] media: i2c: imx219: Rename mbus codes array
  ` [PATCH 2/5] media: i2c: imx219: Switch from open to init_cfg
  ` [PATCH 3/5] media: i2c: imx219: Use subdev active state
  ` [PATCH 4/5] media: i2c: imx219: Simplify format assignment
  ` [PATCH 5/5] media: i2c: imx219: Simplify code handling in s_fmt

[PATCH] dt-bindings: cleanup DTS example whitespaces
 2023-07-04 14:42 UTC  (10+ messages)

[PATCH v3 00/29] media: ov2680: Bugfixes + ACPI + selection(crop-tgt) API support
 2023-07-04 14:36 UTC  (16+ messages)
` [PATCH v3 14/29] media: ov2680: Add support for more clk setups
` [PATCH v3 21/29] media: ov2680: Make setting the mode algorithm based
` [PATCH v3 28/29] media: ov2680: Add link-freq and pixel-rate controls
` [PATCH v3 29/29] MAINTAINERS: Add Hans de Goede as OV2680 sensor driver maintainer

[PATCH v6,0/11] media: mediatek: vcodec: separate encoder and decoder
 2023-07-04 13:13 UTC  (12+ messages)
` [PATCH v6,01/11] media: mediatek: vcodec: remove unused parameter
` [PATCH v6,02/11] media: mediatek: vcodec: align fw interface
` [PATCH v6,03/11] media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared interface
` [PATCH v6,04/11] media: mediatek: vcodec: Removing useless debug log
` [PATCH v6,05/11] media: mediatek: vcodec: remove the dependency of vcodec "
` [PATCH v6,06/11] media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug message
` [PATCH v6,07/11] media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'
` [PATCH v6,08/11] media: mediatek: vcodec: separate struct mtk_vcodec_dev
` [PATCH v6,09/11] media: mediatek: vcodec: fix unreasonable parameter definition and style
` [PATCH v6,10/11] media: mediatek: vcodec: remove unused include header
` [PATCH v6,11/11] media: mediatek: vcodec: separate decoder and encoder

[PATCH v2 0/2] Documentation: v4l: more camera sensor doc
 2023-07-04 13:04 UTC  (5+ messages)
` [PATCH v2 1/2] Documentation: v4l: Flip handling for RAW sensors
` [PATCH v2 2/2] Documentation: v4l: Exposure/gain for camera sensor

[PATCH 0/7] Generic line based metadata support, internal pads
 2023-07-04 12:57 UTC  (2+ messages)

[PATCH v5,0/11] media: mediatek: vcodec: separate encoder and decoder
 2023-07-04 12:12 UTC  (23+ messages)
` [PATCH v5,01/11] media: mediatek: vcodec: remove unused parameter
` [PATCH v5,02/11] media: mediatek: vcodec: align fw interface
` [PATCH v5,03/11] media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared interface
` [PATCH v5,04/11] media: mediatek: vcodec: Removing useless debug log
` [PATCH v5,05/11] media: mediatek: vcodec: remove the dependency of vcodec "
` [PATCH v5,06/11] media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug message
` [PATCH v5,07/11] media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'
` [PATCH v5,08/11] media: mediatek: vcodec: separate struct mtk_vcodec_dev
` [PATCH v5,09/11] media: mediatek: vcodec: fix unreasonable parameter definition and style
` [PATCH v5,10/11] media: mediatek: vcodec: remove unused include header
` [PATCH v5,11/11] media: mediatek: vcodec: separete decoder and encoder

[PATCH v4,0/11] media: mediatek: vcodec: separate encoder and decoder
 2023-07-04 11:15 UTC  (23+ messages)
` [PATCH v4,03/11] media: mediatek: vcodec: Removing struct 'mtk_vcodec_ctx/dev' for shared interface
` [PATCH v4,04/11] media: mediatek: vcodec: Removing useless debug log
` [PATCH v4,05/11] media: mediatek: vcodec: remove the dependency of vcodec "
` [PATCH v4,06/11] media: mediatek: vcodec: replace pr_* with dev_* for v4l2 debug message
` [PATCH v4,07/11] media: mediatek: vcodec: separate struct 'mtk_vcodec_ctx'
` [PATCH v4,08/11] media: mediatek: vcodec: separate struct mtk_vcodec_dev
` [PATCH v4,09/11] media: mediatek: vcodec: fix unreasonable parameter definition and style
` [PATCH v4,10/11] media: mediatek: vcodec: remove unused include header
` [PATCH v4,11/11] media: mediatek: vcodec: separete decoder and encoder

[PATCH v8 0/2] Digiteq Automotive MGB4 driver
 2023-07-04 13:13 UTC  (3+ messages)
` [PATCH v8 1/2] Added "
` [PATCH v8 2/2] Added Digiteq Automotive MGB4 driver documentation

[PATCH 0/8] videobuf2: support new noncontiguous DMA API
 2023-07-04 10:50 UTC  (3+ messages)
` [PATCH 8/8] videobuf2: handle non-contiguous DMA allocations

[RFC]: media: mc: storing query status in variable length buffer likes blob in DRM
 2023-07-04  8:41 UTC 

[linux-next:master 7313/12815] drivers/media/platform/verisilicon/rockchip_vpu981_hw_av1_dec.c:1888:5: warning: stack frame size (2208) exceeds limit (2048) in 'rockchip_vpu981_av1_dec_run'
 2023-07-04  7:25 UTC  (2+ messages)

[PATCH v13 0/7] Support Nuvoton NPCM Video Capture/Encode Engine
 2023-07-04  6:44 UTC  (8+ messages)
` [PATCH v13 1/7] ARM: dts: nuvoton: Add node for NPCM VCD and ECE engine
` [PATCH v13 2/7] media: dt-bindings: nuvoton: Add "
` [PATCH v13 3/7] dt-bindings: soc: nuvoton: Add NPCM GFXI
` [PATCH v13 4/7] media: v4l: Add HEXTILE compressed format
` [PATCH v13 5/7] media: v4l2-ctrls: Add user control base for Nuvoton NPCM controls
` [PATCH v13 6/7] media: uapi: Add controls for NPCM video driver
` [PATCH v13 7/7] media: nuvoton: Add driver for NPCM video capture and encode engine

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-07-04  6:09 UTC  (4+ messages)
` [PATCH 3/9] drm/verisilicon: Add basic drm driver

[PATCH 0/2] Improve V4L2 M2M job scheduler
 2023-07-04  4:00 UTC  (3+ messages)
` [PATCH 1/2] [RESEND] media: v4l2-mem2mem: allow device run without buf
` [PATCH 2/2] media: v4l2-mem2mem: add a list for buf used by hw

[v2] media: mediatek: vcodec: fix AV1 decode fail for 36bit iova
 2023-07-04  1:51 UTC 

[PATCH v2 0/4] ASoC: remove copy of intlog10()
 2023-07-03 22:31 UTC  (6+ messages)
` [PATCH v2 1/4] lib/math: Move dvb_math.c into lib/math/int_log.c
` [PATCH v2 2/4] lib/math/int_log: Use ARRAY_SIZE(logtable) where makes sense
` [PATCH v2 3/4] lib/math/int_log: Replace LGPL-2.1-or-later boilerplate with SPDX identifier
` [PATCH v2 4/4] ASoC: nau8825: Replace copied'n'pasted intlog10()

[PATCH v8 0/5] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-07-03 19:57 UTC  (9+ messages)
` [PATCH v8 1/5] staging: vc04_services: vchiq_arm: Add new bus type and device type
` [PATCH v8 3/5] staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_type

[PATCH 0/6] Add audio support in v4l2 framework
 2023-07-03 17:58 UTC  (9+ messages)
` [PATCH 1/6] media: v4l2: Add audio capture and output support

[PATCH v3 00/11] Add DELETE_BUF ioctl
 2023-07-03 15:42 UTC  (20+ messages)
` [PATCH v3 04/11] media: videobuf2: Stop define VB2_MAX_FRAME as global
` [PATCH v3 10/11] media: v4l2: Add DELETE_BUF ioctl

[PATCH] Revert "venus: pm_helpers: Fix error check in vcodec_domains_get()"
 2023-07-03 15:30 UTC 

[PATCH] media: bt8xx: Fix a possible data race in buffer_queue()
 2023-07-03 12:36 UTC  (2+ messages)

[PATCH v2 0/4] Add Mediatek ISP3.0
 2023-07-03 12:30 UTC  (9+ messages)
` [PATCH v2 2/4] media: platform: mediatek: isp_30: add mediatek ISP3.0 sensor interface
` [PATCH v2 4/4] media: platform: mediatek: isp_30: add mediatek ISP3.0 camsv


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