linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-19 11:29:02 to 2023-06-23 02:42:38 UTC [more...]

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

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-06-23  2:38 UTC  (12+ messages)
` [PATCH 3/9] drm/verisilicon: Add basic drm driver
` [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 v3 00/11] Add DELETE_BUF ioctl
 2023-06-23  0:25 UTC  (18+ 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
` [PATCH v3 11/11] media: v4l2: Add mem2mem helpers for "

[PATCH v7 0/3] media: i2c: Add support for alvium camera
 2023-06-22 18:14 UTC  (5+ messages)
` [PATCH v7 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision
` [PATCH v7 2/3] media: dt-bindings: alvium: add document YAML binding
` [PATCH v7 3/3] media: i2c: Add support for alvium camera

[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

[PATCH v2] media: rkvdec: removed redundant blank line
 2023-06-22 14:59 UTC  (2+ messages)

[RESEND PATCH v3 00/32] Separate links and async sub-devices
 2023-06-22 12:02 UTC  (14+ 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
` [RESEND PATCH v3 32/32] media: Documentation: v4l: Document sub-device notifiers

[PATCH v4 00/38] Separate links and async sub-devices
 2023-06-22 11:40 UTC  (39+ 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 v7 00/13] CSI2RX support on J721E
 2023-06-22 11:04 UTC  (4+ messages)

[PATCH 00/39] drm: renesas: shmobile: Atomic conversion + DT support
 2023-06-22  9:21 UTC  (2+ messages)
` [PATCH 02/39] media: uapi: Add MEDIA_BUS_FMT_RGB666_2X9 variants

[PATCH v7 0/6] Add StarFive Camera Subsystem driver
 2023-06-22  3:29 UTC  (6+ messages)
` [PATCH v7 1/6] media: dt-bindings: Add JH7110 Camera Subsystem
` [PATCH v7 3/6] media: starfive: camss: Add basic driver
` [PATCH v7 5/6] media: starfive: camss: Add ISP driver
` [PATCH v7 6/6] media: starfive: camss: Add VIN driver

[PATCH v4 0/6] Move dma-buf mmap() reservation locking down to exporters
 2023-06-21 19:24 UTC  (10+ 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 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 v15 0/2] drm: Add kms driver for loongson display controller
 2023-06-21 18:25 UTC  (10+ messages)
` [PATCH v15 1/2] "

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

[PATCH v3 0/6] Enable decoder for mt8183
 2023-06-21 18:00 UTC  (15+ messages)
` [PATCH v3 1/6] media: dt-bindings: mediatek,vcodec: Allow single clock "
` [PATCH v3 2/6] media: dt-bindings: mediatek,vcodec: Don't require assigned-clocks
` [PATCH v3 3/6] media: dt-bindings: mediatek,vcodec: Remove VDEC_SYS for mt8183
` [PATCH v3 4/6] media: mediatek: vcodec: Define address for VDEC_HW_ACTIVE
` [PATCH v3 5/6] media: mediatek: vcodec: Read HW active status from syscon on MT8183

Webcam LED control regression
 2023-06-21 15:26 UTC  (3+ messages)
` [PATCH] media: uvcvideo: Fix menu count handling for userspace XU mappings

[PATCH 1/2] media: verisilicon: fix excessive stack usage
 2023-06-21 14:44 UTC  (8+ messages)
` [PATCH 2/2] media: verisilicon: change confusingly named relaxed register access

[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  (12+ messages)
` [PATCH v6 1/5] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface bindings
` [PATCH v6 2/5] media: platform: visconti: Add Toshiba Visconti Video Input Interface driver
` [PATCH v6 3/5] media: add V4L2 vendor specific control handlers
` [PATCH v6 4/5] documentation: media: add documentation for Toshiba Visconti Video Input Interface driver
` [PATCH v6 5/5] MAINTAINERS: Add entries for Toshiba Visconti Video Input Interface

[PATCH] drm/msm: Fix typo in comment
 2023-06-21  8:58 UTC  (2+ messages)
    ` [PATCH] dma-buf: heaps: Delete repeated word

[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  (10+ messages)
` [PATCH v7 1/5] staging: vc04_services: vchiq_arm: Add new bus type and device type
` [PATCH v7 2/5] staging: vc04_services: vchiq_arm: Register vchiq_bus_type
` [PATCH v7 3/5] staging: bcm2835-camera: Register bcm2835-camera with vchiq_bus_type
` [PATCH v7 4/5] staging: bcm2835-audio: Register bcm2835-audio "
` [PATCH v7 5/5] staging: vc04_services: vchiq_arm: Remove vchiq_register_child()

[PATCH] accel/qaic: Call DRM helper function to destroy prime GEM
 2023-06-20 14:17 UTC  (2+ messages)

[sailus-media-tree:master 45/58] include/media/v4l2-subdev.h:1159:30: error: 'struct v4l2_subdev' has no member named 'entity'
 2023-06-20 13:50 UTC 

[ANN] Media Summit June 26th: Please let me know if you will attend
 2023-06-20 11:13 UTC  (3+ messages)

[PATCH v5 0/3] media: i2c: Add support for alvium camera
 2023-06-20 11:09 UTC  (12+ messages)
` [PATCH v5 3/3] "

[PATCH v2 0/6] platform/x86: int3472: discrete: Various improvements
 2023-06-20 10:44 UTC  (2+ messages)

[PATCH v2 0/5] Add support for external dphy
 2023-06-20 10:09 UTC  (2+ messages)

[bug report] venus: pm_helpers: Fix error check in vcodec_domains_get()
 2023-06-20  9:09 UTC 

[PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API
 2023-06-20  8:06 UTC  (12+ messages)

[linux-next:master] BUILD REGRESSION 47045630bc409ce6606d97b790895210dd1d517d
 2023-06-20  5:05 UTC 

[PATCH v3,0/11] media: mediatek: vcodec: separate encoder and decoder
 2023-06-20  2:58 UTC  (8+ messages)
` [PATCH v3,01/11] media: mediatek: vcodec: remove unused parameter
` [PATCH v3,02/11] media: mediatek: vcodec: align fw interface
` [PATCH v3,03/11] media: mediatek: vcodec: re-write shared interface

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

[sailus-media-tree:fixes] BUILD SUCCESS afbb61fca19be4eaf2cfacece749f2815686dde0
 2023-06-20  0:42 UTC 

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

[PATCH v15 0/8] i2c-atr and FPDLink
 2023-06-19 12:22 UTC  (9+ messages)
` [PATCH v15 1/8] dt-bindings: i2c: Add I2C Address Translator (ATR)
` [PATCH v15 2/8] i2c: add I2C Address Translator (ATR) support
` [PATCH v15 3/8] dt-bindings: media: add TI DS90UB913 FPD-Link III Serializer
` [PATCH v15 4/8] dt-bindings: media: add TI DS90UB953 "
` [PATCH v15 5/8] dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer
` [PATCH v15 6/8] media: i2c: add DS90UB960 driver
` [PATCH v15 7/8] media: i2c: add DS90UB913 driver
` [PATCH v15 8/8] media: i2c: add DS90UB953 driver

[PATCH v4 0/4] media: ti: cal: Improvements
 2023-06-19 11:40 UTC  (5+ messages)
` [PATCH v4 1/4] media: ti: cal: Clean up mbus formats uses
` [PATCH v4 2/4] media: ti: cal: Fix cal_camerarx_create() error handling
` [PATCH v4 3/4] media: ti: cal: Use subdev state
` [PATCH v4 4/4] media: ti: cal: Implement get_frame_desc for camera-rx


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