public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-02 09:19:05 to 2023-10-03 10:13:23 UTC [more...]

[PATCH 00/15] Intel IPU6 and IPU6 input system drivers
 2023-10-03 10:13 UTC  (21+ messages)
` [PATCH 01/15] media: intel/ipu6: add Intel IPU6 PCI device driver
` [PATCH 02/15] media: intel/ipu6: add IPU auxiliary devices
` [PATCH 10/15] media: intel/ipu6: add input system driver
` [PATCH 12/15] media: add Kconfig and Makefile for IPU6

[PATCH] media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()
 2023-10-03  9:23 UTC 

[PATCH v6 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-10-03  9:17 UTC  (5+ messages)
` [PATCH v6 1/3] media: dt-bindings: media: add rockchip-vip

[PATCH v3 0/7] media: bindings: Fix handling of video-interface-device
 2023-10-03  9:15 UTC  (17+ messages)
` [PATCH v3 1/7] media: dt-bindings: hynix,hi846: Add video-interface-device properties
` [PATCH v3 2/7] media: dt-bindings: hynix,hi846: Restrict endpoint properties
` [PATCH v3 3/7] media: dt-bindings: ovti,ov02a10: Fix handling of video-interface-device
` [PATCH v3 4/7] media: dt-bindings: ovti,ov4689: "
` [PATCH v3 5/7] media: dt-bindings: ovti,ov5640: "
` [PATCH v3 6/7] media: dt-bindings: sony,imx214: "
` [PATCH v3 7/7] media: dt-bindings: sony,imx415: "

[PATCH v2] media: videobuf2: Fix IS_ERR checking in vb2_vmalloc_put_userptr()
 2023-10-03  9:13 UTC 

[PATCH] dma-buf: heaps: Fix off by one in cma_heap_vm_fault()
 2023-10-03  8:30 UTC  (3+ messages)

[PATCH v10 00/54] Add DELETE_BUF ioctl
 2023-10-03  8:07 UTC  (55+ messages)
` [PATCH v10 01/54] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v10 02/54] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v10 03/54] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v10 04/54] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v10 05/54] media: mediatek: jpeg: "
` [PATCH v10 06/54] media: mediatek: vdec: Remove useless loop
` [PATCH v10 07/54] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v10 08/54] media: visl: "
` [PATCH v10 09/54] media: atomisp: "
` [PATCH v10 10/54] media: dvb-core: "
` [PATCH v10 11/54] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v10 12/54] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v10 13/54] media: Report the maximum possible number of buffers for the queue
` [PATCH v10 14/54] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v10 15/54] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v10 16/54] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v10 17/54] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v10 18/54] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v10 19/54] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v10 20/54] media: Remove duplicated index vs q->num_buffers check
` [PATCH v10 21/54] media: core: Add helper to get queue number of buffers
` [PATCH v10 22/54] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v10 23/54] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed field
` [PATCH v10 24/54] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v10 25/54] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v10 26/54] media: pci: dt3155: Remove useless check
` [PATCH v10 27/54] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v10 28/54] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v10 29/54] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v10 30/54] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v10 31/54] media: coda: "
` [PATCH v10 32/54] media: mediatek: vcodec: "
` [PATCH v10 33/54] media: nxp: "
` [PATCH v10 34/54] media: renesas: Set min_buffers_needed to 16
` [PATCH v10 35/54] media: ti: Use queue min_buffers_needed field to set the min number of buffers
` [PATCH v10 36/54] media: verisilicon: Stop direct calls to queue num_buffers field
` [PATCH v10 37/54] media: test-drivers: "
` [PATCH v10 38/54] media: usb: airspy: Set min_buffers_needed to 8
` [PATCH v10 39/54] media: usb: cx231xx: Set min_buffers_needed to CX231XX_MIN_BUF
` [PATCH v10 40/54] media: usb: hackrf: Set min_buffers_needed to 8
` [PATCH v10 41/54] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v10 42/54] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v10 43/54] media: imx: "
` [PATCH v10 44/54] media: meson: vdec: "
` [PATCH v10 45/54] touchscreen: sur40: "
` [PATCH v10 46/54] sample: v4l: "
` [PATCH v10 47/54] media: cedrus: "
` [PATCH v10 48/54] media: nuvoton: "
` [PATCH v10 49/54] media: core: Rework how create_buf index returned value is computed
` [PATCH v10 50/54] media: core: Add bitmap manage bufs array entries
` [PATCH v10 51/54] media: core: Free range of buffers
` [PATCH v10 52/54] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v10 53/54] media: v4l2: Add mem2mem helpers for "
` [PATCH v10 54/54] media: test-drivers: Use helper "

[PATCH v5 00/11] Introduce STM32 Firewall framework
 2023-10-03  7:57 UTC  (5+ messages)
` [PATCH v5 01/11] dt-bindings: document generic access controller
` [PATCH v5 03/11] dt-bindings: bus: document RIFSC

[PATCH] media: nuvoton: npcm-video: Fix sleeping in atomic context
 2023-10-03  7:55 UTC 

[PATCH v12 0/7] Wave5 codec driver
 2023-10-03  6:54 UTC  (9+ messages)
` [PATCH v12 5/7] media: chips-media: wave5: Add the v4l2 layer

