linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-22 09:10:54 to 2021-09-26 08:33:34 UTC [more...]

[PATCH v2 00/29] edid-decode: bug fixes, additions, changes
 2021-09-26  8:33 UTC  (3+ messages)
` [PATCH v2 01/29] edid-decode: remove unnecessary length check
` [PATCH v2 02/29] edid-decode: fix standard timing vertical pixels

[PATCH v6, 00/15] Using component framework to support multi hardware decode
 2021-09-26  8:27 UTC  (5+ messages)

[PATCH] media: mtk-vcodec: MT8173 h264/vp8 encoder min/max bitrate settings
 2021-09-26  3:39 UTC 

[PATCH net-next 0/5] brcm ASP 2.0 Ethernet controller
 2021-09-26  2:39 UTC  (14+ messages)
` [PATCH net-next 1/5] dt-bindings: net: Brcm "
` [PATCH net-next 2/5] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.0
` [PATCH net-next 3/5] net: bcmasp: Add support for ASP2.0 Ethernet controller
` [PATCH net-next 4/5] net: phy: mdio-bcm-unimac: Add asp v2.0 support
` [PATCH net-next 5/5] MAINTAINERS: ASP 2.0 Ethernet driver maintainers

[PATCH 00/28] bug fixes, additions, changes
 2021-09-25  9:05 UTC  (21+ messages)
` [PATCH 01/28] edid-decode: remove unnecessary length check
` [PATCH 02/28] edid-decode: fix standard timing vertical pixels
` [PATCH 03/28] edid-decode: exclude oui from _block functions
` [PATCH 04/28] edid-decode: check cta_hdr10plus length
` [PATCH 05/28] edid-decode: Capitalize fail sentence
` [PATCH 06/28] edid-decode: Replace return with break in switch
` [PATCH 07/28] edid-decode: extended tag length check
` [PATCH 08/28] edid-decode: Output block type before fail
` [PATCH 09/28] edid-decode: update Microsoft expected length
` [PATCH 10/28] edid-decode: Capitalize fail sentence
` [PATCH 11/28] edid-decode: make all OUI handlers the same
` [PATCH 12/28] edid-decode: move OUI parsing to separate function
` [PATCH 13/28] edid-decode: move unknown block warning
` [PATCH 14/28] edid-decode: remove cta_ext_block
` [PATCH 15/28] edid-decode: change unknown CTA block names
` [PATCH 16/28] edid-decode: move audio fail/warn messages
` [PATCH 17/28] edid-decode: replace first_block with block_number
` [PATCH 18/28] edid-decode: move parse_displayid_block inner loop
` [PATCH 19/28] edid-decode: remove offset from displayid_block

[PATCH 1/4] dma-buf: add dma_fence_describe and dma_resv_describe
 2021-09-24 20:58 UTC  (5+ messages)
` [PATCH 2/4] drm/msm: allow compile_test on !ARM
` [PATCH 3/4] drm/msm: use the new dma_resv_describe
` [PATCH 4/4] drm/etnaviv: use dma_resv_describe

[PATCH v5 00/10] VP9 codec V4L2 control interface
 2021-09-24 16:23 UTC  (15+ messages)
` [PATCH v5 01/10] hantro: postproc: Fix motion vector space size
` [PATCH v5 02/10] hantro: postproc: Introduce struct hantro_postproc_ops
` [PATCH v5 03/10] hantro: Simplify postprocessor
` [PATCH v5 04/10] hantro: Add quirk for NV12/NV12_4L4 capture format
` [PATCH v5 05/10] media: uapi: Add VP9 stateless decoder controls
` [PATCH v5 06/10] media: Add VP9 v4l2 library
` [PATCH v5 07/10] media: rkvdec: Add the VP9 backend
` [PATCH v5 08/10] media: hantro: Prepare for other G2 codecs
` [PATCH v5 09/10] media: hantro: Support VP9 on the G2 core
` [PATCH v5 10/10] media: hantro: Support NV12 "

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

[PATCH] media: rcar-vin: add G/S_PARM ioctls
 2021-09-24 13:51 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2] media: hantro: Auto generate the AXI ID to avoid conflicts
 2021-09-24 13:24 UTC 

[PATCH] media: imx: Fix rounding
 2021-09-24 13:20 UTC  (3+ messages)

[PATCH] media: rcar-vin: add support for GREY format
 2021-09-24 12:43 UTC  (4+ messages)
  ` [PATCH v2] media: rcar-vin: add "

[PATCH] media: atomisp: restore missing 'return' statement
 2021-09-24 11:42 UTC  (3+ messages)

[PATCH] media: rcar-csi2: fix R8A77980 support
 2021-09-24  9:43 UTC  (2+ messages)

[PATCH V4,0/5] Support jpeg encoder for MT8195
 2021-09-24  7:55 UTC 

