messages from 2022-06-29 19:14:55 to 2022-07-02 01:03:45 UTC [more...]
[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
2022-07-02 1:03 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION c4185b16aba73929aa76f0d030efbe79ae867808
2022-07-02 0:58 UTC
[PATCH v2 00/55] media: rkisp1: Cleanups and add support for i.MX8MP
2022-07-01 20:18 UTC (58+ messages)
` [PATCH v2 01/55] media: v4l2-async: Add notifier operation to destroy asd instances
` [PATCH v2 02/55] media: mc-entity: Rename media_entity_remote_pad() to media_pad_remote_pad_first()
` [PATCH v2 03/55] media: mc-entity: Add a new helper function to get a remote pad
` [PATCH v2 04/55] media: mc-entity: Add a new helper function to get a remote pad for a pad
` [PATCH v2 05/55] media: rkisp1: Enable compilation on ARCH_MXC
` [PATCH v2 06/55] media: rkisp1: Disable runtime PM in probe error path
` [PATCH v2 07/55] media: rkisp1: Read the ID register at probe time instead of streamon
` [PATCH v2 08/55] media: rkisp1: Rename rkisp1_match_data to rkisp1_info
` [PATCH v2 09/55] media: rkisp1: Save info pointer in rkisp1_device
` [PATCH v2 10/55] media: rkisp1: Access ISP version from info pointer
` [PATCH v2 11/55] media: rkisp1: Make rkisp1_isp_mbus_info common
` [PATCH v2 12/55] media: rkisp1: cap: Print debug message on failed link validation
` [PATCH v2 13/55] media: rkisp1: Move sensor .s_stream() call to ISP
` [PATCH v2 14/55] media: rkisp1: Reject sensors without pixel rate control at bound time
` [PATCH v2 15/55] media: rkisp1: Create link from sensor to ISP at notifier "
` [PATCH v2 16/55] media: rkisp1: Create internal links at probe time
` [PATCH v2 17/55] media: rkisp1: Rename rkisp1_subdev_notifier() to rkisp1_subdev_notifier_register()
` [PATCH v2 18/55] media: rkisp1: Fix sensor source pad retrieval at bound time
` [PATCH v2 19/55] media: rkisp1: Split CSI handling to separate file
` [PATCH v2 20/55] media: rkisp1: isp: Start CSI-2 receiver before ISP
` [PATCH v2 21/55] media: rkisp1: csi: Handle CSI-2 RX configuration fully in rkisp1-csi.c
` [PATCH v2 22/55] media: rkisp1: csi: Rename CSI functions with a common rkisp1_csi prefix
` [PATCH v2 23/55] media: rkisp1: csi: Move start delay to rkisp1_csi_start()
` [PATCH v2 24/55] media: rkisp1: csi: Pass sensor pointer to rkisp1_csi_config()
` [PATCH v2 25/55] media: rkisp1: csi: Constify argument to rkisp1_csi_start()
` [PATCH v2 26/55] media: rkisp1: isp: Don't initialize ret to 0 in rkisp1_isp_s_stream()
` [PATCH v2 27/55] media: rkisp1: isp: Pass mbus type and flags to rkisp1_config_cif()
` [PATCH v2 28/55] media: rkisp1: isp: Rename rkisp1_device.active_sensor to source
` [PATCH v2 29/55] media: rkisp1: isp: Add container_of wrapper to cast subdev to rkisp1_isp
` [PATCH v2 30/55] media: rkisp1: isp: Add rkisp1_device backpointer "
` [PATCH v2 31/55] media: rkisp1: isp: Pass rkisp1_isp pointer to internal ISP functions
` [PATCH v2 32/55] media: rkisp1: isp: Move input configuration to rkisp1_config_isp()
` [PATCH v2 33/55] media: rkisp1: isp: Merge ISP_ACQ_PROP configuration in single variable
` [PATCH v2 34/55] media: rkisp1: isp: Initialize some variables at declaration time
` [PATCH v2 35/55] media: rkisp1: isp: Fix whitespace issues
` [PATCH v2 36/55] media: rkisp1: isp: Constify various local variables
` [PATCH v2 37/55] media: rkisp1: isp: Rename rkisp1_get_remote_source()
` [PATCH v2 38/55] media: rkisp1: isp: Disallow multiple active sources
` [PATCH v2 39/55] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH v2 40/55] media: rkisp1: csi: Plumb the CSI RX subdev
` [PATCH v2 41/55] media: rkisp1: Use fwnode_graph_for_each_endpoint
` [PATCH v2 42/55] dt-bindings: media: rkisp1: Add port for parallel interface
` [PATCH v2 43/55] media: rkisp1: Support the ISP parallel input
` [PATCH v2 44/55] media: rkisp1: Add infrastructure to support ISP features
` [PATCH v2 45/55] media: rkisp1: Make the internal CSI-2 receiver optional
` [PATCH v2 46/55] media: rkisp1: debug: Add dump file in debugfs for MI buffer registers
` [PATCH v2 47/55] dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible
` [PATCH v2 48/55] media: rkisp1: Add match data for i.MX8MP ISP
` [PATCH v2 49/55] media: rkisp1: Configure gasket on i.MX8MP
` [PATCH v2 50/55] media: rkisp1: Add and set registers for crop for i.MX8MP
` [PATCH v2 51/55] media: rkisp1: Add and set registers for output size config on i.MX8MP
` [PATCH v2 52/55] media: rkisp1: Add i.MX8MP-specific registers for MI and resizer
` [PATCH v2 53/55] media: rkisp1: Shift DMA buffer addresses on i.MX8MP
` [PATCH v2 54/55] media: rkisp1: Add register definitions for the test pattern generator
` [PATCH v2 55/55] media: rkisp1: Fix RSZ_CTRL bits for i.MX8MP
[PATCH] dt-bindings: media: samsung,s5pv210-jpeg: convert to dtschema
2022-07-01 17:19 UTC (2+ messages)
[PATCH 1/2] media: subdev: Add v4l2_subdev_call_state_try() macro
2022-07-01 15:34 UTC (4+ messages)
` [PATCH 2/2] media: stm32: dcmi: Fix subdev op call with uninitialized state
[V10,0/7] Enable two hardware jpeg encoder for MT8195
2022-07-01 15:31 UTC (3+ messages)
` [V10,1/7] dt-bindings: mediatek: Add mediatek, mt8195-jpgenc compatible
[V4,0/8] Support multi-hardware jpeg decoder for MT8195
2022-07-01 15:29 UTC (3+ messages)
` [V4,1/8] dt-bindings: mediatek: Add mediatek,mt8195-jpgdec compatible
[PATCH v2] media: stm32: dcmi: Switch to __v4l2_subdev_state_alloc()
2022-07-01 13:18 UTC (9+ messages)
[PATCH 0/6] media: mediatek-vcodec: Fix capability fields again
2022-07-01 13:10 UTC (8+ messages)
` [PATCH 1/6] media: mediatek: vcodec: Revert driver name change in decoder capabilities
` [PATCH 2/6] media: mediatek: vcodec: Use meaningful decoder card name including chip name
` [PATCH 3/6] media: mediatek: vcodec: Use default bus_info for decoder capability
` [PATCH 4/6] media: mediatek: vcodec: Revert driver name change in encoder capabilities
` [PATCH 5/6] media: mediatek: vcodec: Use meaningful encoder card name including chip name
` [PATCH 6/6] media: mediatek: vcodec: Use default bus_info for encoder capability
[PATCH] dma-buf/sync_file: use strscpy to replace strlcpy
2022-07-01 11:26 UTC
[PATCH 00/55] media: rkisp1: Cleanups and add support for i.MX8MP
2022-07-01 11:29 UTC (28+ messages)
` [PATCH 07/55] media: rkisp1: Save info pointer in rkisp1_device
` [PATCH 17/55] media: rkisp1: Fix sensor source pad retrieval at bound time
` [PATCH 27/55] media: rkisp1: isp: Rename rkisp1_device.active_sensor to source
` [PATCH 40/55] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH 43/55] dt-bindings: media: rkisp1: Add port for parallel interface
` [PATCH 50/55] media: rkisp1: Add and set registers for crop for i.MX8MP
` [PATCH 51/55] media: rkisp1: Add and set registers for output size config on i.MX8MP
` [PATCH 52/55] media: rkisp1: Add i.MX8MP-specific registers for MI and resizer
` [PATCH 53/55] media: rkisp1: Shift DMA buffer addresses on i.MX8MP
[PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
2022-07-01 10:43 UTC (13+ messages)
` [PATCH v6 02/22] drm/gem: Move mapping of imported dma-bufs to drm_gem_mmap_obj()
` [PATCH v6 14/22] dma-buf: Introduce new locking convention
[GIT PULL FOR v5.20] Venus updates
2022-07-01 10:09 UTC (2+ messages)
` [GIT PULL FOR v5.20] Venus updates (#84527)
Build failed in Jenkins: media-build #3944
2022-07-01 9:19 UTC (3+ messages)
` Build failed in Jenkins: media-build #3945
` Build failed in Jenkins: media-build #3946
[PATCH 0/7] Enable 10bits bitstream for Hantro/G2 HEVC codec
2022-07-01 9:03 UTC (18+ messages)
` [PATCH 1/7] media: hantro: Store HEVC bit depth in context
` [PATCH 2/7] media: hantro: HEVC: Fix auxilary buffer size calculation
` [PATCH 3/7] media: hantro: HEVC: Fix chroma offset computation
` [PATCH 4/7] media: hantro: postproc: Configure output regs to support 10bit
` [PATCH 5/7] media: Hantro: HEVC: Allows 10-bit bitstream
` [PATCH 6/7] media: hantro: imx8m: Enable 10bit decoding
` [PATCH 7/7] media: hantro: Allows luma and chroma depth to be different
[PATCH V2 00/30] OPP: Add new configuration interface: dev_pm_opp_set_config()
2022-07-01 8:20 UTC (2+ messages)
` [PATCH V2 17/30] media: venus: Migrate to dev_pm_opp_set_config()
[PATCH v7 2/8] media: uvcvideo: Add support for per-device control mapping overrides
2022-07-01 7:26 UTC (5+ messages)
` [kbuild-all] "
[PATCH] media: amphion: sync buffer status with firmware during abort
2022-07-01 5:50 UTC
[PATCH v3 0/5] CAMSS updates for rb3 and rb5
2022-07-01 3:10 UTC (3+ messages)
` [PATCH v3 3/5] arm64: dts: qcom: sm8250: camss: Define ports address/size cells
[PATCH v4, 0/8] Support H264 multi-core encoder on MT8195
2022-07-01 1:49 UTC (4+ messages)
` [PATCH v4, 1/8] dt-bindings: media: mediatek: vcodec: Adds encoder cores dt-bindings for mt8195
[PATCH v2] dt-bindings: media: samsung,exynos5250-gsc: convert to dtschema
2022-06-30 23:16 UTC (2+ messages)
[PATCH v6 00/14] i.MX8MP DW100 dewarper driver
2022-06-30 21:57 UTC (3+ messages)
` [PATCH v6 12/14] media: dt-bindings: media: Add i.MX8MP DW100 binding
[PATCH v2 0/2] procfs: Add file path and size to /proc/<pid>/fdinfo
2022-06-30 21:30 UTC (9+ messages)
` [PATCH v2 1/2] procfs: Add 'size' to /proc/<pid>/fdinfo/
hooking Sony 47MPixel sensor to NXP imx8m-mini MIPI CSI2
2022-06-30 19:42 UTC (6+ messages)
[PATCH v1] Fix: SYNCOBJ TIMELINE Test failed
2022-06-30 15:41 UTC (4+ messages)
[PATCH] v4l2-ctl: Fix typo in --list-patterns help text
2022-06-30 14:32 UTC (2+ messages)
[PATCH] drm/i915: Remove __dma_fence_is_chain()
2022-06-30 14:29 UTC (2+ messages)
` [Intel-gfx] "
[PATCH v4 0/6] media: ov5693: cleanup code and add dts support
2022-06-30 13:56 UTC (19+ messages)
` [PATCH v4 1/6] media: ov5693: count num_supplies using array_size
` [PATCH v4 2/6] media: ov5693: add dvdd into ov5693_supply_names array
` [PATCH v4 3/6] media: ov5693: rename clk into xvclk
` [PATCH v4 4/6] media: ov5693: move hw cfg functions into ov5693_hwcfg
` [PATCH v4 5/6] media: dt-bindings: ov5693: document YAML binding
` [PATCH v4 6/6] media: ov5693: add ov5693_of_match, dts support
[PATCH v5 0/6] media: ov5693: cleanup code and add dts support
2022-06-30 13:48 UTC (7+ messages)
` [PATCH v5 1/6] media: ov5693: count num_supplies using array_size
` [PATCH v5 2/6] media: ov5693: add dvdd into ov5693_supply_names array
` [PATCH v5 3/6] media: ov5693: rename clk into xvclk
` [PATCH v5 4/6] media: ov5693: add support for acpi clock-frequency prop
` [PATCH v5 5/6] media: dt-bindings: ov5693: document YAML binding
` [PATCH v5 6/6] media: ov5693: add ov5693_of_match, dts support
[PATCH] media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.c
2022-06-30 13:42 UTC (3+ messages)
[PATCH v9 0/6] staging: media: wave5: add wave5 codec driver
2022-06-30 11:22 UTC (3+ messages)
[PATCH v2 0/5] Visconti: Add Toshiba Visconti Video Input Interface driver
2022-06-30 10:39 UTC (5+ messages)
` media: platform: visconti: Toshiba Visconti Video driver with media control framework
[PATCH v2 0/7] media: ov5693: cleanup code and add dts support
2022-06-30 10:26 UTC (4+ messages)
` [PATCH v2 4/7] media: ov5693: move hw cfg functions into ov5693_check_hwcfg
Suggested Update to the WiKi for HVR-5525
2022-06-30 10:13 UTC
HauppaugeTV-quadHD DVB-T mpeg risc op code error
2022-06-30 9:59 UTC (16+ messages)
` HauppaugeTV-quadHD DVB-T & HVR5525 "
[PATCH 0/7] media: nxp: i.MX8 ISI driver
2022-06-30 9:56 UTC (9+ messages)
` [PATCH 3/7] media: vivid: Add support for the new YUVA and YUVX formats
` [PATCH 4/7] media: v4l2: Make colorspace validity checks more future-proof
[PATCH] v4l2 utils: Support V4L2_PIX_FMT_YUV[AX]32
2022-06-30 9:29 UTC
[PATCH v20 0/4] media: mediatek: support mdp3 on mt8183 platform
2022-06-30 9:14 UTC (5+ messages)
` [PATCH v20 1/4] dt-binding: mediatek: add bindings for MediaTek MDP3 components
` [PATCH v20 2/4] dt-binding: mediatek: add bindings for MediaTek CCORR and WDMA
` [PATCH v20 3/4] arm64: dts: mt8183: add Mediatek MDP3 nodes
` [PATCH v20 4/4] media: platform: mtk-mdp3: add Mediatek MDP3 driver
[PATCH v3 0/6] media: ov5693: cleanup code and add dts support
2022-06-30 7:59 UTC (7+ messages)
` [PATCH v3 4/6] media: ov5693: move hw cfg functions into ov5693_hwcfg
` [PATCH v3 5/6] media: dt-bindings: ov5693: document YAML binding
Wycena paneli fotowoltaicznych
2022-06-30 7:51 UTC
[PATCH 0/1] [RFC] drm/fourcc: Add new unsigned R16_UINT/RG1616_UINT formats
2022-06-30 7:47 UTC (4+ messages)
[PATCH v8 0/2] On Semi AR0521 sensor driver
2022-06-30 7:13 UTC (10+ messages)
` [PATCH v8 2/2] "
[PATCH v7 0/7] media: Implement UVC v1.5 ROI
2022-06-30 6:42 UTC (9+ messages)
` [PATCH v7 3/7] media: uvcvideo: Add support for compound controls
` [PATCH v7 4/7] media: uvcvideo: implement UVC v1.5 ROI
` [PATCH v7 6/7] media: uvcvideo: support V4L2_CTRL_WHICH_MIN/MAX_VAL
` [PATCH v7 7/7] media: uvcvideo: document UVC v1.5 ROI
[PATCH] hantro: Fix RK3399 H.264 format advertising
2022-06-30 5:02 UTC (4+ messages)
` [PATCH] hantro: Remove incorrect HEVC SPS validation
cron job: media_tree daily build: WARNINGS
2022-06-30 4:41 UTC
[PATCH v2] media: amphion: only insert the first sequence startcode for vc1l format
2022-06-30 1:30 UTC
[GIT PULL FOR 5.20] Ar0521 driver, ov5640 driver improvements
2022-06-30 0:33 UTC (2+ messages)
` [GIT PULL FOR 5.20] Ar0521 driver, ov5640 driver improvements (#84446)
Fwd: Help supporting IT9910 chipset
2022-06-29 21:49 UTC
[PATCH 6/6] i2c: Make remove callback return void
2022-06-29 21:20 UTC
[PATCH 1/2] media: dt-bindings: rc: Allow 'ir-receiver' node names
2022-06-29 21:09 UTC (2+ messages)
[linux-next:master] BUILD REGRESSION c4ef528bd006febc7de444d9775b28706d924f78
2022-06-29 19:58 UTC
[PATCH v2 0/7] media: hantro: Add 10-bit support
2022-06-29 19:19 UTC (7+ messages)
` [PATCH v2 5/7] media: hantro: postproc: Properly calculate chroma offset
` [PATCH v2 6/7] media: hantro: Store VP9 bit depth in context
` [PATCH v2 7/7] media: hantro: sunxi: Enable 10-bit decoding
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).