Description
sorry for the stupid question.
im trying to run pmos on my maple. but seems like panel/dsi/gpu/mdss part of dt is just disappeared in mainline code. even they already finished (or actually not?) in some branch of this repo, such as 3ae7ae0 . is there any reason that prevented display part of dt merged into upstream (such as they are still WIP)?
i noticed that there is another project on gitlab (https://gitlab.com/msm8998-mainline/linux) trying to run mainline linux on msm8998. and they have some newer commit for yoshino (such as audio) which authored by member of somainline. but i didn't find where these commit came from. are they come from some private repo that include WIP commits? or that's the new place you contribute to?
i tried 5.18.y branch and some other older branch of msm8998-mainline because they are the branch conntains dt of display and have a .config that able to compile without too much edit. but none of them can make the screen/gpu works. /sys/kernel/debug/devices_deferred
and dmesg showed there is a dependencies cycle (mdss c900000 -> mnoc 1744000 -> mmcc c8c0000 -> dsi0_phy 994400 -> mmcc c8c0000). i spent few month on figure out how to resolve this. unfortunately, i still didn't figure it out until now. can i get some help here? thanks