-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AcpiSamples] SSDT-PNLF instabilities #1802
Comments
@TonyC5 thank you for replying, this stuff happened in the past, as demonstrated by the screenshots of the restrictions imposed without any reason. Also, for now we could not distinguish whether this was a real issue or not. What we tested might differ from your actual setup, so I will close for now and re-open after more testing. |
@1alessandro1 does not allow you to insinuate the fake! I have not deleted anything, you have become ridiculous! |
The panic seems to happen due to wrongly configured IGPU. I do not have access to macOS at the moment to be more precise. It is possible that the firmware has a bug causing some registers to be trashed on wake. I would rather expect the issue to be unrelated to PNLF but be caused by the tasks performed on the IGPU. |
I don't know if this can help but apparently doing some iGPU intensive tasks (even a stupid Zoom meeting with background effects applied), doing a sleep/wake cycle, with the acidanthera/OpenCorePkg#284 SSDT-PNLF makes the iGPU crash or even being stuck at 0.3 GHz. I appreciate the effort of @Lorys89 but apparently there's something under the hood that under certain circumstances makes the iGPU misbehave... I don't know if it's my graphics patch + BIOS settings that makes the graphics crash in those circumstances, but I've only tweaked Eventually does it matter that I'm using the laptop in clamshell mode wired via HDMI port via an external monitor (virtually wired to For those who don't have a proper plist editor at hand, here's the value of Maybe it's just a matter of the UHD620 rather than the whole SSDT? At the moment, I'm suggesting to revert the SSDT or better add some notes, so that new users, with similar configurations to ours, can revert to the """old one""" and not experience those bugs. I wanna know your thoughts on that and eventually find a suitable way both for @Lorys89 and @1alessandro1 (as well as me and @TonyC5) who are experiencing the same bug with similar configurations. |
it seems to me that on your repo this problem is prior to the date of my edit, stop saying nonsense I repeat that the. my change on the pnlf is related to the cfl and higher generations, your configuration is kbl-r is part of the code remained unchanged, now broke?by itself? |
I think it is possible that the bug exists regardless of the PNLF, because I believe PNLF actions cannot directly affect the driver. However, the new PNLF may somewhat change the execution order, making this bug reproduce more often. From the disassembly it looks like IGPU virtual address space creation fails, so perhaps there is a race condition/timeout somewhere in the Apple drivers. The original PNLF is technically faster but is impractical from the maintenance purpose. I wonder if acidanthera/WhateverGreen#91 works for you. Perhaps this route is more pragmatic. |
I have already tested the pr91 of weg, it works well in my skl+ laptops but on haswell for example it doesn't work. |
Well, fixing it for Haswell+ boards can be our primary task. CC @zhen-zen |
Good morning everyone, I'd like to track here a bug I've experienced with
SSDT-PNLF
after the pull request acidanthera/OpenCorePkg#284 was merged in master.This issue has also been reported by @TonyC5 in the comments of that pull request mentioned above, but @Lorys89 kindly deleted the comment - which I find very counterproductive.
This is a screenshot of the original message and the contents are below.
TonyC5 message deleted by Lorys89
Since updating SSDT-PNLF released with OC 0.7.2 and then OC 0.7.3 on my hack, I have experienced kernel panics where logs suggest a graphics issue (com.apple.driver.AppleIntelKBLGraphics). I have reverted to SSDT-PNLF (the non-CFL version) released prior to OC 0.7.2 (none of the latest CFL changes) and haven't observed the kernel panics, but I'm still testing. My system details are below. Before I spend more time trying to diagnose and isolate the cause of the com.apple.driver.AppleIntelKBLGraphics kernel panic, does it make sense that the revised (with CFL) SSDT-PNLF could cause com.apple.driver.AppleIntelKBLGraphics kernel panics?My system:
i5-8250u/UHD620 Kabylake R
SMBIOS: MBP14,1
Big Sur 11.6
OC 0.7.3, WEG 1.5.3, Lilu 1.5.6
panic details:
With @dreamwhite who has an almost identical system (same CPU, hence same iGPU) we're trying to investigate the roots of the issue... But as of now, since the original PNLF did not have this issues, we've reverted back to the original one without wasting time.
I'd keep track of this regression/bug here on this issue, since anything posted on that pull request either gets deleted or a certain user is restricted of posting for no reason, example here:
I encourage @TonyC5 to post here, and to not be afraid of his comments being deleted since it's not happening anytime soon with the issue I opened.
Thank you for your time
The text was updated successfully, but these errors were encountered: