linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-24 09:08:19 to 2025-08-25 14:19:41 UTC [more...]

[PATCH v3 00/38] drm/msm/dp: Add MST support for MSM chipsets
 2025-08-25 14:16 UTC  (37+ messages)
` [PATCH v3 01/38] drm/msm/dp: remove cached drm_edid from panel
` [PATCH v3 02/38] drm/msm/dp: remove dp_display's dp_mode and use dp_panel's instead
` [PATCH v3 03/38] drm/msm/dp: break up dp_display_enable into two parts
` [PATCH v3 04/38] drm/msm/dp: re-arrange dp_display_disable() into functional parts
` [PATCH v3 05/38] drm/msm/dp: splite msm_dp_ctrl_config_ctrl() into link parts and stream parts
` [PATCH v3 06/38] drm/msm/dp: extract MISC1_MISC0 configuration into a separate function
` [PATCH v3 07/38] drm/msm/dp: allow dp_ctrl stream APIs to use any panel passed to it
` [PATCH v3 08/38] drm/msm/dp: move the pixel clock control to its own API
` [PATCH v3 09/38] drm/msm/dp: split dp_ctrl_off() into stream and link parts
` [PATCH v3 10/38] drm/msm/dp: make bridge helpers use dp_display to allow re-use
` [PATCH v3 11/38] drm/msm/dp: separate dp_display_prepare() into its own API
` [PATCH v3 12/38] drm/msm/dp: introduce max_streams for DP controller MST support
` [PATCH v3 13/38] drm/msm/dp: introduce stream_id for each DP panel
` [PATCH v3 14/38] drm/msm/dp: Add support for programming p1/p2/p3 register blocks
` [PATCH v3 15/38] drm/msm/dp: use stream_id to change offsets in dp_catalog
` [PATCH v3 16/38] drm/msm/dp: Add catalog support for 3rd/4th stream MST
` [PATCH v3 17/38] drm/msm/dp: add support to send ACT packets for MST
` [PATCH v3 18/38] drm/msm/dp: Add support to enable MST in mainlink control
` [PATCH v3 19/38] drm/msm/dp: no need to update tu calculation for mst
` [PATCH v3 20/38] drm/msm/dp: Add support for MST channel slot allocation
` [PATCH v3 21/38] drm/msm/dp: Add support for sending VCPF packets in DP controller
` [PATCH v3 22/38] drm/msm/dp: Always program MST_FIFO_CONSTANT_FILL for MST use cases
` [PATCH v3 23/38] drm/msm/dp: abstract out the dp_display stream helpers to accept a panel
` [PATCH v3 24/38] drm/msm/dp: replace power_on with active_stream_cnt for dp_display
` [PATCH v3 25/38] drm/msm/dp: Mark the SST bridge disconnected when mst is active
` [PATCH v3 26/38] drm/msm/dp: add an API to initialize MST on sink side
` [PATCH v3 27/38] drm/msm/dp: add dp_display_get_panel() to initialize DP panel
` [PATCH v3 28/38] drm/msm/dp: add dp_mst_drm to manage DP MST bridge operations
` [PATCH v3 29/38] drm/msm/dp: add MST atomic check to msm_atomic_check()
` [PATCH v3 30/38] drm/msm/dp: add connector abstraction for DP MST
` [PATCH v3 31/38] drm/msm/dp: add HPD callback for dp MST
` [PATCH v3 32/38] drm/msm/dp: propagate MST state changes to dp mst module
` [PATCH v3 33/38] drm/msm: add support for MST non-blocking commits
` [PATCH v3 34/38] drm/msm: initialize DRM MST encoders for DP controllers
` [PATCH v3 35/38] drm/msm/dp: initialize dp_mst module for each DP MST controller
` [PATCH v3 36/38] drm/msm/dpu: use msm_dp_get_mst_intf_id() to get the intf id

[PATCH v4 0/7] OPP: Add support to find OPP for a set of keys
 2025-08-25 13:59 UTC  (3+ messages)
