linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-16 16:32:23 to 2021-09-22 09:11:27 UTC [more...]

Deploying new iterator interface for dma-buf
 2021-09-22  9:10 UTC  (14+ messages)
` [PATCH 01/26] dma-buf: add dma_resv_for_each_fence_unlocked v4
` [PATCH 02/26] dma-buf: add dma_resv_for_each_fence
` [PATCH 03/26] dma-buf: use new iterator in dma_resv_copy_fences
` [PATCH 04/26] dma-buf: use new iterator in dma_resv_get_fences v2
` [PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout
` [PATCH 06/26] dma-buf: use new iterator in dma_resv_test_signaled
` [PATCH 07/26] drm/ttm: use the new iterator in ttm_bo_flush_all_fences
` [PATCH 08/26] drm/amdgpu: use the new iterator in amdgpu_sync_resv
` [PATCH 09/26] drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuable
` [PATCH 10/26] drm/msm: use new iterator in msm_gem_describe
` [PATCH 11/26] drm/radeon: use new iterator in radeon_sync_resv
` [PATCH 12/26] drm/scheduler: use new iterator in drm_sched_job_add_implicit_dependencies v2
` [PATCH 13/26] drm/i915: use the new iterator in i915_gem_busy_ioctl

[PATCH] media: staging: ipu3-imgu: Initialise height_per_slice in the stripes
 2021-09-22  5:54 UTC  (7+ messages)

cron job: media_tree daily build: ERRORS
 2021-09-22  3:50 UTC 

[PATCH v3 0/9] dma-fence: Deadline awareness
 2021-09-22  3:32 UTC  (17+ messages)
` [PATCH v3 4/9] drm/scheduler: Add fence deadline support
` [PATCH v3 8/9] dma-buf/sync_file: Add SET_DEADLINE ioctl

[PATCH v2] media: CEC: keep related menu entries together
 2021-09-21 22:10 UTC 

[PATCH v4 00/11] CSI2RX support on J721E
 2021-09-21 21:35 UTC  (7+ messages)
` [PATCH v4 09/11] media: dt-bindings: Make sure items in data-lanes are unique
` [PATCH v4 10/11] media: dt-bindings: Add DT bindings for TI J721E CSI2RX driver
` [PATCH v4 11/11] media: dt-bindings: Convert Cadence CSI2RX binding to YAML

[PATCH] media: vivid: fix an error code in vivid_create_instance()
 2021-09-21 20:39 UTC 

[PATCH 01/26] dma-buf: add dma_resv_for_each_fence_unlocked v3
 2021-09-21 17:36 UTC  (26+ messages)