[sailus-media-tree:metadata] BUILD SUCCESS 51581f6d1f61edc580ee5bbd95680f89799c8704
 2023-10-03  4:21 UTC 

[PATCH v6 00/16] introduce more MDP3 components in MT8195
 2023-10-03  3:32 UTC  (7+ messages)
` [PATCH v6 02/16] dt-bindings: media: mediatek: mdp3: split out general properties
` [PATCH v6 05/16] dt-bindings: media: mediatek: mdp3: add support MT8195 RDMA

[PATCH v6 00/13] add support MDP3 on MT8195 platform
 2023-10-03  2:14 UTC  (4+ messages)
` [PATCH v6 13/13] media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config()

cron job: media_tree daily build: WARNINGS
 2023-10-03  1:45 UTC 

[PATCH] media: intel/ipu6: Set V4L2_CAP_IO_MC flag for isys /dev/video# nodes
 2023-10-02 17:23 UTC 

[REGRESSION] BUG: KFENCE: memory corruption in drm_gem_put_pages+0x186/0x250
 2023-10-02 15:38 UTC  (8+ messages)

[RFC PATCH v5 00/11] Add audio support in v4l2 framework
 2023-10-02 15:10 UTC  (4+ messages)
` [RFC PATCH v5 01/11] ASoC: fsl_asrc: define functions for memory to memory usage

[PATCH v9 00/53] Add DELETE_BUF ioctl
 2023-10-02 14:46 UTC  (57+ messages)
` [PATCH v9 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v9 02/53] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v9 03/53] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v9 04/53] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v9 05/53] media: mediatek: jpeg: "
` [PATCH v9 06/53] media: mediatek: vdec: Remove useless loop
` [PATCH v9 07/53] media: sti: hva: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v9 08/53] media: visl: "
` [PATCH v9 09/53] media: atomisp: "
` [PATCH v9 10/53] media: dvb-core: "
` [PATCH v9 11/53] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v9 12/53] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v9 13/53] media: Report the maximum possible number of buffers for the queue
` [PATCH v9 14/53] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v9 15/53] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v9 16/53] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v9 17/53] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v9 18/53] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v9 19/53] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v9 20/53] media: Remove duplicated index vs q->num_buffers check
` [PATCH v9 21/53] media: core: Add helper to get queue number of buffers
` [PATCH v9 22/53] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v9 23/53] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed field
` [PATCH v9 24/53] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v9 25/53] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v9 26/53] media: pci: dt3155: Remove useless check
` [PATCH v9 27/53] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v9 28/53] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v9 29/53] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v9 30/53] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v9 31/53] media: coda: "
` [PATCH v9 32/53] media: mediatek: vcodec: "
` [PATCH v9 33/53] media: nxp: "
` [PATCH v9 34/53] media: renesas: Set min_buffers_needed to 16
` [PATCH v9 35/53] media: ti: Use queue min_buffers_needed field to set the min number of buffers
` [PATCH v9 36/53] media: verisilicon: Stop direct calls to queue num_buffers field
` [PATCH v9 37/53] media: test-drivers: "
` [PATCH v9 38/53] media: usb: airspy: Set min_buffers_needed to 8
` [PATCH v9 39/53] media: usb: cx231xx: Set min_buffers_needed to CX231XX_MIN_BUF
` [PATCH v9 40/53] media: usb: hackrf: Set min_buffers_needed to 8
` [PATCH v9 41/53] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v9 42/53] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v9 43/53] media: imx: "
` [PATCH v9 44/53] media: meson: vdec: "
` [PATCH v9 45/53] touchscreen: sur40: "
` [PATCH v9 46/53] sample: v4l: "
` [PATCH v9 47/53] media: cedrus: "
` [PATCH v9 48/53] media: core: Rework how create_buf index returned value is computed
` [PATCH v9 49/53] media: core: Add bitmap manage bufs array entries
` [PATCH v9 50/53] media: core: Free range of buffers
` [PATCH v9 51/53] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v9 52/53] media: v4l2: Add mem2mem helpers for "
` [PATCH v9 53/53] media: test-drivers: Use helper "