` [PATCH v4 2/7] OPP: Move refcount and key update for readability in _opp_table_find_key()

[RFC][PATCH v2 00/29] introduce kmemdump
 2025-08-25 13:58 UTC  (16+ messages)
` [RFC][PATCH v2 22/29] mm/numa: Register information into Kmemdump

[PATCH 00/39] drm/atomic: Get rid of existing states (not really)
 2025-08-25 13:43 UTC  (40+ messages)
` [PATCH 01/39] drm/atomic: Make drm_atomic_get_connector_state() early return consistent
` [PATCH 02/39] drm/atomic: Convert drm_atomic_get_connector_state() to state accessor
` [PATCH 03/39] drm/atomic: Convert drm_atomic_get_connector_state() to use new connector state
` [PATCH 04/39] drm/atomic: Remove unused drm_atomic_get_existing_connector_state()
` [PATCH 05/39] drm/atomic: Document __drm_connectors_state state pointer
` [PATCH 06/39] drm/atomic: Convert __drm_atomic_get_current_plane_state() to modern accessor
` [PATCH 07/39] drm/atomic: Convert drm_atomic_get_plane_state() to use new plane state
` [PATCH 08/39] drm/vkms: Convert vkms_crtc_atomic_check() "
` [PATCH 09/39] drm/tilcdc: crtc: Use drm_atomic_helper_check_crtc_primary_plane()
` [PATCH 10/39] drm/atomic: Remove unused drm_atomic_get_existing_plane_state()
` [PATCH 11/39] drm/atomic: Document __drm_planes_state state pointer
` [PATCH 12/39] drm/atomic: Convert drm_atomic_get_crtc_state() to use new connector state
` [PATCH 13/39] drm/ingenic: ipu: Switch to drm_atomic_get_new_crtc_state()
` [PATCH 14/39] drm/arm/malidp: "
` [PATCH 15/39] drm/armada: "
` [PATCH 16/39] drm/atmel-hlcdc: "
` [PATCH 17/39] drm/exynos: "
` [PATCH 18/39] drm/imx-dc: "
` [PATCH 19/39] drm/imx-dcss: "
` [PATCH 20/39] drm/imx-ipuv3: "
` [PATCH 21/39] drm/ingenic: "
` [PATCH 22/39] drm/kmb: "
` [PATCH 23/39] drm/logicvc: "
` [PATCH 24/39] drm/loongson: "
` [PATCH 25/39] drm/mediatek: "
` [PATCH 26/39] drm/msm/mdp5: "
` [PATCH 27/39] drm/omap: "
` [PATCH 28/39] drm/rockchip: "
` [PATCH 29/39] drm/sun4i: "
` [PATCH 30/39] drm/tegra: "
` [PATCH 31/39] drm/tilcdc: "
` [PATCH 32/39] drm/vboxvideo: "
` [PATCH 33/39] drm/vc4: "
` [PATCH 34/39] drm/atomic: "
` [PATCH 35/39] drm/framebuffer: "
` [PATCH 36/39] drm/atomic: Remove unused drm_atomic_get_existing_crtc_state()
` [PATCH 37/39] drm/atomic: Document __drm_crtcs_state state pointer
` [PATCH 38/39] drm/atomic: Convert drm_atomic_get_private_obj_state() to use new plane state
` [PATCH 39/39] drm/atomic: Document __drm_private_objs_state state pointer

[PATCH] drm/msm: fix msm_gem_vma_new() allocations for managed GPUVMs
 2025-08-25 13:08 UTC  (3+ messages)

[PATCH] media: dt-bindings: qcom,sm8550-iris: Do not reference legacy venus properties
 2025-08-25 12:36 UTC  (4+ messages)

[PATCH v3 0/3] Add SDM660 LPASS LPI TLMM
 2025-08-25 12:32 UTC  (4+ messages)
` [PATCH v3 1/3] pinctrl: qcom: lpass-lpi: Introduce pin_offset callback
` [PATCH v3 2/3] dt-bindings: pinctrl: qcom: Add SDM660 LPI pinctrl
` [PATCH v3 3/3] pinctrl: qcom: Add SDM660 LPASS LPI TLMM

