linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-23 04:59:36 to 2022-06-27 02:56:49 UTC [more...]

[V10,0/7] Enable two hardware jpeg encoder for MT8195
 2022-06-27  2:56 UTC  (7+ messages)
` [V10,1/7] dt-bindings: mediatek: Add mediatek, mt8195-jpgenc compatible
` [V10,2/7] mtk-jpegenc: export jpeg encoder functions
` [V10,3/7] mtk-jpegenc: manage jpegenc multi-hardware
` [V10,5/7] mtk-jpegenc: add jpeg encode worker interface
` [V10,6/7] mtk-jpegenc: add output pic reorder interface
` [V10,7/7] mtk-jpegenc: add stop cmd interface for jpgenc

[V4,0/8] Support multi-hardware jpeg decoder for MT8195
 2022-06-27  2:55 UTC  (9+ messages)
` [V4,1/8] dt-bindings: mediatek: Add mediatek,mt8195-jpgdec compatible
` [V4,2/8] media: mtk-jpegdec: export jpeg decoder functions
` [PV4,3/8] media: mtk-jpegdec: manage jpegdec multi-hardware
` [V4,4/8] media: mtk-jpegdec: add jpegdec timeout func interface
` [V4,5/8] media: mtk-jpegdec: add jpeg decode worker interface
` [V4,6/8] media: mtk-jpegdec: add output pic reorder interface
` [V4,7/8] media: mtk-jpegdec: refactor jpegdec func interface
` [V4,8/8] mtk-jpegdec: add stop cmd interface for jpgdec

[PATCH v2 0/2] media: vimc: add ancillary lens
 2022-06-27  1:30 UTC  (6+ messages)
` [PATCH v2 1/2] "

[PATCH v2] media: uvcvideo: user entity get_cur in uvc_ctrl_set
 2022-06-27  1:08 UTC  (3+ messages)

[PATCH] media: xilinx: drop unexpected word 'with' in comments
 2022-06-26 23:32 UTC  (2+ messages)

[PATCH] media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.c
 2022-06-26 21:11 UTC  (2+ messages)

[RFC PATCH v2] media: renesas: vsp1: Add VSPD underrun detection & tracing
 2022-06-26 18:46 UTC  (2+ messages)

uvcvideo driver support requests
 2022-06-26 17:31 UTC 

[PATCH] media: docs: Fix VIVIOC typo
 2022-06-26 16:46 UTC 

[PATCH v2] dt-bindings: media: samsung,exynos5250-gsc: convert to dtschema
 2022-06-26 16:33 UTC 

[PATCH] media: v4l2-ctrls: Fix missing newline in examples
 2022-06-26 14:47 UTC 

[PATCH] dt-bindings: media: samsung,exynos5250-gsc: convert to dtschema
 2022-06-26 13:25 UTC 

[PATCH 0/2] Fix rtl28xxu nec/rc5 receiver
 2022-06-26 12:33 UTC  (3+ messages)
` [PATCH 2/2] media: rtl28xxu: improve IR receiver

[PATCH 00/55] media: rkisp1: Cleanups and add support for i.MX8MP
 2022-06-26 11:59 UTC  (97+ messages)
