Re: [PATCH 2/2] drm/panel: simple: add samsung,s6e3fa2 panel

2021-01-02 Thread Alexey Minnekhanov
Tested this on Samsung Galaxy S5 along with other patches that enable GPU support on this device. Tested-by: Alexey Minnekhanov On 12/30/20 6:17 PM, Iskren Chernev wrote: From: Samuel Pascua This panel is used on the Samsung Galaxy S5 (klte). Signed-off-by: Samuel Pascua --- drivers

Re: [PATCH 4/4] ARM: dts: qcom: msm8974-klte: Mark essential regulators

2021-01-02 Thread Alexey Minnekhanov
This indeed fixes device freeze+reboot issue when display powers off. Tested-by: Alexey Minnekhanov On 12/30/20 6:51 PM, Iskren Chernev wrote: s1 and l12 regulators are used for the memory and cache on the Samsung S5 (klte). If they are turned off the phone shuts down. So mark them as always

Re: [PATCH 1/2] drm/msm: Call msm_init_vram before binding the gpu

2021-01-02 Thread Alexey Minnekhanov
Tested these patches on Samsung Galaxy S5 along with other patches that add panel driver and enable GPU support on this device. Tested-by: Alexey Minnekhanov On 12/30/20 6:29 PM, Iskren Chernev wrote: From: Craig Tatlor vram.size is needed when binding a gpu without an iommu and is defined

Re: [PATCH 1/4] ARM: dts: qcom: msm8974: add gpu support

2021-01-02 Thread Alexey Minnekhanov
Tested these patches on Samsung Galaxy S5 along with other patches that add panel driver and enable vram carve-out option on this device. Tested-by: Alexey Minnekhanov On 12/30/20 6:51 PM, Iskren Chernev wrote: From: Brian Masney Add support for the a3xx GPU Signed-off-by: Brian Masney

Re: [PATCH] drm/msm: Fix MSM_INFO_GET_IOVA with carveout

2021-01-03 Thread Alexey Minnekhanov
revert of "if" condition fixes gpu at least on msm8974. Tested-by: Alexey Minnekhanov On 1/2/21 11:24 PM, Iskren Chernev wrote: The msm_gem_get_iova should be guarded with gpu != NULL and not aspace != NULL, because aspace is NULL when using vram carveout. Fixes: 933415e24bd0d (&qu

Re: [PATCH v3 7/7] mailbox: qcom: Add sdm660 hmss compatible

2020-06-26 Thread Alexey Minnekhanov
Tue, 23 Jun. 2020. 10:29, Bjorn Andersson : > > On Mon 22 Jun 12:25 PDT 2020, Konrad Dybcio wrote: > > > Signed-off-by: Konrad Dybcio > > Reviewed-by: Bjorn Andersson > Hi, I can see dts file in linux-next using compatible "qcom,sdm660-apcs-hmss-global", but not this patch that adds it into the

Re: [PATCH 3/8] soc: qcom: socinfo: Add socinfo entry for SDM630

2020-06-21 Thread Alexey Minnekhanov
Hi, I also wanted to send this, but in this form: [PATCH] soc: qcom: socinfo: Add soc information for SDM630/636/660 Add socinfo support for SDM630/636/660. --- drivers/soc/qcom/socinfo.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/soc/qcom/socinfo.c

Re: [PATCH 6/8] arm64: dts: qcom: sdm630: Add sdm630 dts file

2020-06-21 Thread Alexey Minnekhanov
Parts of this are similar or identical to sdm660.dtsi. SoCs should be very similar. Maybe this can be reorganized, so that we have some common base between sdm630/660. I'd like to avoid copying such large amounts of code to sdm660 .dtsi file.. пн, 22 июн. 2020 г. в 00:39, Konrad Dybcio : > > Add

Re: [PATCH 4/8] clk: qcom: smd: Add support for SDM660 rpm clocks

2020-06-21 Thread Alexey Minnekhanov
I have almost identical patch in my working sdm660 kernel tree, maybe this can be counted as tested by? Tested-by: Alexey Minnekhanov пн, 22 июн. 2020 г. в 00:40, Konrad Dybcio : > > Add rpm smd clocks, PMIC and bus clocks which are required on > SDM630/660 (and APQ variants) fo

Re: [PATCH] arm64: dts: qcom: sdm660: Fix CPU capacities

2021-01-12 Thread Alexey Minnekhanov
Hi! I always had a feeling something is not right in those cpu definitions, so cpus with reg 100-103 are little cores, and 0-3 big ones? But downstream sdm660.dtsi has a property "efficiency" [1] with values which are larger for cores 100-103 than for 0-3 cores (1638 > 1024), I'm confused...

[PATCH] ARM: dts: qcom: msm8974-klte: Fix shdc numbering

2021-01-10 Thread Alexey Minnekhanov
Since commit fa2d0aa96941 ("mmc: core: Allow setting slot index via device tree alias") proper aliases should be named "mmcN". Signed-off-by: Alexey Minnekhanov --- arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) d

[PATCH 2/2] ARM: dts: qcom: msm8974-klte: Add bluetooth support

2021-04-06 Thread Alexey Minnekhanov
Broadcom BCM4354 is used on Samsung Galaxy S5 phone on BLSP2 UART8 bus. Signed-off-by: Alexey Minnekhanov --- .../boot/dts/qcom-msm8974-samsung-klte.dts| 50 +++ 1 file changed, 50 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8974-samsung-klte.dts b/arch/arm/boot

[PATCH 1/2] ARM: dts: qcom: msm8974: add blsp2_uart8

2021-04-06 Thread Alexey Minnekhanov
Add blsp2_uart8 node in order to support bluetooth on the Samsung Galaxy S5 phone. Signed-off-by: Alexey Minnekhanov --- arch/arm/boot/dts/qcom-msm8974.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom-msm8974.dtsi

Re: [PATCH v7 5/6] soc: qcom: add pd-mapper implementation

2024-04-26 Thread Alexey Minnekhanov
is not added to sdm660 DT at all; and ADSP sensors are very hard to use/test, needs very special userspace... -- Regards, Alexey Minnekhanov postmarketOS developer

Re: [PATCH v7 0/6] soc: qcom: add in-kernel pd-mapper implementation

2024-04-26 Thread Alexey Minnekhanov
so Tested-by: Alexey Minnekhanov -- Regards, Alexey Minnekhanov postmarketOS developer