[PATCH v3 0/4] Add support to read the restart reason from IMEM
 2025-08-25 12:11 UTC  (3+ messages)
` (subset) "

[PATCH v2] arm64: dts: qcom: ipq5424: Add reserved memory for TF-A
 2025-08-25 12:00 UTC  (2+ messages)

[PATCH 0/3] Fix the NULL pointer deference issue in QMP USB drivers
 2025-08-25 11:52 UTC  (4+ messages)
` [PATCH 1/3] phy: qcom-qmp-usb: fix NULL pointer dereference in PM callbacks
` [PATCH 2/3] phy: qcom-qmp-usb-legacy: "
` [PATCH 3/3] phy: qcom-qmp-usbc: "

[PATCH v10] Bluetooth: hci_qca: Fix SSR (SubSystem Restart) fail when BT_EN is pulled up by hw
 2025-08-25 11:38 UTC 

[PATCH v9] Bluetooth: hci_qca: Fix SSR (SubSystem Restart) fail when BT_EN is pulled up by hw
 2025-08-25 11:30 UTC 

[PATCH v2 11/11] media: iris: Enable Secure PAS support with IOMMU managed by Linux
 2025-08-25 11:19 UTC  (11+ messages)

[PATCH v6 0/3] Initial support for Qualcomm Hamoa IOT EVK board
 2025-08-25 10:55 UTC  (6+ messages)
` [PATCH v6 3/3] arm64: dts: qcom: Add base HAMOA-IOT-EVK board

[PATCH v1 00/12] Sahara protocol enhancements
 2025-08-25 10:19 UTC  (13+ messages)
` [PATCH v1 01/12] Add documentation for Sahara protocol
` [PATCH v1 02/12] drivers: accel : Move AIC specific image tables to mhi_controller.c file
` [PATCH v1 03/12] drivers: accel: qaic: Support for registration of image tables in Sahara
` [PATCH v1 04/12] drivers: accel: Register Qualcomm AIC specific image tables with Sahara
` [PATCH v1 05/12] drivers: soc: qcom: Move Sahara driver to drivers/soc/qcom directory
` [PATCH v1 06/12] drivers: soc: qcom: Add support for Qualcomm QDU device
` [PATCH v1 07/12] drivers: soc: qcom: Add sysfs support for DDR training data in Sahara
` [PATCH v1 08/12] drivers: soc: qcom: Support Sahara command mode packets(READY and EXECUTE)
` [PATCH v1 09/12] drivers: soc: qcom: Remove is_mem_dump_mode variable
` [PATCH v1 10/12] drivers: soc: qcom: Support for DDR training in Sahara
` [PATCH v1 11/12] drivers: soc: qcom: Support to load saved DDR training data "
` [PATCH v1 12/12] Add sysfs ABI documentation for DDR training data node

[PATCH 0/3] ASoC: qcom: audioreach: fix sparse warnings
 2025-08-25 10:12 UTC  (4+ messages)
` [PATCH 1/3] ASoC: qcom: audioreach: fix potential null pointer dereference
` [PATCH 2/3] ASoC: qcom: topology: convert to cpu endainess type before accessing
` [PATCH 3/3] ASoC: qcom: audioreach: "

[PATCH 0/3] Add SDM660 LPASS LPI TLMM
 2025-08-25  9:48 UTC  (7+ messages)
` [PATCH 1/3] pinctrl: qcom: lpass-lpi: Introduce pin_offset callback
` [PATCH 2/3] dt-bindings: pinctrl: qcom: Add SDM660 LPI pinctrl
` [PATCH 3/3] pinctrl: qcom: Add SDM660 LPASS LPI TLMM

[RFC PATCH 0/8] Refactor drm_writeback_connector structure
 2025-08-25  9:26 UTC  (12+ messages)
` [RFC PATCH 1/8] drm: writeback: "