` [PATCH 01/55] media: rkisp1: debug: Add dump file in debugfs for MI buffer registers
` [PATCH 02/55] media: rkisp1: Enable compilation on ARCH_MXC
` [PATCH 04/55] media: rkisp1: Disable runtime PM in probe error path
` [PATCH 05/55] media: rkisp1: Read the ID register at probe time instead of streamon
` [PATCH 06/55] media: rkisp1: Rename rkisp1_match_data to rkisp1_info
` [PATCH 07/55] media: rkisp1: Save info pointer in rkisp1_device
` [PATCH 08/55] media: rkisp1: Access ISP version from info pointer
` [PATCH 09/55] media: rkisp1: Make rkisp1_isp_mbus_info common
` [PATCH 10/55] media: rkisp1: cap: Print debug message on failed link validation
` [PATCH 11/55] media: rkisp1: Move sensor .s_stream() call to ISP
` [PATCH 12/55] media: rkisp1: Reject sensors without pixel rate control at bound time
` [PATCH 13/55] media: rkisp1: Create link from sensor to ISP at notifier "
` [PATCH 14/55] media: rkisp1: Create internal links at probe time
` [PATCH 15/55] media: rkisp1: Rename rkisp1_subdev_notifier() to rkisp1_subdev_notifier_register()
` [PATCH 18/55] media: rkisp1: Split CSI handling to separate file
` [PATCH 19/55] media: rkisp1: isp: Start CSI-2 receiver before ISP
` [PATCH 20/55] media: rkisp1: csi: Handle CSI-2 RX configuration fully in rkisp1-csi.c
` [PATCH 21/55] media: rkisp1: csi: Rename CSI functions with a common rkisp1_csi prefix
` [PATCH 22/55] media: rkisp1: csi: Move start delay to rkisp1_csi_start()
` [PATCH 23/55] media: rkisp1: csi: Pass sensor pointer to rkisp1_csi_config()
` [PATCH 24/55] media: rkisp1: csi: Constify argument to rkisp1_csi_start()
` [PATCH 25/55] media: rkisp1: isp: Don't initialize ret to 0 in rkisp1_isp_s_stream()
` [PATCH 26/55] media: rkisp1: isp: Pass mbus type and flags to rkisp1_config_cif()
` [PATCH 28/55] media: rkisp1: isp: Add container_of wrapper to cast subdev to rkisp1_isp
` [PATCH 29/55] media: rkisp1: isp: Add rkisp1_device backpointer "
` [PATCH 30/55] media: rkisp1: isp: Pass rkisp1_isp pointer to internal ISP functions
` [PATCH 31/55] media: rkisp1: isp: Move input configuration to rkisp1_config_isp()
` [PATCH 32/55] media: rkisp1: isp: Merge ISP_ACQ_PROP configuration in single variable
` [PATCH 33/55] media: rkisp1: isp: Initialize some variables at declaration time
` [PATCH 34/55] media: rkisp1: isp: Fix whitespace issues
` [PATCH 35/55] media: rkisp1: isp: Constify various local variables
` [PATCH 36/55] media: rkisp1: isp: Rename rkisp1_get_remote_source()
` [PATCH 37/55] media: mc-entity: Add a new helper function to get a remote pad
` [PATCH 40/55] media: rkisp1: csi: Implement a V4L2 subdev for the CSI receiver
` [PATCH 41/55] media: rkisp1: csi: Plumb the CSI RX subdev
` [PATCH 48/55] media: rkisp1: Add match data for i.MX8MP ISP
` [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 53/55] media: rkisp1: Shift DMA buffer addresses "
` [PATCH 55/55] media: rkisp1: Fix RSZ_CTRL bits for i.MX8MP
  ` (EXT) "

Build failed in Jenkins: media-build #3937
 2022-06-26  9:19 UTC  (5+ messages)
` Build failed in Jenkins: media-build #3938
  ` Build failed in Jenkins: media-build #3939
    ` Build failed in Jenkins: media-build #3940
      ` Build failed in Jenkins: media-build #3941

[RFC PATCH] media: dvb-usb: fix memory leak in dvb_usb_adapter_init()
 2022-06-26  1:44 UTC 

[PATCH 0/7] media: ov5693: cleanup code and add dts support
 2022-06-25 20:35 UTC  (9+ messages)
` [PATCH 1/7] media: ov5693: count num_supplies using array_size
` [PATCH 2/7] media: ov5693: add dvdd into ov5693_supply_names array
` [PATCH 3/7] media: ov5693: rename clk into xvclk
` [PATCH 4/7] media: ov5693: move hw cfg functions into ov5693_check_hwcfg
` [PATCH 5/7] media: ov5693: rename ov5693_check_hwcfg into ov5693_get_hwcfg
` [PATCH 6/7] media: ov5693: add ov5693_of_match, dts support
` [PATCH 7/7] media: dt-bindings: ov5693: document YAML binding

