messages from 2023-09-27 15:40:49 to 2023-10-02 12:10:05 UTC [more...]
[PATCH v9 00/53] Add DELETE_BUF ioctl
2023-10-02 12:06 UTC (51+ messages)
` [PATCH v9 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v9 02/53] media: videobuf2: Stop spamming kernel log with all queue counter
` [PATCH v9 04/53] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v9 07/53] media: sti: hva: "
` [PATCH v9 08/53] media: visl: "
` [PATCH v9 09/53] media: atomisp: "
` [PATCH v9 10/53] media: dvb-core: "
` [PATCH v9 11/53] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v9 12/53] media: videobuf2: Be more flexible on the number of queue stored buffers
` [PATCH v9 13/53] media: Report the maximum possible number of buffers for the queue
` [PATCH v9 14/53] media: test-drivers: vivid: Increase max supported buffers for capture queues
` [PATCH v9 15/53] media: test-drivers: vicodec: Increase max supported capture queue buffers
` [PATCH v9 16/53] media: verisilicon: Refactor postprocessor to store more buffers
` [PATCH v9 17/53] media: verisilicon: Store chroma and motion vectors offset
` [PATCH v9 18/53] media: verisilicon: g2: Use common helpers to compute chroma and mv offsets
` [PATCH v9 19/53] media: verisilicon: vp9: Allow to change resolution while streaming
` [PATCH v9 20/53] media: Remove duplicated index vs q->num_buffers check
` [PATCH v9 21/53] media: core: Add helper to get queue number of buffers
` [PATCH v9 22/53] media: dvb-core: Do not initialize twice queue num_buffer field
` [PATCH v9 23/53] media: dvb-frontends: rtl2832_srd: Use queue min_buffers_needed field
` [PATCH v9 24/53] media: video-i2c: Set min_buffers_needed to 2
` [PATCH v9 25/53] media: pci: cx18: Set correct value to min_buffers_needed field
` [PATCH v9 26/53] media: pci: dt3155: Remove useless check
` [PATCH v9 27/53] media: pci: netup_unidvb: Remove useless number of buffers check
` [PATCH v9 28/53] media: pci: tw68: Stop direct calls to queue num_buffers field
` [PATCH v9 29/53] media: pci: tw686x: Set min_buffers_needed to 3
` [PATCH v9 30/53] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v9 31/53] media: coda: "
` [PATCH v9 32/53] media: mediatek: vcodec: "
` [PATCH v9 33/53] media: nxp: "
` [PATCH v9 34/53] media: renesas: Set min_buffers_needed to 16
` [PATCH v9 35/53] media: ti: Use queue min_buffers_needed field to set the min number of buffers
` [PATCH v9 36/53] media: verisilicon: Stop direct calls to queue num_buffers field
` [PATCH v9 37/53] media: test-drivers: "
` [PATCH v9 38/53] media: usb: airspy: Set min_buffers_needed to 8
` [PATCH v9 39/53] media: usb: cx231xx: Set min_buffers_needed to CX231XX_MIN_BUF
` [PATCH v9 40/53] media: usb: hackrf: Set min_buffers_needed to 8
` [PATCH v9 41/53] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v9 42/53] media: atomisp: Stop direct calls to queue num_buffers field
` [PATCH v9 43/53] media: imx: "
` [PATCH v9 44/53] media: meson: vdec: "
` [PATCH v9 45/53] touchscreen: sur40: "
` [PATCH v9 46/53] sample: v4l: "
` [PATCH v9 47/53] media: cedrus: "
` [PATCH v9 48/53] media: core: Rework how create_buf index returned value is computed
` [PATCH v9 49/53] media: core: Add bitmap manage bufs array entries
` [PATCH v9 50/53] media: core: Free range of buffers
` [PATCH v9 51/53] media: v4l2: Add DELETE_BUFS ioctl
` [PATCH v9 52/53] media: v4l2: Add mem2mem helpers for "
` [PATCH v9 53/53] media: test-drivers: Use helper "
[PATCH 1/2] media: mediatek: vcodec: Fix encoder access NULL pointer
2023-10-02 11:34 UTC (7+ messages)
` [PATCH 2/2] media: mediatek: vcodec: Handle encoder vsi NULL pointer case
[PATCH 0/2] MediaTek MDP3: use devicetree to retrieve SCP
2023-10-02 11:17 UTC (5+ messages)
` [PATCH 1/2] media: dt-bindings: mediatek: Add phandle to mediatek,scp on MDP3 RDMA
[PATCH v6 00/13] add support MDP3 on MT8195 platform
2023-10-02 10:57 UTC (3+ messages)
` [PATCH v6 13/13] media: platform: mtk-mdp3: fix uninitialized variable in mdp_path_config()
[PATCH 00/11] pwm: Some random cleanups
2023-10-02 10:44 UTC (3+ messages)
` [PATCH 05/11] pwm: mtk-disp: Simplify using devm_pwmchip_add()
[PATCH] drm/mediatek: Correctly free sg_table in gem prime vmap
2023-10-02 10:40 UTC (2+ messages)
[PATCH v10 0/9] Add connector dynamic selection capability
2023-10-02 10:23 UTC (19+ messages)
` [PATCH v10 1/9] drm/mediatek: Add mmsys_dev_num to mt8188 vdosys0 driver data
` [PATCH v10 2/9] drm/mediatek: Add crtc path enum for all_drm_priv array
` [PATCH v10 3/9] drm/mediatek: Fix using wrong drm private data to bind mediatek-drm
` [PATCH v10 4/9] drm/mediatek: Add encoder_index interface for mtk_ddp_comp_funcs
` [PATCH v10 5/9] drm/mediatek: Add connector dynamic selection capability
` [PATCH v10 6/9] drm/mediatek: dpi: Support dynamic connector selection
` [PATCH v10 7/9] drm/mediatek: Support dynamic selection of DP_INTF0 on MT8188 VDOSYS0
` [PATCH v10 8/9] drm/mediatek: dsi: Support dynamic connector selection
` [PATCH v10 9/9] drm/mediatek: Support dynamic selection of DSI0 on MT8188 VDOSYS0
[PATCH] MAINTAINERS: Add Angelo as MediaTek SoC co-maintainer
2023-10-02 10:23 UTC (10+ messages)
[PATCH] MAINTAINERS: drm/ci: add entries for xfail files
2023-10-02 7:00 UTC (2+ messages)
[PATCH v13 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-10-02 6:59 UTC (9+ messages)
` [PATCH v13 1/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
` [PATCH v13 2/6] s390/pci: prepare is_passed_through() for dma-iommu
` [PATCH v13 3/6] s390/pci: Use dma-iommu layer
` [PATCH v13 4/6] iommu/s390: Disable deferred flush for ISM devices
` [PATCH v13 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
` [PATCH v13 6/6] iommu/dma: Use a large flush queue and timeout for shadow_on_flush
[PATCH v2 0/6] wifi: mt76: mt7921: support per-device regulatory settings
2023-10-02 5:56 UTC (9+ messages)
` [PATCH v2 1/6] wifi: mt76: mt7921: move connac nic capability handling to mt7921
` [PATCH v2 2/6] wifi: mt76: mt7921: enable set txpower for UNII-4
` [PATCH v2 3/6] wifi: mt76: mt7921: add 6GHz power type support for clc
` [PATCH v2 4/6] wifi: mt76: mt7921: get regulatory information from the clc event
` [PATCH v2 5/6] wifi: mt76: mt7921: update the channel usage when the regd domain changed
` [PATCH v2 6/6] wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi
[PATCH 1/1] sched/core: Fix stuck on completion for affine_move_task() when stopper disable
2023-10-01 15:15 UTC (7+ messages)
[PATCH v3] wifi: mt76: mt7921: support 5.9/6GHz channel config in acpi
2023-10-01 15:02 UTC
[RFC v1] arm64: dts: mediatek: add dtbs with applied overlays for bpi-r3
2023-09-30 12:57 UTC (2+ messages)
` Aw: "
[PATCH v8 00/53] Add DELETE_BUF ioctl
2023-09-30 8:52 UTC (9+ messages)
` [PATCH v8 01/53] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v8 41/53] media: usb: usbtv: Set min_buffers_needed to 2
` [PATCH v8 46/53] sample: v4l: Stop direct calls to queue num_buffers field
[PATCH v8 50/53] media: core: Free range of buffers
2023-09-30 5:09 UTC (2+ messages)
[PATCH v2] wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
2023-09-29 22:57 UTC (2+ messages)
[PATCH 5.10] drm/mediatek: Fix backport issue in mtk_drm_gem_prime_vmap()
2023-09-29 16:11 UTC (2+ messages)
[PATCH v5] ufs: core: wlun send SSU timeout recovery
2023-09-29 14:14 UTC (5+ messages)
[PATCH v6 00/16] introduce more MDP3 components in MT8195
2023-09-29 13:58 UTC (10+ messages)
` [PATCH v6 12/16] dt-bindings: display: mediatek: color: add compatible for MT8195
[PATCH V5] nvmem: add explicit config option to read old syntax fixed OF cells
2023-09-29 8:57 UTC (3+ messages)
[PATCH 0/9] dma-buf: heaps: Add MediaTek secure heap
2023-09-29 6:54 UTC (16+ messages)
` [PATCH 5/9] dma-buf: heaps: mtk_sec_heap: Initialise tee session
` [PATCH 6/9] dma-buf: heaps: mtk_sec_heap: Add tee service call for buffer allocating/freeing
[PATCH] dt-bindings: remoteproc: mtk,scp: Add missing additionalProperties on child node schemas
2023-09-28 20:51 UTC (3+ messages)
[PATCH v3 0/2] PCI: mediatek-gen3: Support controlling power supplies
2023-09-28 15:12 UTC (5+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: mediatek-gen3: Add support for controlling power and reset
` [PATCH v3 2/2] PCI: mediatek-gen3: Add power and reset control feature for downstream component
[PATCH v1] thermal/drivers/mediatek/lvts_thermal: fix error check in lvts_debugfs_init()
2023-09-28 13:59 UTC (2+ messages)
[PATCH] dt-bindings: mfd: Add missing unevaluatedProperties on child node schemas
2023-09-28 13:53 UTC (2+ messages)
` (subset) "
[PATCH v4 00/12] regulator: mt6366: Split out of MT6358 and cleanup
2023-09-28 12:34 UTC (16+ messages)
` [PATCH v4 01/12] dt-bindings: mfd: mt6397: Split out compatible for MediaTek MT6366 PMIC
` [PATCH v4 02/12] regulator: dt-bindings: mt6358: Convert to DT schema
` [PATCH v4 03/12] regulator: dt-bindings: mt6358: Add regulator-allowed-modes property
` [PATCH v4 04/12] regulator: dt-bindings: mt6358: Add regulator supplies
` [PATCH v4 05/12] regulator: dt-bindings: mt6358: Add MT6366 PMIC
` [PATCH v4 06/12] regulator: mt6358: Use mt6397-regulator.h binding header for buck mode macros
` [PATCH v4 07/12] regulator: mt6358: Add supply names for MT6358 regulators
` [PATCH v4 08/12] regulator: mt6358: fix and drop type prefix in MT6366 regulator node names
` [PATCH v4 09/12] regulator: mt6358: Make MT6366 vcn18 LDO configurable
` [PATCH v4 10/12] regulator: mt6358: Add missing regulators for MT6366
` [PATCH v4 11/12] regulator: mt6358: Add supply names for MT6366 regulators
` [PATCH v4 12/12] arm64: dts: mediatek: mt8183-kukui: Add PMIC regulator supplies
[PATCH 00/31] thermal: Convert to platform remove callback returning void
2023-09-28 11:13 UTC (5+ messages)
` [PATCH 18/31] thermal: lvts: "
[PATCH] arm64: dts: mt6358: Drop bogus "regulator-fixed" compatible properties
2023-09-28 10:27 UTC (2+ messages)
[RESEND PATCH v6 00/20] Add display driver for MT8188 VDOSYS1
2023-09-28 10:24 UTC (13+ messages)
` [RESEND PATCH v6 15/20] drm/mediatek: Manage component's clock with function pointers
` [RESEND PATCH v6 16/20] drm/mediatek: Make sure the power-on sequence of LARB and RDMA
` [RESEND PATCH v6 17/20] drm/mediatek: Support MT8188 Padding in display driver
` [RESEND PATCH v6 18/20] drm/mediatek: Add Padding to OVL adaptor
` [RESEND PATCH v6 19/20] drm/mediatek: Support MT8188 VDOSYS1 in display driver
[PATCH 00/10] Add mediate-drm secure flow for SVP
2023-09-28 9:12 UTC (7+ messages)
[PATCH 00/59] dma: Convert to platform remove callback returning void
2023-09-28 7:49 UTC (3+ messages)
[PATCH v3 0/4] add LVTS support for mt7988
2023-09-28 7:37 UTC (7+ messages)
` [PATCH v3 3/4] thermal/drivers/mediatek/lvts_thermal: make coeff configurable
` [PATCH v3 4/4] thermal/drivers/mediatek/lvts_thermal: add mt7988 support
[PATCH 00/40] soc: Convert to platform remove callback returning void
2023-09-28 6:14 UTC (5+ messages)
[PATCH] arm64: defconfig: Enable DWMAC_MEDIATEK ethernet driver
2023-09-28 3:44 UTC
[PATCH v12 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-09-27 20:25 UTC (12+ messages)
[PATCH 00/14] add driver to support secure video decoder
2023-09-27 18:30 UTC (18+ messages)
` [PATCH 12/14] media: medkatek: vcodec: set secure mode to decoder driver
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).