linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-24 01:58:27 to 2021-09-28 06:09:31 UTC [more...]

[PATCHv6 0/8] videobuf2: support new noncontiguous DMA API
 2021-09-28  6:05 UTC  (5+ messages)
` [PATCHv6 2/8] videobuf2: inverse buffer cache_hints flags
` [PATCHv6 7/8] videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flag

[PATCH] media: staging: ipu3-imgu: Initialise height_per_slice in the stripes
 2021-09-28  5:41 UTC  (13+ messages)

[PATCH v8 00/36] v4l: subdev internal routing and streams
 2021-09-28  5:14 UTC  (42+ messages)
` [PATCH v8 01/36] media: subdev: rename subdev-state alloc & free
` [PATCH v8 02/36] media: subdev: add active state to struct v4l2_subdev
` [PATCH v8 03/36] media: subdev: add 'which' to subdev state
` [PATCH v8 04/36] media: subdev: pass also the active state to subdevs from ioctls
` [PATCH v8 05/36] media: subdev: add subdev state locking
` [PATCH v8 06/36] media: subdev: Add v4l2_subdev_validate(_and_lock)_state()

[V3] venus: vdec: decoded picture buffer handling during reconfig sequence
 2021-09-28  4:25 UTC  (4+ messages)

[PATCH] media: videobuf2: always set buffer vb2 pointer
 2021-09-28  3:46 UTC 

[PATCH v4] dt-bindings: media: venus: Add sc7280 dt schema
 2021-09-28  2:01 UTC  (3+ messages)

[PATCH] media: omap_vout: use dma_addr_t consistently
 2021-09-28  1:25 UTC  (2+ messages)

Error Terratec Cinergy T2 after USB disconnect or sleep
 2021-09-28  0:57 UTC  (2+ messages)

[PATCH] media: rcar-vin: add G/S_PARM ioctls
 2021-09-28  0:03 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] [RFC] qcom_scm: hide Kconfig symbol
 2021-09-27 20:47 UTC  (5+ messages)

[GIT PULL for v5.15-rc4] media fixes
 2021-09-27 20:12 UTC  (3+ messages)
` [GIT PULL for v5.15-rc4] media fixes (#77302)

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

[PATCH] media: imx-jpeg: Remove soft reset between frames encoding
 2021-09-27 18:57 UTC 

[PATCH] media: imx-jpeg: Fix occasional decoder fail on jpegs without DHT
 2021-09-27 18:56 UTC 

[PATCH] media: imx-jpeg: Fix possible null pointer dereference
 2021-09-27 18:56 UTC 

[PATCH] media: imx-jpeg: Add pm-runtime support for imx-jpeg
 2021-09-27 18:55 UTC 

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

[PATCH v3 0/9] dma-fence: Deadline awareness
 2021-09-27 14:36 UTC  (5+ messages)
` [PATCH v3 8/9] dma-buf/sync_file: Add SET_DEADLINE ioctl

Sony IMX290 link frequency
 2021-09-27 13:56 UTC  (6+ messages)
  ` (EXT) "
      ` (EXT) "

arch/openrisc/kernel/time.c:137: warning: expecting prototype for Clocksource(). Prototype was for openrisc_timer_read() instead
 2021-09-27 13:31 UTC 

fs/9p/fid.c:30: warning: expecting prototype for v9fs_fid_add(). Prototype was for __add_fid() instead
 2021-09-27 13:25 UTC 

[PATCH] media: gspca/gl860-mi1320: avoid -Wstring-concatenation warning
 2021-09-27 12:20 UTC 

[PATCH v5 00/10] VP9 codec V4L2 control interface
 2021-09-27 11:20 UTC  (10+ messages)
` [PATCH v5 02/10] hantro: postproc: Introduce struct hantro_postproc_ops
` [PATCH v5 05/10] media: uapi: Add VP9 stateless decoder controls
` [PATCH v5 08/10] media: hantro: Prepare for other G2 codecs
` [PATCH v5 09/10] media: hantro: Support VP9 on the G2 core

[PATCH v2 00/29] edid-decode: bug fixes, additions, changes
 2021-09-27  7:55 UTC  (31+ messages)
` [PATCH v2 01/29] edid-decode: remove unnecessary length check
` [PATCH v2 02/29] edid-decode: fix standard timing vertical pixels
` [PATCH v2 03/29] edid-decode: exclude oui from _block functions
` [PATCH v2 04/29] edid-decode: check cta_hdr10plus length
` [PATCH v2 05/29] edid-decode: Capitalize fail sentence
` [PATCH v2 06/29] edid-decode: Replace return with break in switch
` [PATCH v2 07/29] edid-decode: extended tag length check
` [PATCH v2 08/29] edid-decode: Output block type before fail
` [PATCH v2 09/29] edid-decode: update Microsoft expected length
` [PATCH v2 10/29] edid-decode: Capitalize fail sentence
` [PATCH v2 11/29] edid-decode: make all OUI handlers the same
` [PATCH v2 12/29] edid-decode: move OUI parsing to separate function
` [PATCH v2 13/29] edid-decode: move unknown block warning
` [PATCH v2 14/29] edid-decode: remove cta_ext_block
` [PATCH v2 15/29] edid-decode: change unknown CTA block names
` [PATCH v2 16/29] edid-decode: move audio fail/warn messages
` [PATCH v2 17/29] edid-decode: replace first_block with block_number
` [PATCH v2 18/29] edid-decode: move parse_displayid_block inner loop
` [PATCH v2 19/29] edid-decode: remove offset from displayid_block
` [PATCH v2 20/29] edid-decode: displayid_block len fixes
` [PATCH v2 21/29] edid-decode: ignore DisplayID version for OUI check
` [PATCH v2 22/29] edid-decode: DisplayID non-0 filler fixes
` [PATCH v2 23/29] edid-decode: DisplayID length checks
` [PATCH v2 24/29] edid-decode: make OUI enum
` [PATCH v2 25/29] edid-decode: more OUI changes
` [PATCH v2 26/29] edid-decode: remove extra vendor field
` [PATCH v2 27/29] edid-decode: re-add one EDID
` [PATCH v2 28/29] edid-decode: add interesting EDID
` [PATCH v2 29/29] edid-decode: fix indents

[PATCH 1/4] dma-buf: add dma_fence_describe and dma_resv_describe
 2021-09-27  7:01 UTC  (6+ 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 0/3] Fix streaming on/off logic
 2021-09-26 20:51 UTC  (4+ messages)
` [PATCH 1/3] media: dib0700: fix undefined behavior in tuner shutdown
` [PATCH 2/3] media: dib0700: cleanup start/stop streaming logic
` [PATCH 3/3] media: dib0700: Only touch one bit when start/stop an adapter

[PATCH] media: vsp1: mask interrupts before enabling
 2021-09-26 15:53 UTC 

[PATCH net-next 0/5] brcm ASP 2.0 Ethernet controller
 2021-09-26 13:58 UTC  (15+ 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] media: dib0700: fix undefined behavior in tuner shutdown
 2021-09-26 10:31 UTC 

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

[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 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 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  (4+ messages)
` [PATCH v9 06/13] media: amphion: add vpu v4l2 m2m support
    ` [EXT] "


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