` [PATCH 02/26] dma-buf: add dma_resv_for_each_fence
` [PATCH 03/26] dma-buf: use new iterator in dma_resv_copy_fences
` [PATCH 04/26] dma-buf: use new iterator in dma_resv_get_fences v2
` [PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout
` [PATCH 06/26] dma-buf: use new iterator in dma_resv_test_signaled
` [PATCH 07/26] drm/ttm: use the new iterator in ttm_bo_flush_all_fences
` [PATCH 08/26] drm/amdgpu: use the new iterator in amdgpu_sync_resv
` [PATCH 09/26] drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuable
` [PATCH 10/26] drm/msm: use new iterator in msm_gem_describe
` [PATCH 11/26] drm/radeon: use new iterator in radeon_sync_resv
` [PATCH 12/26] drm/scheduler: use new iterator in drm_sched_job_add_implicit_dependencies v2
` [PATCH 13/26] drm/i915: use the new iterator in i915_gem_busy_ioctl
` [PATCH 14/26] drm/i915: use the new iterator in i915_sw_fence_await_reservation v3
` [PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object v2
` [PATCH 16/26] drm/i915: use new iterator in i915_gem_object_wait_reservation
` [PATCH 17/26] drm/i915: use new iterator in i915_gem_object_wait_priority
` [PATCH 18/26] drm/i915: use new iterator in i915_gem_object_last_write_engine
` [PATCH 19/26] drm/i915: use new cursor in intel_prepare_plane_fb
` [PATCH 20/26] drm: use new iterator in drm_gem_fence_array_add_implicit v3
` [PATCH 21/26] drm: use new iterator in drm_gem_plane_helper_prepare_fb
` [PATCH 22/26] drm/nouveau: use the new iterator in nouveau_fence_sync
` [PATCH 23/26] drm/nouveau: use the new interator in nv50_wndw_prepare_fb
` [PATCH 24/26] drm/etnaviv: use new iterator in etnaviv_gem_describe
` [PATCH 25/26] drm/etnaviv: replace dma_resv_get_excl_unlocked
` [PATCH 26/26] dma-buf: nuke dma_resv_get_excl_unlocked

Deploying new iterator interface for dma-buf
 2021-09-21 17:35 UTC  (56+ messages)
` [PATCH 01/26] dma-buf: add dma_resv_for_each_fence_unlocked v2
    ` [Intel-gfx] "
` [PATCH 02/26] dma-buf: add dma_resv_for_each_fence
` [PATCH 03/26] dma-buf: use new iterator in dma_resv_copy_fences
` [PATCH 04/26] dma-buf: use new iterator in dma_resv_get_fences v2
` [PATCH 05/26] dma-buf: use new iterator in dma_resv_wait_timeout
` [PATCH 06/26] dma-buf: use new iterator in dma_resv_test_signaled
` [PATCH 07/26] drm/ttm: use the new iterator in ttm_bo_flush_all_fences
` [PATCH 08/26] drm/amdgpu: use the new iterator in amdgpu_sync_resv
` [PATCH 09/26] drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuable
` [PATCH 10/26] drm/msm: use new iterator in msm_gem_describe
` [PATCH 11/26] drm/radeon: use new iterator in radeon_sync_resv
` [PATCH 12/26] drm/scheduler: use new iterator in drm_sched_job_add_implicit_dependencies v2
` [PATCH 13/26] drm/i915: use the new iterator in i915_gem_busy_ioctl
  ` [Intel-gfx] "
` [PATCH 14/26] drm/i915: use the new iterator in i915_sw_fence_await_reservation v3
  ` [Intel-gfx] "
` [PATCH 15/26] drm/i915: use the new iterator in i915_request_await_object v2
` [PATCH 16/26] drm/i915: use new iterator in i915_gem_object_wait_reservation v2
  ` [Intel-gfx] "
` [PATCH 17/26] drm/i915: use new iterator in i915_gem_object_wait_priority v2
` [PATCH 18/26] drm/i915: use new iterator in i915_gem_object_last_write_engine v2
` [PATCH 19/26] drm/i915: use new cursor in intel_prepare_plane_fb v2
` [PATCH 20/26] drm: use new iterator in drm_gem_fence_array_add_implicit v2
` [PATCH 21/26] drm: use new iterator in drm_gem_plane_helper_prepare_fb v2
` [PATCH 22/26] drm/nouveau: use the new iterator in nouveau_fence_sync
` [PATCH 23/26] drm/nouveau: use the new interator in nv50_wndw_prepare_fb v2
` [PATCH 24/26] drm/etnaviv: use new iterator in etnaviv_gem_describe
` [PATCH 25/26] drm/etnaviv: replace dma_resv_get_excl_unlocked
` [PATCH 26/26] dma-buf: nuke dma_resv_get_excl_unlocked

[V3] venus: vdec: decoded picture buffer handling during reconfig sequence
 2021-09-21 13:47 UTC  (2+ messages)

[PATCH v3 0/2] Add support for OV5693 Sensor
 2021-09-21 12:48 UTC  (7+ messages)
` [PATCH v3 1/2] media: ipu3-cio2: Toggle sensor streaming in pm runtime ops
` [PATCH v3 2/2] media: i2c: Add support for ov5693 sensor

[RFC PATCH] media: staging: ipu3-imgu: add the AWB memory layout
 2021-09-21 11:33 UTC  (7+ messages)

Sony IMX290 link frequency
 2021-09-21 10:41 UTC  (4+ messages)
  ` (EXT) "

Build failed in Jenkins: media-build #3636
 2021-09-21 10:24 UTC  (3+ messages)
` Build failed in Jenkins: media-build #3637
  ` Jenkins build is back to normal : media-build #3638

cron job: media_tree daily build: ERRORS
 2021-09-21  3:42 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in v4l2_compat_put_array_args
 2021-09-21  3:13 UTC 

Error Terratec Cinergy T2 after USB disconnect or sleep
 2021-09-21  2:18 UTC 

[PATCH] media: rc and cec: keep all menu entries together
 2021-09-20 23:57 UTC  (3+ messages)

[PATCH] media: i2c: select V4L2_ASYNC where needed
 2021-09-20 20:31 UTC  (3+ messages)

[PATCH] media: hantro: Constify static struct v4l2_m2m_ops
 2021-09-20 20:02 UTC 

[PATCH 00/30] TI Video Decoder driver upstreaming to v5.14-rc6 kernel
 2021-09-20 18:07 UTC  (6+ messages)
` [PATCH 03/30] v4l: vxd-dec: Create vxd_dec Mem Manager helper library

[RFC PATCH 0/4] Add a DRM driver to support AI Processing Unit (APU)
 2021-09-20 20:55 UTC  (7+ messages)
` [RFC PATCH 1/4] dt-bindings: Add bidings for mtk,apu-drm
` [RFC PATCH 2/4] DRM: Add support of AI Processor Unit (APU)
` [RFC PATCH 3/4] rpmsg: "
` [RFC PATCH 4/4] ARM64: mt8183-pumpkin: Add the APU DRM device

[ragnatech:media-next] BUILD SUCCESS 0a24c52d78e06d4e6e7cf1f8fe6012f89e93c985
 2021-09-20 20:34 UTC 

[PATCH v4] media: mtk-vpu: Ensure alignment of 8 for DTCM buffer
 2021-09-20 17:04 UTC 

Error dvb-usb: no frontend was attached by 'MSI Mega Sky 580 DVB-T USB2.0': mt352, qt1010
 2021-09-20 17:09 UTC 

[PATCH v3] media: mtk-vpu: Ensure alignment of 8 for DTCM buffer
 2021-09-20 15:19 UTC  (3+ messages)

[PATCH] panfrost: make mediatek_mt8183_supplies and mediatek_mt8183_pm_domains static
 2021-09-20 13:33 UTC  (2+ messages)

[PATCH v8 00/36] v4l: subdev internal routing and streams
 2021-09-20 10:19 UTC  (2+ messages)

[PATCH v5 0/3] Venus dynamic debug
 2021-09-20  5:48 UTC  (8+ messages)
` [PATCH v5 2/3] venus: Add a debugfs file for SSR trigger

[PATCH] media: venus: core: Fix a potential NULL pointer dereference
 2021-09-20  5:46 UTC 

cron job: media_tree daily build: ERRORS
 2021-09-20  3:45 UTC 

[PATCH] media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()
 2021-09-19 18:45 UTC  (7+ messages)
` [PATCH v2 RESEND] "

[PATCH] net: mana: Prefer struct_size over open coded arithmetic
 2021-09-19  8:27 UTC  (6+ messages)

cron job: media_tree daily build: ERRORS
 2021-09-19  3:44 UTC 

[PATCH] qv4l2: Add capture toggle and close hotkeys to CaptureWin
 2021-09-18 22:24 UTC 

[syzbot] kernel BUG in vmf_insert_pfn_prot
 2021-09-18 19:58 UTC  (3+ messages)

[PATCH 0/5] media: Add multiplexed support to R-Car and GMSL
 2021-09-18 15:05 UTC  (6+ messages)
` [PATCH 1/5] media: max9286: Implement multiplexed support
` [PATCH 2/5] media: max9286: Apply routing configuration
` [PATCH 3/5] media: max9286: Implement routing validation
` [PATCH 4/5] media: rcar-csi2: Implement multiplexed support
` [PATCH 5/5] media: rcar-vin: Support multiplexed CSI-2 receiver

[PATCH v6 0/2] Add p2p via dmabuf to habanalabs
 2021-09-18  8:38 UTC  (10+ messages)

[ragnatech:media-next] BUILD SUCCESS 204c92e2f544038063a138729b3b2bffe3c41a03
 2021-09-18  7:41 UTC 

cron job: media_tree daily build: ERRORS
 2021-09-18  3:44 UTC 

[PATCH] qv4l2: enable the play action on non-streaming radio rx
 2021-09-17 20:47 UTC 

[PATCH][next] media: uvcvideo: Fix memory leak if uvc_ctrl_add_mapping fails
 2021-09-17 20:15 UTC 

[PATCH][next] media: uvcvideo: Fix memory leak of object map on error exit path
 2021-09-17 19:51 UTC  (2+ messages)

[PATCH] media: em28xx: Don't use ops->suspend if it is NULL
 2021-09-17 16:07 UTC 

[PATCH 01/14] dma-buf: add dma_resv_for_each_fence_unlocked
 2021-09-17 12:22 UTC  (8+ messages)

[PATCH] media: siano: remove duplicate USB device IDs
 2021-09-17  9:21 UTC 

cron job: media_tree daily build: ERRORS
 2021-09-17  3:42 UTC 

[RFC 1/3] media: tw9910: Allow to probe from device tree
 2021-09-17  3:28 UTC  (8+ messages)

[PATCH v7 0/5] media: mediatek: support mdp3 on mt8183 platform
 2021-09-17  1:23 UTC  (4+ messages)
` [PATCH v7 1/5] soc: mediatek: mutex: add support for MDP

[PATCH v11 00/34] NVIDIA Tegra power management patches for 5.16
 2021-09-16 19:49 UTC  (3+ messages)
` [PATCH v11 08/34] dt-bindings: host1x: Document Memory Client resets of Host1x, GR2D and GR3D

[PATCH] media: imx: drop unneeded MODULE_ALIAS
 2021-09-16 17:05 UTC 

[PATCH 00/22] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
 2021-09-16 16:30 UTC  (5+ messages)
` [PATCH 01/22] clk: sunxi-ng: v3s: Make the ISP PLL clock public


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