linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-20 16:32:19 to 2023-06-27 10:25:47 UTC [more...]

[PATCH 5.10 0/1] media: atomisp: fix "variable dereferenced before check 'asd'"
 2023-06-27 10:23 UTC 

[syzbot] [tomoyo?] [bpf?] INFO: rcu detected stall in security_file_open (6)
 2023-06-27 10:06 UTC 

[PATCH v3 00/11] Add DELETE_BUF ioctl
 2023-06-27  8:47 UTC  (31+ messages)
` [PATCH v3 01/11] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v3 02/11] media: videobuf2: Use Xarray instead of static buffers array
` [PATCH v3 03/11] media: videobuf2: Remove VB2_MAX_FRAME limit on buffer storage
` [PATCH v3 04/11] media: videobuf2: Stop define VB2_MAX_FRAME as global
` [PATCH v3 05/11] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v3 06/11] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v3 07/11] media: verisilicon: vp9: Use destination buffer height to compute chroma offset
` [PATCH v3 08/11] media: verisilicon: postproc: Fix down scale test
` [PATCH v3 09/11] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v3 10/11] media: v4l2: Add DELETE_BUF ioctl
  ` [EXT] "
` [PATCH v3 11/11] media: v4l2: Add mem2mem helpers for "

[PATCH v2 0/2] add ISI support for iMX93
 2023-06-27  8:39 UTC  (9+ messages)
` [PATCH v2 1/2] media: dt-bindings: nxp,imx8-isi: add i.MX93 ISI compatible string
` [PATCH v2 2/2] media: nxp: imx-isi: add ISI support for i.MX93

[PATCH] OOB read and write in mdp_prepare_buffer
 2023-06-27  8:27 UTC 

[PATCH v2] media: rkvdec: removed redundant blank line
 2023-06-27  8:12 UTC  (3+ messages)

[PATCH] OOB read and write in mtk multiple places
 2023-06-27  8:10 UTC 

[PATCH v3 0/3] add ISI support for iMX93
 2023-06-27  6:20 UTC  (4+ messages)
` [PATCH v3 1/3] media: dt-bindings: nxp,imx8-isi: add i.MX93 ISI compatible string
` [PATCH v3 2/3] media: nxp: imx8-isi: move i.MX8 gasket configuration to an ops structure
` [PATCH v3 3/3] media: nxp: imx8-isi: add ISI support for i.MX93

[sailus-media-tree:async-multi] BUILD SUCCESS db8058c1f01d05352a8a26195a42dd8c7b1c2c10
 2023-06-27  1:30 UTC 

[sailus-media-tree:master] BUILD REGRESSION e03cd35afd1787dc8daadbd61ad47da455bc76eb
 2023-06-27  1:12 UTC 

[PATCH v4 00/38] Separate links and async sub-devices
 2023-06-26 15:36 UTC  (42+ messages)
` [PATCH v4 01/38] media: v4l: async: Drop v4l2_async_nf_parse_fwnode_endpoints()
` [PATCH v4 02/38] media: v4l: fwnode: Remove unneeded forward declaration
` [PATCH v4 03/38] media: atmel-isi: Remote unneeeded "
` [PATCH v4 04/38] media: xilinx-vipp: Clean up bound async notifier callback
` [PATCH v4 05/38] media: omap3isp: Move link creation to bound callback
` [PATCH v4 06/38] media: Documentation: v4l: Fix async notifier registration example
` [PATCH v4 07/38] media: Documentation: v4l: Add section titles for async
` [PATCH v4 08/38] media: Documentation: v4l: Fix async sensor subdev helper documentation
` [PATCH v4 09/38] media: Documentation: v4l: Document missing async subdev function
` [PATCH v4 10/38] media: Documentation: v4l: Document v4l2_async_nf_cleanup
` [PATCH v4 11/38] media: v4l: async: Add some debug prints
` [PATCH v4 12/38] media: v4l: async: Clean up testing for duplicate async subdevs
` [PATCH v4 13/38] media: v4l: async: Don't check whether asd is NULL in validity check
` [PATCH v4 14/38] media: v4l: async: Make V4L2 async match information a struct
` [PATCH v4 15/38] media: v4l: async: Rename V4L2_ASYNC_MATCH_ macros, add TYPE_
` [PATCH v4 16/38] media: v4l: async: Only pass match information for async subdev validation
` [PATCH v4 17/38] media: v4l: async: Clean up list heads and entries
` [PATCH v4 18/38] media: v4l: async: Simplify async sub-device fwnode matching
` [PATCH v4 19/38] media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connection
` [PATCH v4 20/38] media: v4l: async: Clean up error handling in v4l2_async_match_notify
` [PATCH v4 21/38] media: v4l: async: Drop duplicate handling when adding connections
` [PATCH v4 22/38] media: v4l: async: Rework internal lists
` [PATCH v4 23/38] media: v4l: async: Obtain async connection based on sub-device
` [PATCH v4 24/38] media: v4l: async: Allow multiple connections between entities
` [PATCH v4 25/38] media: v4l: async: Drop unneeded list entry initialisation
` [PATCH v4 26/38] media: v4l: async: Try more connections
` [PATCH v4 27/38] media: v4l: async: Support fwnode endpoint list matching for subdevs
` [PATCH v4 28/38] media: adv748x: Return to endpoint matching
` [PATCH v4 29/38] media: pxa_camera: Fix probe error handling
` [PATCH v4 30/38] media: pxa_camera: Register V4L2 device early
` [PATCH v4 31/38] media: marvell: cafe: Register V4L2 device earlier
` [PATCH v4 32/38] media: am437x-vpfe: Register V4L2 device early
` [PATCH v4 33/38] media: omap3isp: Initialise V4L2 async notifier later
` [PATCH v4 34/38] media: xilinx-vipp: Init async notifier after registering V4L2 device
` [PATCH v4 35/38] media: davinci: "
` [PATCH v4 36/38] media: qcom: Initialise V4L2 async notifier later
` [PATCH v4 37/38] media: v4l: async: Set v4l2_device and subdev in async notifier init
` [PATCH v4 38/38] media: Documentation: v4l: Document sub-device notifiers

[PATCH v3 0/6] Enable decoder for mt8183
 2023-06-26 15:30 UTC  (11+ messages)
` [PATCH v3 3/6] media: dt-bindings: mediatek,vcodec: Remove VDEC_SYS "