cron job: media_tree daily build: ERRORS
 2021-09-24  4:44 UTC 

[PATCH v9 00/13] amphion video decoder/encoder driver
 2021-09-24  1:58 UTC  (20+ messages)
` [PATCH v9 04/13] media: amphion: add vpu core driver
    ` [EXT] "
` [PATCH v9 06/13] media: amphion: add vpu v4l2 m2m support
    ` [EXT] "
` [PATCH v9 07/13] media: amphion: add v4l2 m2m vpu encoder stateful driver
    ` [EXT] "
` [PATCH v9 11/13] ARM64: dts: freescale: imx8q: add imx vpu codec entries
    ` [EXT] "
  ` [EXT] Re: [PATCH v9 00/13] amphion video decoder/encoder driver

[PATCH] media: tc358743: implement pre_streamon to put all lanes into LP-11 state
 2021-09-23 16:43 UTC 

[PATCH v4 0/3] media: i2c: isl7998x: Add driver for Intersil ISL7998x
 2021-09-23 14:50 UTC  (6+ messages)
` [PATCH v4 1/3] media: imx6-mipi-csi2: use pre_streamon callback to set sensor into LP11
` [PATCH v4 2/3] media: dt-bindings: Add Intersil ISL79987 DT bindings
` [PATCH v4 3/3] media: i2c: isl7998x: Add driver for Intersil ISL7998x

Sony IMX290 link frequency
 2021-09-23 13:44 UTC  (5+ messages)
  ` (EXT) "
      ` (EXT) "

[RESEND PATCH v3] dt-bindings: media: venus: Add sc7280 dt schema
 2021-09-23 13:10 UTC  (2+ messages)

[PATCH] media: staging: ipu3-imgu: Initialise height_per_slice in the stripes
 2021-09-23 11:56 UTC  (11+ messages)

[PATCH] media: hantro: Constify static struct v4l2_m2m_ops
 2021-09-23 11:33 UTC  (2+ messages)

[PATCH V9 0/8] PCI: Enable 10-Bit tag support for PCIe devices
 2021-09-23 11:06 UTC  (11+ messages)
` [PATCH V9 1/8] PCI: Use cached devcap in more places
` [PATCH V9 2/8] PCI: Cache Device Capabilities 2 Register
` [PATCH V9 3/8] PCI: Add 10-Bit Tag register definitions
` [PATCH V9 4/8] PCI/sysfs: Add a 10-Bit Tag sysfs file PCIe Endpoint devices
` [PATCH V9 5/8] PCI/IOV: Add 10-Bit Tag sysfs files for VF devices
` [PATCH V9 6/8] PCI/P2PDMA: Add a 10-Bit Tag check in P2PDMA
` [PATCH V9 7/8] PCI: Enable 10-Bit Tag support for PCIe Endpoint device
` [PATCH V9 8/8] PCI/IOV: Enable 10-Bit Tag support for PCIe VF devices

OV5640 720p@60fps
 2021-09-23 10:37 UTC 

[PATCH v6 0/2] Add p2p via dmabuf to habanalabs
 2021-09-23  9:22 UTC  (9+ messages)

[RFC PATCH 0/4] Add a DRM driver to support AI Processing Unit (APU)
 2021-09-23  6:17 UTC  (6+ messages)
` [RFC PATCH 2/4] DRM: Add support of AI Processor "
` [RFC PATCH 3/4] rpmsg: "

[PATCH] media: ipu3-cio2: Update high watermark to support higher data rate camera sensors
 2021-09-23  4:10 UTC 

cron job: media_tree daily build: ERRORS
 2021-09-23  3:46 UTC 

[PATCH 0/5] media: Add multiplexed support to R-Car and GMSL
 2021-09-23  1:39 UTC  (5+ messages)
` [PATCH 1/5] media: max9286: Implement multiplexed support
` [PATCH 5/5] media: rcar-vin: Support multiplexed CSI-2 receiver

[PATCH 0/2] media: vsp1: V3U VSP-X/VSP-D Support
 2021-09-22 23:11 UTC  (3+ messages)
` [PATCH 2/2] [RFC]: media: vsp1: Add support for the V3U VSPX

[PATCH] media: vsp1: Make use of the helper function devm_platform_ioremap_resource()
 2021-09-22 22:47 UTC  (2+ messages)

Deploying new iterator interface for dma-buf
 2021-09-22 15:09 UTC  (41+ 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 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

[PATCH v3 0/9] dma-fence: Deadline awareness
 2021-09-22 15:01 UTC  (8+ messages)
` [PATCH v3 4/9] drm/scheduler: Add fence deadline support

[PATCH v3 0/2] Add support for OV5693 Sensor
 2021-09-22 12:26 UTC  (6+ messages)
` [PATCH v3 2/2] media: i2c: Add support for ov5693 sensor


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