DMA-buf and uncached system memory
 2022-06-24 22:02 UTC  (28+ messages)
                                ` [Linaro-mm-sig] "

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-06-24 21:17 UTC  (14+ messages)

[PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2022-06-24 20:23 UTC  (7+ messages)
` [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker

[PATCH] usb: gadget: Fix unsigned comparison with less than zero
 2022-06-24 11:42 UTC  (2+ messages)

[PATCH v19 0/4] media: mediatek: support mdp3 on mt8183 platform
 2022-06-24 10:29 UTC  (7+ messages)
` [PATCH v19 1/4] dt-binding: mediatek: add bindings for MediaTek MDP3 components
` [PATCH v19 2/4] dt-binding: mediatek: add bindings for MediaTek CCORR and WDMA
` [PATCH v19 3/4] arm64: dts: mt8183: add Mediatek MDP3 nodes
` [PATCH v19 4/4] media: platform: mtk-mdp3: add Mediatek MDP3 driver

[RFC] Per file OOM-badness / RSS once more
 2022-06-24  9:59 UTC  (16+ messages)
` [PATCH 01/14] fs: add per file RSS
` [PATCH 02/14] oom: take per file RSS into account
` [PATCH 03/14] proc: expose per file RSS
` [PATCH 04/14] mm: shmem: provide RSS for shmem files
` [PATCH 05/14] dma-buf: provide file RSS for DMA-buf files
` [PATCH 06/14] drm/gem: adjust per file RSS on handling buffers
` [PATCH 07/14] drm/gma500: use drm_file_rss
` [PATCH 08/14] drm/amdgpu: "
` [PATCH 09/14] drm/radeon: use drm_oom_badness
` [PATCH 10/14] drm/i915: use drm_file_rss
` [PATCH 11/14] drm/nouveau: "
` [PATCH 12/14] drm/omap: "
` [PATCH 13/14] drm/vmwgfx: "
` [PATCH 14/14] drm/tegra: "

[PATCH v4, 0/8] Support H264 multi-core encoder on MT8195
 2022-06-24  9:52 UTC  (13+ messages)
` [PATCH v4, 1/8] dt-bindings: media: mediatek: vcodec: Adds encoder cores dt-bindings for mt8195
` [PATCH v4, 2/8] media: mediatek: vcodec: Enable venc dual core usage
` [PATCH v4, 3/8] media: mediatek: vcodec: Refactor venc power manage function
` [PATCH v4, 4/8] media: mediatek: vcodec: Add more extra processing for multi-core encoding
` [PATCH v4, 5/8] media: mediatek: vcodec: Add venc power on/off function
` [PATCH v4, 6/8] media: mediatek: vcodec: Refactor encoder clock "
` [PATCH v4, 7/8] media: mediatek: vcodec: Add multi-core encoding process
` [PATCH v4, 8/8] media: mediatek: vcodec: Return encoding result in asynchronous mode

cron job: media_tree daily build: OK
 2022-06-24  4:41 UTC 

[PATCH] ovl: Modify the section of Return Value
 2022-06-24  1:47 UTC 

[PATCH v2 0/2] procfs: Add file path and size to /proc/<pid>/fdinfo
 2022-06-23 22:06 UTC  (3+ messages)
` [PATCH v2 1/2] procfs: Add 'size' to /proc/<pid>/fdinfo/
` [PATCH v2 2/2] procfs: Add 'path' "

[PATCH] mediatek/jpeg: validate data_offsets for v4l2 planes
 2022-06-23 20:27 UTC  (5+ messages)

[PATCH] staging: media/atomisp: don't use index pointer for debug messages
 2022-06-23 19:25 UTC 

[PATCH v6 00/14] i.MX8MP DW100 dewarper driver
 2022-06-23 14:31 UTC  (15+ messages)
` [PATCH v6 01/14] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v6 02/14] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v6 03/14] vivid: add dynamic array test control
` [PATCH v6 04/14] v4l2-ctrls: allocate space for arrays
` [PATCH v6 05/14] v4l2-ctrls: alloc arrays in ctrl_ref
` [PATCH v6 06/14] v4l2-ctrls: add v4l2_ctrl_modify_dimensions
` [PATCH v6 07/14] v4l2-ctrls: add event
` [PATCH v6 08/14] vivid: add pixel_array test control
` [PATCH v6 09/14] media: Documentation: dw100: Add user documentation for the DW100 driver
` [PATCH v6 10/14] media: v4l: uapi: Add user control base for DW100 controls
` [PATCH v6 11/14] media: uapi: Add a control for DW100 driver
` [PATCH v6 12/14] media: dt-bindings: media: Add i.MX8MP DW100 binding
` [PATCH v6 13/14] media: dw100: Add i.MX8MP dw100 dewarper driver
` [PATCH v6 14/14] media: MAINTAINERS: add entry for i.MX8MP DW100 v4l2 mem2mem driver

[PATCH v2] media: platform: mtk-mdp: Fix mdp_ipi_comm structure alignment
 2022-06-23 13:55 UTC 

[PATCH] hantro_v4l2: ignore enum_framesizes for non-coded formats without postproc
 2022-06-23 12:33 UTC  (2+ messages)

[PATCH v5 0/3] Enable JPEG Encoder on RK3566/RK3568
 2022-06-23 11:53 UTC  (3+ messages)
` [PATCH v5 2/3] media: hantro: Add support for RK356x encoder

[PATCH v2] media: hantro: Be more accurate on pixel formats step_width constraints
 2022-06-23 11:24 UTC  (2+ messages)

[PATCH] media: dvb-frontends: drxk_hard.c - drop unexpected word 'for' in comments
 2022-06-23 10:40 UTC 

[PATCH v10 0/5] media: atmel: atmel-isc: implement media controller
 2022-06-23  9:24 UTC  (11+ messages)

[PATCH] media: mediatek: vcodec: Skip SOURCE_CHANGE & EOS events for stateless
 2022-06-23  9:22 UTC  (2+ messages)

Fwd: [PATCH] media: dvb_ringbuffer : Fix a bug in dvb_ringbuffer.c
 2022-06-23  9:11 UTC  (5+ messages)
  `  "

[PATCH] media: pvrusb2: drop unexpected word 'a' in comments
 2022-06-23  7:42 UTC 

[PATCH] media: ti: drop unexpected word 'a' in comments
 2022-06-23  7:35 UTC 

[PATCH v5 0/9] i.MX8MP DW100 dewarper driver
 2022-06-23  7:06 UTC  (4+ messages)
` [PATCH v5 8/9] media: dw100: Add i.MX8MP dw100 "

Add support for v4l2_ctrl_modify_dimensions()
 2022-06-23  6:50 UTC  (3+ messages)

cron job: media_tree daily build: OK
 2022-06-23  4:44 UTC 


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