[RFC PATCH] arm64: dts: qcom: sc7280: Drop aggre{1,2}_noc QOS clocks on Herobrine
 2025-08-25  9:22 UTC  (2+ messages)

[PATCH v8 0/9] Enable audio on qcs6490-RB3Gen2 and qcm6490-idp boards
 2025-08-25  9:10 UTC  (4+ messages)

[PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
 2025-08-25  8:41 UTC  (7+ messages)
` [PATCH 049/114] clk: spacemit: ccu_ddn: convert from "
` [PATCH 050/114] clk: spacemit: ccu_mix: "
` [PATCH 051/114] clk: spacemit: ccu_pll: "

[PATCH v3] PCI: qcom: Use pci_host_set_default_pcie_link_state() API to enable ASPM for all platforms
 2025-08-25  8:34 UTC  (2+ messages)

[PATCH v2] PCI: qcom: Use pci_host_set_default_pcie_link_state() API to enable ASPM for all platforms
 2025-08-25  8:24 UTC  (3+ messages)

[PATCH 0/3] Describe x1e80100 ufs
 2025-08-25  8:10 UTC  (4+ messages)
` [PATCH 3/3] dts: describe "

[PATCH v4 00/26] Enable H.264/H.265 encoder support and fixes in iris driver common code
 2025-08-25  7:00 UTC  (27+ messages)
` [PATCH v4 01/26] media: iris: Fix buffer count reporting in internal buffer check
` [PATCH v4 02/26] media: iris: Report unreleased PERSIST buffers on session close
` [PATCH v4 03/26] media: iris: Fix memory leak by freeing untracked persist buffer
` [PATCH v4 04/26] media: iris: Fix port streaming handling
` [PATCH v4 05/26] media: iris: Allow substate transition to load resources during output streaming
` [PATCH v4 06/26] media: iris: Always destroy internal buffers on firmware release response
` [PATCH v4 07/26] media: iris: Update vbuf flags before v4l2_m2m_buf_done
` [PATCH v4 08/26] media: iris: Simplify session stop logic by relying on vb2 checks
` [PATCH v4 09/26] media: iris: Allow stop on firmware only if start was issued
` [PATCH v4 10/26] media: iris: Send dummy buffer address for all codecs during drain
` [PATCH v4 11/26] media: iris: Fix missing LAST flag handling "
` [PATCH v4 12/26] media: iris: Fix format check for CAPTURE plane in try_fmt
` [PATCH v4 13/26] media: iris: Add support for video encoder device
` [PATCH v4 14/26] media: iris: Initialize and deinitialize encoder instance structure
` [PATCH v4 15/26] media: iris: Add support for ENUM_FMT, S/G/TRY_FMT encoder
` [PATCH v4 16/26] media: iris: Add support for ENUM_FRAMESIZES/FRAMEINTERVALS for encoder
` [PATCH v4 17/26] media: iris: Add support for VIDIOC_QUERYCAP for encoder video device
` [PATCH v4 18/26] media: iris: Add encoder support for V4L2 event subscription
` [PATCH v4 19/26] media: iris: Add support for G/S_SELECTION for encoder video device
` [PATCH v4 20/26] media: iris: Add support for G/S_PARM "
` [PATCH v4 21/26] media: iris: Add platform-specific capabilities "
` [PATCH v4 22/26] media: iris: Add V4L2 streaming support "
` [PATCH v4 23/26] media: iris: Set platform capabilities to firmware "
` [PATCH v4 24/26] media: iris: Allocate and queue internal buffers "
` [PATCH v4 25/26] media: iris: Add support for buffer management ioctls for encoder device
` [PATCH v4 26/26] media: iris: Add support for drain sequence in encoder video device

[PATCH v3 00/26] Enable H.264/H.265 encoder support and fixes in iris driver common code
 2025-08-25  6:29 UTC  (28+ messages)
` [PATCH v3 08/26] media: iris: Simplify session stop logic by relying on vb2 checks
` [PATCH v3 12/26] media: iris: Fix format check for CAPTURE plane in try_fmt
` [PATCH v3 20/26] media: iris: Add support for G/S_PARM for encoder video device
` [PATCH v3 22/26] media: iris: Add V4L2 streaming support "
` [PATCH v3 23/26] media: iris: Set platform capabilities to firmware "
` [PATCH v3 24/26] media: iris: Allocate and queue internal buffers "
` [PATCH v3 25/26] media: iris: Add support for buffer management ioctls for encoder device
` [PATCH v3 26/26] media: iris: Add support for drain sequence in encoder video device

[PATCH] soc: qcom: rpmh-rsc: Unconditionally clear _TRIGGER bit for TCS
 2025-08-25  6:23 UTC 

[PATCH v4 0/3] usb: dwc3: Modify role-switching QC drd usb controllers
 2025-08-25  5:40 UTC  (3+ messages)
` [PATCH v4 3/3] usb: xhci: plat: Facilitate using autosuspend for xhci plat devices

[PATCH v9 0/6] Display enablement changes for Qualcomm QCS8300 platform
 2025-08-25  3:34 UTC  (7+ messages)
` [PATCH v9 1/6] dt-bindings: display/msm: Document the DPU for QCS8300
` [PATCH v9 2/6] dt-bindings: display/msm: dp-controller: document QCS8300 compatible
` [PATCH v9 3/6] dt-bindings: display/msm: Document MDSS on QCS8300
` [PATCH v9 4/6] soc: qcom: ubwc: Add QCS8300 UBWC cfg
` [PATCH v9 5/6] drm/msm: mdss: Add QCS8300 support
` [PATCH v9 6/6] drm/msm/dp: Add DisplayPort controller for QCS8300

[PATCH v8 0/6] Display enablement changes for Qualcomm QCS8300 platform
 2025-08-25  2:58 UTC  (6+ messages)
` [PATCH v8 2/6] dt-bindings: display/msm: dp-controller: document QCS8300 compatible

[PATCH v5 0/9] coresight: ctcu: Enable byte-cntr function for TMC ETR
 2025-08-25  1:41 UTC  (2+ messages)

[PATCH v2 0/2] Enable CTCU device for QCS8300
 2025-08-25  1:32 UTC  (7+ messages)

[PATCH v2 0/3] Add SDM660 LPASS LPI TLMM
 2025-08-24 21:05 UTC  (4+ messages)
` [PATCH v2 1/3] pinctrl: qcom: lpass-lpi: Introduce pin_offset callback
` [PATCH v2 2/3] dt-bindings: pinctrl: qcom: Add SDM660 LPI pinctrl
` [PATCH v2 3/3] pinctrl: qcom: Add SDM660 LPASS LPI TLMM

[PATCH 0/3] Add SDM660 LPASS LPI TLMM
 2025-08-24 20:41 UTC  (2+ messages)
` [PATCH 1/3] pinctrl: qcom: lpass-lpi: Introduce pin_offset callback

camss NULL-deref on power on with 6.12-rc2
 2025-08-24 20:42 UTC  (2+ messages)

[PATCH 00/65] media: Rationalise usage of v4l2_fh
 2025-08-24 19:07 UTC  (5+ messages)
` [PATCH 19/65] media: camss: Replace .open() file operation with v4l2_fh_open()
` [PATCH 20/65] media: camss: Remove custom .release fop()

[PATCH V2 0/4] Add DT-based gear and rate limiting support
 2025-08-24  9:29 UTC  (3+ messages)
` [PATCH V2 1/4] ufs: dt-bindings: Document gear and rate limit properties

[PATCH 0/3] Enable QoS configuration on SA8775P
 2025-08-24  9:08 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: interconnect: add clocks property to enable QoS on sa8775p


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