Re: [PATCH v2 4/7] regulator: core: Allow specifying an initial load w/ the bulk API

2022-08-23 Thread Yongqin Liu
Hi, Douglas On Tue, 23 Aug 2022 at 22:50, Doug Anderson wrote: > > Hi, > > On Mon, Aug 22, 2022 at 11:23 PM Yongqin Liu wrote: > > > > Hi, Douglas > > > > Just an update on the fix you pointed out previously here: > > > > [1] &g

Re: [PATCH 3/3] drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER

2022-08-30 Thread Yongqin Liu
HI, Andrew Thanks a lot for the information! And great to have you here! Hi, Ivaylo With the code provided by Andrew, could you please help give suggestions on how to modify it in the gralloc lib side? to add the OMAP_BO_SCANOUT flag unconditionally as OMAP_BO_MEM_CONTIG? Thanks, Yongqin Liu

Re: [PATCH v2 4/7] regulator: core: Allow specifying an initial load w/ the bulk API

2022-08-23 Thread Yongqin Liu
ill not sure if it would work with the GKI kernel that has the fix that you pointed out in. the case that both the GKI kernel and vendor tree have the fix. Will update here when I have some results. [2]: https://source.android.com/docs/core/architecture/kernel/generic-kernel-image?hl=en Thanks,

Re: [PATCH 3/3] drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER

2022-08-28 Thread Yongqin Liu
Hi, Ivaylo Sorry for the late response, and Thanks very much for the detailed explanations! On Thu, 18 Aug 2022 at 18:23, Ivaylo Dimitrov wrote: > > Hi, > > On 17.08.22 г. 7:52 ч., Yongqin Liu wrote: > > Hi, Ivaylo > > > > On Mon, 15 Aug 2022 at 14:23, Ivaylo Dim

Re: [PATCH 3/3] drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER

2022-08-14 Thread Yongqin Liu
Hi, IvayIo Thanks very much for the reply! On Sat, 13 Aug 2022 at 14:58, Ivaylo Dimitrov wrote: > > Hi Liu, > > On 12.08.22 г. 7:35 ч., Yongqin Liu wrote: > > Hi, Ivaylo, Tomi > > > > We have one X15 Android AOSP master build, it could not have the home > &

Re: [PATCH v2 4/7] regulator: core: Allow specifying an initial load w/ the bulk API

2022-08-16 Thread Yongqin Liu
T8] PHYS_OFFSET: 0x0 [ 10.798156][T8] CPU features: 0x,00649020,1086 [ 10.798167][T8] Memory Limit: none Thanks, Yongqin Liu On Wed, 27 Jul 2022 at 01:39, Douglas Anderson wrote: > > There are a number of drivers that follow a pattern that looks like > this: > 1. Us

Re: [PATCH] drm/bridge_connector: enable HPD by default if supported

2022-08-12 Thread Yongqin Liu
.. Thanks, Yongqin Liu On Sat, 5 Mar 2022 at 04:05, Paul Cercueil wrote: > > Hi Nikita, > > Le sam., déc. 25 2021 at 09:31:51 +0300, Nikita Yushchenko > a écrit : > > Hotplug events reported by bridge drivers over drm_bridge_hpd_notify() > > get ignored unless somebody

Re: [PATCH 3/3] drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER

2022-08-12 Thread Yongqin Liu
on the hdmi monitor if this change is reverted. Is this the broken problem you talked about here? And could you please give some suggestions on how to have the x15 Android build work with this change? Thanks, Yongqin Liu On Thu, 17 Feb 2022 at 23:29, Ivaylo Dimitrov wrote: > > > > On 17.02.2

Re: [PATCH 3/3] drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER

2022-08-16 Thread Yongqin Liu
Hi, Ivaylo On Mon, 15 Aug 2022 at 14:23, Ivaylo Dimitrov wrote: > > Hi Liu, > > On 14.08.22 г. 17:27 ч., Yongqin Liu wrote: > > Hi, IvayIo > > > > Thanks very much for the reply! > > > > On Sat, 13 Aug 2022 at 14:58, Ivaylo Dimitrov > > wrote: &

Re: [PATCH v2 4/7] regulator: core: Allow specifying an initial load w/ the bulk API

2022-08-17 Thread Yongqin Liu
Hi, Douglas On Wed, 17 Aug 2022 at 22:26, Doug Anderson wrote: > > Hi, > > On Tue, Aug 16, 2022 at 5:58 AM Yongqin Liu wrote: > > > > HI, Douglas > > > > With this change, I get one kernel panic with my hikey960 > > android-mainline based Android b

Re: [PATCH] drm: kirin: Fix missing clk_disable_unprepare in ade_power_up()

2022-12-05 Thread Yongqin Liu
checked that it did not cause any problem for the boot. Thanks, Yongqin Liu On Sat, 3 Dec 2022 at 02:06, John Stultz wrote: > > On Fri, Dec 2, 2022 at 12:22 AM Shang XiaoJing > wrote: > > > > The clk_disable_unprepare() should be called in the error handling of &

Re: [PATCH] drm/bridge_connector: enable HPD by default if supported

2023-04-11 Thread Yongqin Liu
; >>> If you think this is right, then > >>> > >>> Reviewed-by: Laurent Pinchart > >> > >> I do, and at the very least it works for me, and fixes Nikita's issue so > >> to me that's enough for: > > > > So who disables the HPD now? >

Re: [PATCH 1/2] drm/msm/dpu: do not enable color-management if DSPPs are not available

2023-06-15 Thread Yongqin Liu
pcc color block in dpu > driver") > Reported-by: Yongqin Liu > Signed-off-by: Dmitry Baryshkov > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) Thanks for this fix! With it applied to the ACK android-mainline

Re: [PATCH V2] drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535

2023-07-04 Thread Yongqin Liu
e based hikey960 build failed to show UI on the HDMI monitor connected, but it works if I revert this change. Here is the serial console output: http://ix.io/4zK8 Not sure if you have any idea what the problem is there, and how to have it fixed. Please let me know if you need any other information. Thanks

Re: [PATCH v4 2/4] drm/msm/dpu: add DSPPs into reservation upon a CTM request

2023-06-10 Thread Yongqin Liu
://android.googlesource.com/kernel/common/+/refs/heads/android-mainline Thanks, Yongqin Liu On Wed, 1 Mar 2023 at 16:24, Marijn Suijten wrote: > > On 2023-02-13 03:11:42, Kalyan Thota wrote: > > Add DSPP blocks into the topology for reservation, if there > > is a CTM request for that composition.