[PATCH] media: i2c: ov01a10: Switch back to use struct i2c_driver::probe
 2023-06-26 13:15 UTC  (2+ messages)

[PATCH v4 0/6] Move dma-buf mmap() reservation locking down to exporters
 2023-06-26 13:05 UTC  (15+ messages)
` [PATCH v4 2/6] dma-buf/heaps: Don't assert held reservation lock for dma-buf mmapping
` [PATCH v4 5/6] dma-buf: Change locking policy for mmap()
` [PATCH v4 6/6] drm/shmem-helper: Switch to reservation lock

[REGRESSION] breakage in sun6i-csi media api
 2023-06-26 12:23 UTC  (5+ messages)

v4l2-async: regression due to endpoint matching
 2023-06-26 11:41 UTC  (3+ messages)

Newsy Paper
 2023-06-26 11:25 UTC 

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-06-26  5:34 UTC  (10+ messages)
` [PATCH 4/9] drm/verisilicon: Add gem driver for JH7110 SoC
` [PATCH 5/9] drm/verisilicon: Add mode config funcs
  ` [PATCH 9/9] drm/verisilicon: Add starfive hdmi driver

[PATCH v4,0/11] media: mediatek: vcodec: separate encoder and decoder
 2023-06-26  3:53 UTC  (12+ messages)
` [PATCH v4,01/11] media: mediatek: vcodec: remove unused parameter
` [PATCH v4,02/11] media: mediatek: vcodec: align fw interface
` [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] media: dvb-core: Fix a possible null-pointer dereference due to data race in dvbdmx_write()
 2023-06-26  2:44 UTC 

[PATCH 0/4] add ISI support for i.MX93
 2023-06-26  2:14 UTC  (13+ messages)
` [PATCH 1/4] media: dt-bindings: media: rename nxp,imx8-isi.yaml to nxp,imx-isi.yaml
` [PATCH 2/4] media: nxp: rename imx8-isi to imx-isi and remove reference to i.MX8
` [PATCH 3/4] media: dt-bindings: media: nxp,imx-isi: i.MX93 support
` [PATCH 4/4] media: nxp: imx-isi: add ISI support for i.MX93

[PATCH v15 0/2] drm: Add kms driver for loongson display controller
 2023-06-25  7:56 UTC  (4+ messages)
` [PATCH v15 1/2] "

[PATCH 00/26] use array_size
 2023-06-25  4:59 UTC  (5+ messages)
` [PATCH 06/26] dma-buf: system_heap: "
` [PATCH 23/26] media: staging: imgu: "

[RESEND PATCH] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-06-25  2:38 UTC  (19+ messages)

[PATCH v2] media: mtk-jpeg: Fix use after free bug due to uncanceled work
 2023-06-24 14:50 UTC 