[PATCH v2 0/3] Enable venus on Fairphone 5 / non-ChromeOS sc7280 venus support
 2023-10-02 14:20 UTC  (4+ messages)
` [PATCH v2 1/3] media: venus: core: Set up secure memory ranges for SC7280
` [PATCH v2 2/3] arm64: dts: qcom: sc7280: Move video-firmware to chrome-common
` [PATCH v2 3/3] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable venus node

[PATCH v8 00/53] Add DELETE_BUF ioctl
 2023-10-02 13:49 UTC  (5+ messages)
` [PATCH v8 13/53] media: Report the maximum possible number of buffers for the queue

[PATCH v3 1/2] v4l2-compliance: Test queue maximum buffers allocation
 2023-10-02 12:08 UTC  (2+ messages)
` [PATCH v3 2/2] v4l2-compliance: Add a test for DELETE_BUF ioctl

[PATCH v7 00/19] Small fixes and cleanups (ov2740 and ccs)
 2023-10-02 11:54 UTC  (21+ messages)
` [PATCH v7 01/19] media: Documentation: Align numbered list, make it a proper ReST
` [PATCH v7 02/19] media: ccs: Fix driver quirk struct documentation
` [PATCH v7 03/19] media: ccs: Correctly initialise try compose rectangle
` [PATCH v7 04/19] media: ccs: Correct error handling in ccs_register_subdev
` [PATCH v7 05/19] media: ccs: Switch to init_cfg
` [PATCH v7 06/19] media: ccs: Rename ccs_create_subdev as ccs_init_subdev
` [PATCH v7 07/19] media: ccs: Move media_entity_pads_init to init from register
` [PATCH v7 08/19] media: ccs: Obtain media bus formats before initialising up sub-devices
` [PATCH v7 09/19] media: ccs: Use sub-device active state
` [PATCH v7 10/19] media: ccs: Partially revert "media: i2c: Use pm_runtime_resume_and_get()"
` [PATCH v7 11/19] media: ccs: Drop re-entrant s_stream support
` [PATCH v7 12/19] media: ov2740: Enable runtime PM before registering the async subdev
` [PATCH v7 13/19] media: ov2740: Use sub-device active state
` [PATCH v7 14/19] media: ov2740: Return -EPROBE_DEFER if no endpoint is found
` [PATCH v7 15/19] media: v4l: subdev: Clear frame descriptor before get_frame_desc
` [PATCH v7 16/19] media: v4l: subdev: Print debug information on frame descriptor
` [PATCH v7 17/19] media: mc: Check pad flag validity
` [PATCH v7 18/19] media: Add MIPI CSI-2 generic long packet type definition
` [PATCH v7 19/19] media: Documentation: Split camera sensor documentation

[PATCH] media: i2c: imx415: Replace streaming flag with runtime PM check
 2023-10-02 11:37 UTC  (2+ messages)

[PATCH 1/2] media: mediatek: vcodec: Fix encoder access NULL pointer
 2023-10-02 11:34 UTC  (7+ messages)
` [PATCH 2/2] media: mediatek: vcodec: Handle encoder vsi NULL pointer case

[PATCH 0/2] MediaTek MDP3: use devicetree to retrieve SCP
 2023-10-02 11:17 UTC  (4+ messages)
` [PATCH 1/2] media: dt-bindings: mediatek: Add phandle to mediatek,scp on MDP3 RDMA

[PATCH v2 1/3] dt-bindings: media: amphion: Fix subnode pattern
 2023-10-02 11:16 UTC  (8+ messages)
` [PATCH v2 3/3] dt-bindings: media: imx-jpeg: Add clocks property
        `  "

[PATCH] media: videobuf2: Fix IS_ERR checking in vb2_vmalloc_put_userptr()
 2023-10-02 10:59 UTC  (3+ messages)

[PATCH] media: imx-jpeg: notify source chagne event when the first picture parsed
 2023-10-02 10:35 UTC  (2+ messages)

[syzbot] [media?] KASAN: slab-use-after-free Read in ir_raw_event_store
 2023-10-02 10:30 UTC 

[v2] media: platform: cros-ec: Add Taranza to the match table
 2023-10-02  9:59 UTC  (2+ messages)

[PATCH] media: aspeed: Fix the NULL vs IS_ERR() bug for debugfs_create_file()
 2023-10-02  9:54 UTC  (2+ messages)

[PATCH 2/2] media: pwm-ir-tx: trigger edges from hrtimer interrupt context
 2023-10-02  9:52 UTC  (4+ messages)


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