Webcam LED control regression
 2023-06-24 12:02 UTC  (7+ messages)
` [PATCH] media: uvcvideo: Fix menu count handling for userspace XU mappings

cron job: media_tree daily build: ERRORS
 2023-06-24  2:43 UTC 

[PATCH 2/2] media: i2c: imx290: Add support for V4L2_CID_VTOTAL
 2023-06-23 23:28 UTC  (4+ messages)

[PATCH] media: tc358746: select CONFIG_GENERIC_PHY
 2023-06-23 15:41 UTC  (2+ messages)

[PATCH 00/39] drm: renesas: shmobile: Atomic conversion + DT support
 2023-06-23 14:56 UTC  (3+ messages)
` [PATCH 02/39] media: uapi: Add MEDIA_BUS_FMT_RGB666_2X9 variants

[PATCH] v4l2-compliance: Add a test for DELETE_BUF ioctl
 2023-06-23 13:50 UTC 

[ANN] Media Summit June 26th: Final Agenda
 2023-06-23  9:16 UTC  (2+ messages)

[sailus-media-tree:master 57/58] include/media/v4l2-subdev.h:1159:25: error: no member named 'entity' in 'struct v4l2_subdev'
 2023-06-23  5:45 UTC 

cron job: media_tree daily build: ERRORS
 2023-06-23  2:42 UTC 

[PATCH v7 3/3] media: i2c: Add support for alvium camera
 2023-06-22 18:14 UTC  (2+ messages)

[PATCH WIP RFC v2 0/2] media: uapi: Add V4L2_CID_VTOTAL control
 2023-06-22 15:14 UTC  (4+ messages)
` [PATCH WIP RFC v2 1/2] media: uapi: Add V4L2_CID_{V,H}TOTAL controls
` [PATCH WIP RFC v2 2/2] media: i2c: imx290: Add support for V4L2_CID_VTOTAL

[RESEND PATCH v3 00/32] Separate links and async sub-devices
 2023-06-22 12:02 UTC  (11+ messages)
` [RESEND PATCH v3 17/32] media: v4l: async: Rework internal lists
` [RESEND PATCH v3 23/32] media: pxa_camera: Fix probe error handling
` [RESEND PATCH v3 25/32] media: marvell: cafe: Register V4L2 device earlier

[PATCH v7 00/13] CSI2RX support on J721E
 2023-06-22 11:04 UTC  (4+ messages)

[PATCH v7 5/6] media: starfive: camss: Add ISP driver
 2023-06-22  3:29 UTC  (2+ messages)

[PATCH 1/7] media: atomisp: Fix missing v4l2_fh_release() in atomisp_open() error exit
 2023-06-21 19:09 UTC  (3+ messages)

[PATCH v3 0/3] Remove #ifdef ISP2401 and unifying sh_css_sp_group structure
 2023-06-21 19:08 UTC  (3+ messages)
` [PATCH v3 3/3] media: atomisp: sh_css_internal: sh_css_params: Unifying sh_css_sp_group data structure

[PATCH 01/28] media: cec: ch7322: drop of_match_ptr for ID table
 2023-06-21 18:06 UTC  (2+ messages)

[PATCH 1/2] media: verisilicon: fix excessive stack usage
 2023-06-21 14:44 UTC  (2+ messages)

[PATCH] Subject: [PATCH] media: rkvdec: removed redundant blank line
 2023-06-21 12:34 UTC  (4+ messages)

[PATCH v2 0/5] Enable decoder for mt8183
 2023-06-21 11:13 UTC  (3+ messages)
` [PATCH v2 1/5] media: dt-bindings: mediatek,vcodec: Don't require assigned-clocks

[PATCH v6 0/5] Add Toshiba Visconti Video Input Interface driver
 2023-06-21  9:01 UTC  (4+ messages)
` [PATCH v6 1/5] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface bindings

[PATCH] dma-buf: heaps: Delete repeated word
 2023-06-21  8:58 UTC 

[GIT PULL FOR 6.6] V4L2 patches of all kind plus more
 2023-06-20 21:56 UTC  (2+ messages)
` [GIT PULL FOR 6.6] V4L2 patches of all kind plus more (#92655)

[PATCH 20/28] media: platform: jpeg: always reference OF data
 2023-06-20 21:03 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v7 0/5] staging: vc04_services: vchiq: Register devices with a custom bus_type
 2023-06-20 18:36 UTC  (5+ messages)
` [PATCH v7 1/5] staging: vc04_services: vchiq_arm: Add new bus type and device type


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