jalavoui Posted Friday at 10:33 PM Share Posted Friday at 10:33 PM (edited) it's a good log. aren't you using a old nblue source? the code is wrong it's loading debug with production patches thats why it fails at powerwell go get new source code for nblue and hookcase are you gonna get world first for loading a apple driver on Raptor Lake ? Edited Friday at 10:39 PM by jalavoui 1 Link to comment Share on other sites More sharing options...
Stezza88 Posted Friday at 11:57 PM Author Share Posted Friday at 11:57 PM (edited) With new sources I'm obtaining a new kp "__ZN19AppleIntelPowerWell19enableDisplayEngineEv + 0x162\n0xfffffff3e785b910 : 0xffffff7f96a67814 com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN19AppleIntelPowerWell17enablePowerWellPGEj + 0x21a\n0xfffffff3e785b970 : 0xffffff7f96a562cd com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN24AppleIntelBaseController16enableControllerEP21AppleIntelFramebuffer + 0xff\n0xfffffff3e785b9d0 : 0xffffff7f96a30af5 com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN21AppleIntelFramebuffer16enableControllerEv + 0x10d" kern_gen11.cpp Kernel-2024-11-09-005513.panic Edited Saturday at 12:21 AM by ASUS Vivobook Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 12:23 AM Author Share Posted Saturday at 12:23 AM I'm going to the night club.. i need some minutes to go off.. Link to comment Share on other sites More sharing options...
jalavoui Posted Saturday at 12:48 AM Share Posted Saturday at 12:48 AM (edited) that is old src code but you shouldn't disable those start functions (powerwell, cache) go get the src i told u. you're using patches that are disabled for your card try disable this patch only {&kextG11FBT, f19, r19, arrsize(f19), 1}, if you get kp make sure you don't disable functions unless no other solution is possible example: if you disable powerwell then all kind of errors will pop up on next functions. this is a bad idea idk where are you getting nblue but look at current src. not like the one u using kern_gen11.cpp i do understand what you're doing just take care not to make things worst i know cause i did that before nblue start to work Edited Saturday at 02:22 AM by jalavoui 1 Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 01:42 AM Author Share Posted Saturday at 01:42 AM Just now, jalavoui said: that is old src code but you shouldn't disable those start functions (powerwell, cache) go get the src i told u. you're using patches that are disabled for your card try disable this patch only {&kextG11FBT, f19, r19, arrsize(f19), 1}, if you get kp make sure you don't disable functions unless no other solution is possible example: if you disable powerwell then all kind of errors will pop up on next functions. this is a bad idea idk where are you getting nblue but look at current src. not like the one u using kern_gen11.cpp 72.08 kB · 1 download I've modified the current because like this is not working to me.. it stall.. now i try to add one statement of my old config one per time since i had it working.. Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 02:21 AM Author Share Posted Saturday at 02:21 AM (edited) My final cpp file is this.. got this kp, and i think i Need to patch it.. I must modify the current cpp with some old requests to make things works on my system... I enabled the solving requests that seems corresponding to my bumped and Ghidra registers too.. "0xffffff7f96a6534e com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN19AppleIntelPowerWell19enableDisplayEngineEv + 0x162 0xffffffcbc97a78f0 : 0xffffff7f96a67814 com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN19AppleIntelPowerWell17enablePowerWellPGEj + 0x21a 0xffffffcbc97a7950 : 0xffffff7f96a562cd com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN24AppleIntelBaseController16enableControllerEP21AppleIntelFramebuffer + 0xff 0xffffffcbc97a79b0 : 0xffffff800586d5da com.ChefKissInc.NootedBlue + 17882 0xffffffcbc97a79d0 : 0xffffff7f96a30af5 com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN21AppleIntelFramebuffer16enableControllerEv + 0x10d" Kernel-2024-11-09-031738.panickern_gen11.cpp Edited Saturday at 02:41 AM by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted Saturday at 02:43 AM Share Posted Saturday at 02:43 AM (edited) i assume your are on debug tgl version. the problem with this panic at __ZN19AppleIntelPowerWell19enableDisplayEngineEv is that it is caused by disabling __ZN19AppleIntelPowerWell4initEP24AppleIntelBaseController hope you can fix this try change this patch maybe hope AppleIntelBaseController::hwUpdateRegCache() don't need register patches for raptor lake but that is also possible try disable this patch - it prevents tgl from calling display setings that break most of displays. change r3 patch also if need {&kextG11FBT, f10, r10, arrsize(f10), 1}, out of ideas for now Edited Saturday at 02:56 AM by jalavoui Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 02:44 AM Author Share Posted Saturday at 02:44 AM 1 minute ago, jalavoui said: i assume your are on debug tgl version From le folder Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 03:01 AM Author Share Posted Saturday at 03:01 AM (edited) . Edited Saturday at 08:47 AM by ASUS Vivobook Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 10:04 AM Author Share Posted Saturday at 10:04 AM (edited) . Edited Saturday at 12:26 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 11:35 AM Author Share Posted Saturday at 11:35 AM (edited) By enabling {"__ZN19AppleIntelPowerWell19enableDisplayEngineEv",releaseDoorbell}, {"__ZN19AppleIntelPowerWell21hwSetPowerWellStatePGEbj",releaseDoorbell}, {"__ZN19AppleIntelPowerWell22hwSetPowerWellStateAuxEbj",releaseDoorbell}, {"__ZN19AppleIntelPowerWell20disableDisplayEngineEv",releaseDoorbell}, i booted!!! But in black screen... and new kp... and unfortunately no logs igfb... I'm collecting new kp on kp... and I continue enabling solving requests to solve them.. Kernel-2024-11-09-123210.panic Edited Saturday at 12:37 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 12:19 PM Author Share Posted Saturday at 12:19 PM (edited) Enabling also (to resolve kp) {"__ZN15AppleIntelPlane12disablePlaneEv",releaseDoorbell}, {"__ZN24AppleIntelBaseController15hwSetPanelPowerEj",releaseDoorbell}, {"__ZN19AppleIntelPowerWell22hwSetPowerWellStateDDIEbj",releaseDoorbell}, {"__ZN14AppleIntelPort12linkTrainingEP18AGDCDPPortConfig_t",releaseDoorbell}, {"__ZN24AppleIntelBaseController10LightUpEDPEP21AppleIntelFramebufferP21AppleIntelDisplayPathPK29IODetailedTimingInformationV2",LightUpEDP, this->oLightUpEDP}, Got logs finally! .. but always boot in black screen and continuing new kp 2024-11-09 12:52:56.862504+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][INFO ][DEFAULT ][AppleIntelController.cpp : 1494 ][initializeLogging ] IGLogLevel = 0x8 2024-11-09 12:52:56.862516+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4892 ][getPlatformID ] AAPL,ig-platform-id = 0x9a490000 2024-11-09 12:52:56.862567+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1557 ][start ] fBootFlags = 0 2024-11-09 12:52:56.862571+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1560 ][start ] fAGPMLogBits = 0 2024-11-09 12:52:56.862575+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1563 ][start ] fAGPMLogMaskprintf = 0 2024-11-09 12:52:56.862595+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1590 ][start ] fPCIDeviceID = 0x9a498086 2024-11-09 12:52:56.862600+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1593 ][start ] fPCIConfigRevisionID = 0x4 2024-11-09 12:52:56.862606+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1596 ][start ] fPCISubSystemID = 0x166d1025 2024-11-09 12:52:56.862618+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1661 ][start ] Range[0] 0x4012000000:01000000 2024-11-09 12:52:56.862624+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1661 ][start ] Range[1] 0x4000000000:10000000 2024-11-09 12:52:56.862629+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1661 ][start ] Range[2] 0x4000:00000040 2024-11-09 12:52:56.862638+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1680 ][start ] MMIO range@0x10 (0x4012000000) mapped to kernel virtual address 0xffffffc97be57000 2024-11-09 12:52:56.862645+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4892 ][getPlatformID ] AAPL,ig-platform-id = 0x9a490000 2024-11-09 12:52:56.862651+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4965 ][getOSInformation ] ------------------------------------------- 2024-11-09 12:52:56.862657+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4966 ][getOSInformation ] PlatformInformation 2024-11-09 12:52:56.862662+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4967 ][getOSInformation ] fInfoPlatformID : 0x9a490000 2024-11-09 12:52:56.862667+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4968 ][getOSInformation ] fInfoModelName : Intel HD Graphics TGL CRB 2024-11-09 12:52:56.862673+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4969 ][getOSInformation ] fInfoHasLid : 1 2024-11-09 12:52:56.862679+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4970 ][getOSInformation ] fInfoPipeCount : 2 2024-11-09 12:52:56.862684+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4971 ][getOSInformation ] fInfoPortCount : 2 2024-11-09 12:52:56.862688+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4972 ][getOSInformation ] fInfoFramebufferCount : 2 2024-11-09 12:52:56.862694+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4973 ][getOSInformation ] fInfoFramebufferMemorySize : 67108864 2024-11-09 12:52:56.862701+0100 localhost kernel[0]: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x320064 2024-11-09 12:52:56.862702+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4974 ][getOSInformation ] fInfoFBCompressionMemorySize : 0 2024-11-09 12:52:56.862705+0100 localhost kernel[0]: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-11-09 12:52:56.862707+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4975 ][getOSInformation ] fInfoUnifiedMemorySize : 1610612736 2024-11-09 12:52:56.862712+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4976 ][getOSInformation ] fInfoFlags : 0x8005 2024-11-09 12:52:56.862715+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4977 ][getOSInformation ] fInfoDynamicFBCThreshold : 0 2024-11-09 12:52:56.862720+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4978 ][getOSInformation ] fInfoVideoTurbo : 0 2024-11-09 12:52:56.862724+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4979 ][getOSInformation ] fMaxSliceCount : 1 2024-11-09 12:52:56.862728+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4980 ][getOSInformation ] fMaxEUCount : 5 2024-11-09 12:52:56.862729+0100 localhost kernel[0]: PMRD: delayChildNotification for 0x100000581 2024-11-09 12:52:56.862731+0100 localhost kernel[0]: PMRD: IODisplayWrangler tag flags 100 2024-11-09 12:52:56.862732+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4981 ][getOSInformation ] ------------------------------------------- 2024-11-09 12:52:56.862741+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :12333 ][registerWithAICPM ] PMIOCRINGTABLEINIT(GTVA=0xffffffc97be57000, PCUVA=0xffffffc97bf97000, minFreq=100, maxFreq=1500, freqStep=50, count=29):ret=-1 2024-11-09 12:52:56.862742+0100 localhost kernel[0]: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x330064 2024-11-09 12:52:56.862744+0100 localhost kernel[0]: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-11-09 12:52:56.862744+0100 localhost kernel[0]: (IOGraphicsFamily) GTrace synchronization point 1 2024-11-09 12:52:56.862746+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :12338 ][registerWithAICPM ] PMIOCCURRENTGTFREQFN(func=0xffffff7f96a5926a):ret=-1 2024-11-09 12:52:56.862749+0100 localhost kernel[0]: (IOHIDPowerSource) [com.apple.iohid:iohidps] (IOHIDPowerSource:0x100000582): start:1 2024-11-09 12:52:56.862756+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5131 ][getFeatureControl ] FeatureControl found in plist 2024-11-09 12:52:56.862761+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5150 ][getFeatureControl ] fFBCBypassEnable set to 0 2024-11-09 12:52:56.862766+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5160 ][getFeatureControl ] fAGCOverlayCacheEDIDDisable set to 0 2024-11-09 12:52:56.862770+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5171 ][getFeatureControl ] DynamicRingTables set to 0 2024-11-09 12:52:56.862775+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5189 ][getFeatureControl ] fEnableSliceShutdown set to 1, fEnableSliceShutdownOld set to 0 2024-11-09 12:52:56.862780+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5197 ][getFeatureControl ] fEnableSubliceShutdown set to 1 2024-11-09 12:52:56.862785+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5205 ][getFeatureControl ] fEnableSliceShutdown set to 1 2024-11-09 12:52:56.862789+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5216 ][getFeatureControl ] fIgnoreHMDSetting set to 0 2024-11-09 12:52:56.862796+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5228 ][getFeatureControl ] fLoadRingOverridePerSlice set to 1 2024-11-09 12:52:56.862800+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5236 ][getFeatureControl ] fEnableDynamicFBC set to 0 2024-11-09 12:52:56.862808+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5247 ][getFeatureControl ] fBusyTimerValue set to 3000 2024-11-09 12:52:56.862814+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5257 ][getFeatureControl ] fFastDisplayDetectDisable set to 0 2024-11-09 12:52:56.862819+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5268 ][getFeatureControl ] fDitherMode set to 0 2024-11-09 12:52:56.862823+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5278 ][getFeatureControl ] fDitherDisable set to 0 2024-11-09 12:52:56.862830+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5289 ][getFeatureControl ] DynamicFBCFrameCount set to 3 2024-11-09 12:52:56.862835+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5300 ][getFeatureControl ] DeltaFlipThreshold set to 18000000 2024-11-09 12:52:56.862841+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5311 ][getFeatureControl ] TransactionCountTime set to 1000 2024-11-09 12:52:56.862846+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5318 ][getFeatureControl ] fNumTransactionsThreshold set to 0 2024-11-09 12:52:56.862852+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5334 ][getFeatureControl ] fEnableMultipipeScaler set to 0 2024-11-09 12:52:56.862858+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5343 ][getFeatureControl ] EnableMultipipeScaler set to 1 2024-11-09 12:52:56.862863+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5353 ][getFeatureControl ] fEnableGamma set to 1 2024-11-09 12:52:56.862869+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5363 ][getFeatureControl ] fPowerStatesEnable set to 1 2024-11-09 12:52:56.862874+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5369 ][getFeatureControl ] fRenderStandbyEnable set to 1 2024-11-09 12:52:56.862878+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5392 ][getFeatureControl ] fDisableInternalPanel set to 0 2024-11-09 12:52:56.862881+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5402 ][getFeatureControl ] fRCxEIModeEnable set to 1 2024-11-09 12:52:56.862885+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5415 ][getFeatureControl ] fGPUInterruptHandlingEnable set to 1 2024-11-09 12:52:56.862888+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5426 ][getFeatureControl ] DPM set to 1 2024-11-09 12:52:56.862893+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5491 ][getFeatureControl ] [GFXPMFB] fDynamicSliceSwitch = 0 fGFMPPFMSupport = 1 2024-11-09 12:52:56.862897+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5501 ][getFeatureControl ] fMessageAGPMTimerValue = 1 2024-11-09 12:52:56.862900+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5521 ][getFeatureControl ] Threading Mode: 1 2024-11-09 12:52:56.862904+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5531 ][getFeatureControl ] fEnableSetRC6Voltage set to 0 2024-11-09 12:52:56.862907+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5541 ][getFeatureControl ] fEnableDeepDisplay set to false 2024-11-09 12:52:56.862911+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5551 ][getFeatureControl ] fDisableDFB set to 0x00000000 2024-11-09 12:52:56.862914+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5561 ][getFeatureControl ] fEnableDFB set to 0x00000000 2024-11-09 12:52:56.862918+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5571 ][getFeatureControl ] fEDPDownSpreadDisable set to false 2024-11-09 12:52:56.862921+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5588 ][getFeatureControl ] fDPDownSpreadDisable set to false 2024-11-09 12:52:56.862928+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5598 ][getFeatureControl ] fASRDisable set to false 2024-11-09 12:52:56.862932+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5608 ][getFeatureControl ] fPStateOccupancyReportUsed set to true 2024-11-09 12:52:56.862936+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5618 ][getFeatureControl ] fLogSyncAsyncFlipChanges set to false 2024-11-09 12:52:56.862940+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5628 ][getFeatureControl ] fEnable8kMode set to 1 2024-11-09 12:52:56.862944+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5638 ][getFeatureControl ] fNoApertureAccess set to 0 2024-11-09 12:52:56.862949+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5648 ][getFeatureControl ] EnableTconScaler set to 0 2024-11-09 12:52:56.862958+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5757 ][getFeatureControl ] TracePointEnable set to 0 2024-11-09 12:52:56.862964+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5789 ][getFeatureControl ] VRR supported: 0 2024-11-09 12:52:56.862969+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5797 ][getFeatureControl ] Double buffer update supported with VRR : 1 2024-11-09 12:52:56.862973+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5805 ][getFeatureControl ] ASYNC flip supported with VRR : 1 2024-11-09 12:52:56.862976+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5817 ][getFeatureControl ] ASFU supported: 1 2024-11-09 12:52:56.862979+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5826 ][getFeatureControl ] DSC supported: 0 2024-11-09 12:52:56.862983+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5835 ][getFeatureControl ] DSC Caps Reporting enabled: 0 2024-11-09 12:52:56.862986+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5844 ][getFeatureControl ] FEC supported: 0 2024-11-09 12:52:56.862989+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5865 ][getFeatureControl ] GPU 420 subsampling supported: 1 2024-11-09 12:52:56.862993+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5880 ][getFeatureControl ] FP16 format support: 0 2024-11-09 12:52:56.862996+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5890 ][getFeatureControl ] fPStateResidencyWAEnable set to true 2024-11-09 12:52:56.863002+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5112 ][getPMTControl ] PMTControl found in plist 2024-11-09 12:52:56.863005+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5122 ][getPMTControl ] fDisplayEngineCounting set to 0 2024-11-09 12:52:56.863010+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1812 ][start ] FB range@0x18 0x4000000000:10000000 2024-11-09 12:52:56.863055+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1819 ][start ] mggc: 0x2c1 2024-11-09 12:52:56.863059+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1822 ][start ] GTT Length = 4194304 2024-11-09 12:52:56.863189+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 6296 ][getFBCControl ] FBCControl found in plist 2024-11-09 12:52:56.863192+0100 localhost kernel[0]: (IOHIDPowerSource) [com.apple.iohid:iohidps] (IOHIDPowerSourceController:0x100000574): start:1 2024-11-09 12:52:56.863193+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 6314 ][getFBCControl ] fFBCEnabled set to 0 fFBCEnableOverride set to 0 2024-11-09 12:52:56.863197+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 6319 ][getFBCControl ] fFBCCompression set to 0 2024-11-09 12:52:56.863207+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 6326 ][getFBCControl ] fStolenMemoryOverride set to 0 2024-11-09 12:52:56.863219+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14565 ][FBMemMgr_Init ] StolenMemoryBase = 0x0, StolenMemorySize = 67108864 2024-11-09 12:52:56.863228+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14594 ][FBMemMgr_Init ] fCursorBytes = 1048576, fCursorOffset = 67108864 2024-11-09 12:52:56.863234+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14598 ][FBMemMgr_Init ] fDSBBufferBytes = 73728, fDSBBufferBaseOffset = 68157440 2024-11-09 12:52:56.863239+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14603 ][FBMemMgr_Init ] fConnectionStatusBytes = 8192, fConnectionStatusOffset = 68231168 2024-11-09 12:52:56.863245+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14606 ][FBMemMgr_Init ] fReservedApertureSize = 68239360 2024-11-09 12:52:56.863249+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14626 ][FBMemMgr_Init ] stolenReserved = 4096 2024-11-09 12:52:56.863253+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14627 ][FBMemMgr_Init ] stolenFBSize = 67108864 2024-11-09 12:52:56.863263+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14628 ][FBMemMgr_Init ] stolenFBCSize = 0 2024-11-09 12:52:56.863268+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14629 ][FBMemMgr_Init ] stolenTotalLowSize = 67112960 2024-11-09 12:52:56.863273+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14630 ][FBMemMgr_Init ] stolenWOPCMSize = 2097152 2024-11-09 12:52:56.863277+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :14631 ][FBMemMgr_Init ] stolenTotalSize = 69210112 2024-11-09 12:52:56.863279+0100 localhost kernel[0]: PMRD: Added IODisplayWrangler to idle sleep preventers list (Total 1) 2024-11-09 12:52:56.863282+0100 localhost kernel[0]: PMRD: Idle Sleep Preventers: IODisplayWrangler 2024-11-09 12:52:56.863283+0100 localhost kernel[0]: PMRD: changePowerStateWithTagTo(ON_STATE, 340003) 2024-11-09 12:52:56.863286+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4892 ][getPlatformID ] AAPL,ig-platform-id = 0x9a490000 2024-11-09 12:52:56.863288+0100 localhost kernel[0]: PMRD: wrangler kIOMessageDeviceHasPoweredOn ps 4 2024-11-09 12:52:56.863289+0100 localhost kernel[0]: PMRD: evaluatePolicy( 1, 0x0 ) 2024-11-09 12:52:56.863302+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][SIM ][AppleIntelSimulator.cpp : 39 ][init ] ret = 1 2024-11-09 12:52:56.863311+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelClocks.cpp : 370 ][initCDClock ] CD clock reference frequency = 2 2024-11-09 12:52:56.863324+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7451 ][readEDIDOverrideProp] (provider=0xffffff957aa66900) 2024-11-09 12:52:56.863367+0100 localhost kernel[0]: PMRD: wrangler DevicePowerState (ps 4, 0->4) 2024-11-09 12:52:56.863371+0100 localhost kernel[0]: PMRD: evaluatePolicy( 10, 0x0 ) 2024-11-09 12:52:56.863372+0100 localhost kernel[0]: PMRD: idle sleep timer disabled 2024-11-09 12:52:56.863376+0100 localhost kernel[0]: PMRD: System sleep prevented by kPMSystemRestartBootingInProgress 2024-11-09 12:52:56.863377+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7543 ][readEDIDOverrideProp] return 2024-11-09 12:52:56.863377+0100 localhost kernel[0]: PMRD: changePowerStateWithTagToPriv(ON_STATE, 350008) 2024-11-09 12:52:56.863378+0100 localhost kernel[0]: PMRD: disk spindown restored to 10 min 2024-11-09 12:52:56.863380+0100 localhost kernel[0]: PMRD: evaluatePolicy( 1, 0x0 ) 2024-11-09 12:52:56.863388+0100 localhost kernel[0]: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x340003 2024-11-09 12:52:56.863390+0100 localhost kernel[0]: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-11-09 12:52:56.863393+0100 localhost kernel[0]: PMRD: PowerChangeOverride (ON_STATE->ON_STATE, f, 0x2) tag 0x350008 2024-11-09 12:52:56.863394+0100 localhost kernel[0]: PMRD: PowerChangeDone: ON_STATE->ON_STATE 2024-11-09 12:52:56.863493+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 34 ][allocatePorts ] portCount = 2 2024-11-09 12:52:56.863499+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 77 ][allocatePorts ] ret = 1 2024-11-09 12:52:56.863514+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 116 ][resetSoftwareState ] DDI = 0 2024-11-09 12:52:56.863521+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 108 ][init ] PortIndex = 0, DDI = 0 2024-11-09 12:52:56.863521+0100 localhost kernel[0]: (nfs) com_apple_filesystems_nfs: successfully loaded NFS module 2024-11-09 12:52:56.863528+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 452 ][init ] ret = 1 2024-11-09 12:52:56.863534+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2066 ][init ] DDI = 0 2024-11-09 12:52:56.863538+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2078 ][init ] ret = 1 2024-11-09 12:52:56.863553+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 116 ][resetSoftwareState ] DDI = 1 2024-11-09 12:52:56.863559+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 108 ][init ] PortIndex = 1, DDI = 1 2024-11-09 12:52:56.863565+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 452 ][init ] ret = 1 2024-11-09 12:52:56.863572+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2066 ][init ] DDI = 1 2024-11-09 12:52:56.863577+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2078 ][init ] ret = 1 2024-11-09 12:52:56.863586+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 28 ][allocatePaths ] pathCount = 2 2024-11-09 12:52:56.863593+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 66 ][allocatePaths ] ret = 1 2024-11-09 12:52:56.863601+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 380 ][getPathByIndex ] pathIndex = 0 2024-11-09 12:52:56.863615+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 137 ][init ] PathIndex = 0, pipe = A 2024-11-09 12:52:56.863623+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 380 ][getPathByIndex ] pathIndex = 1 2024-11-09 12:52:56.863635+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 137 ][init ] PathIndex = 1, pipe = B 2024-11-09 12:52:56.863643+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 233 ][getBuiltInPort ] Built-in port not found 2024-11-09 12:52:56.863660+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 107 ][init ] FB0 2024-11-09 12:52:56.863690+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 107 ][init ] FB1 2024-11-09 12:52:56.863712+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 2885 ][probeBootPipe ] Boot pipe = A 2024-11-09 12:52:56.863719+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 2840 ][setupBootDisplay ] FB0: Boot pipe found - DDI0, pipe A 2024-11-09 12:52:56.863730+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2654 ][commitResourceConfig] count = 1 2024-11-09 12:52:56.863737+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 94 ][allocateDisplayResou] FB0: managed = 0 2024-11-09 12:52:56.863745+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 233 ][getBuiltInPort ] Built-in port not found 2024-11-09 12:52:56.863761+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 228 ][getFreeJoinablePathC] count = 2 2024-11-09 12:52:56.863769+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:56.863777+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:56.863781+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:56.863786+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:56.863793+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 151 ][allocateDisplayResou] FB0: set[0] is single-link 2024-11-09 12:52:56.863798+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2747 ][dumpAGDCDetailedTimi] HActive = 0, HBlanking = 0, HScaled = 0, VActive = 0, VBlanking = 0, VScaled = 0, PixelClock = 0 2024-11-09 12:52:56.863806+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 400 ][getReservedDisplayPa] FB0: portIndex = 0, stream = 0 2024-11-09 12:52:56.863810+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 415 ][getReservedDisplayPa] FB0: count = 0 2024-11-09 12:52:56.863821+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 771 ][addDisplayPath ] FB0: Reserved pathCount = 0 2024-11-09 12:52:56.863831+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 276 ][allocatePath ] Pipe = A 2024-11-09 12:52:56.863837+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 802 ][addDisplayPath ] FB0: Pipe = A 2024-11-09 12:52:56.863842+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 810 ][addDisplayPath ] FB0: Reserved pathCount = 1 2024-11-09 12:52:56.863851+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 855 ][attachDisplayPath ] FB0: Attached pathCount = 1 2024-11-09 12:52:56.863855+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 873 ][attachDisplayPath ] FB0: Attached pathCount = 1 2024-11-09 12:52:56.863866+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :15156 ][allocateScaler ] FB0: Assigning scalar 0 for pipe A 2024-11-09 12:52:56.863877+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :15156 ][allocateScaler ] FB0: Assigning scalar 1 for pipe A 2024-11-09 12:52:56.863883+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :15216 ][allocatePlane ] FB0: Assigning plane 0 for pipe A 2024-11-09 12:52:56.863896+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7889 ][hwGetCRTC ] (fb0:0xfffffff025503000) 2024-11-09 12:52:56.863900+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7914 ][hwGetCRTC ] return 2024-11-09 12:52:56.863904+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 711 ][allocateDisplayPathR] FB0: ret = 1 2024-11-09 12:52:56.863911+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 2124 ][evaluateSliceExterna] evaluateSliceExternalDisplay ENTRY 2024-11-09 12:52:56.863916+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 2151 ][updateSliceConfig ] updateSliceConfig ENTRY 2024-11-09 12:52:56.863920+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 2162 ][updateSliceConfig ] ERROR: Invalid fRingTables, check if AGPM driver is loaded 2024-11-09 12:52:56.863930+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :13864 ][hwUpdateCursorMemory] FB0: fCursorBaseAddress[0] = 0x4000000, fCursorBaseAddress[1] = 0x4040000 2024-11-09 12:52:56.863941+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1013 ][isApertureMemoryRequ] FB0: fWSAAState = 0 2024-11-09 12:52:56.863946+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1030 ][isApertureMemoryRequ] FB0: ret = 1 2024-11-09 12:52:56.863954+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7263 ][setupFBMemory ] FB0: FBMemoryIndex:0, fFBMemoryUsedCount:1, fFBMemoryStatus:0x1 2024-11-09 12:52:56.863969+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 256 ][allocateDisplayResou] hasMultiPipeConfig = 0, hasMultiLinkConfig = 0 2024-11-09 12:52:56.863973+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 266 ][allocateDisplayResou] FB0: ret = 1 2024-11-09 12:52:56.863979+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2702 ][commitResourceConfig] ret = 0x0 2024-11-09 12:52:56.863989+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 879 ][detachDisplayPath ] FB0: Pipe = A 2024-11-09 12:52:56.863993+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 905 ][detachDisplayPath ] FB0: Attached pathCount = 0 2024-11-09 12:52:56.864001+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 855 ][attachDisplayPath ] FB0: Attached pathCount = 0 2024-11-09 12:52:56.864005+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 873 ][attachDisplayPath ] FB0: Attached pathCount = 1 2024-11-09 12:52:56.864011+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 314 ][setupDisplayResource] FB0: Attached path count = 1 of 1 2024-11-09 12:52:56.864017+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 69 ][allocateBootDisplayR] FB0: ret = 1 2024-11-09 12:52:56.864023+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 2857 ][setupBootDisplay ] ret = 0x0 2024-11-09 12:52:56.864035+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3364 ][hwReadMailbox ] command = 0x6, data = 0x0 2024-11-09 12:52:56.864821+0100 localhost kernel[0]: (pmtelemetry) Unsupported PCH 2024-11-09 12:52:56.865216+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3426 ][hwReadMailbox ] status = 0x63503300 2024-11-09 12:52:56.865233+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3364 ][hwReadMailbox ] command = 0x6, data = 0x1 2024-11-09 12:52:56.865278+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3426 ][hwReadMailbox ] status = 0x9b9b9b9b 2024-11-09 12:52:56.865288+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :10024 ][hwInitializeLatencyV] Latencies for plane WM calculation: level 0=0x2, level 1=0x35, level 2=0x52, level 3=0x65 2024-11-09 12:52:56.865295+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :10025 ][hwInitializeLatencyV] level 4=0x9d, level 5=0x9d, level 6=0x9d and level 7=0x9d 2024-11-09 12:52:56.865305+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :15000 ][hwInitializeCState ] Using B+ stepping CSR of size 3217 2024-11-09 12:52:56.865668+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :15028 ][hwConfigureCustomAUX] Custom AUX enable 2024-11-09 12:52:56.865837+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :13896 ][hwSetupCursorMemory ] err = 0x0 2024-11-09 12:52:56.865865+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 2214 ][start ] Cursor physical address = 0x4004000000 2024-11-09 12:52:56.865893+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 2252 ][start ] fStolenMemoryBase = 0, fStolenMemorySize = 4000000, fDSBBufferBytes = 12000, fDSBOffset = 4100000, fDSBVirtualAddrBase = 0xffffffc514320000 2024-11-09 12:52:56.865993+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 2324 ][start ] MSI Disabled 2024-11-09 12:52:56.866003+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 4378 ][getRCxControl ] RCxControl not found in plist 2024-11-09 12:52:56.866006+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 4329 ][getCPGControl ] getCPGControl: FeatureControl found in plist 2024-11-09 12:52:56.866010+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 4359 ][getCPGControl ] fCoarsePowerGatingSelect set to 0 2024-11-09 12:52:56.866015+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 4892 ][getPlatformID ] AAPL,ig-platform-id = 0x9a490000 2024-11-09 12:52:56.866019+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 214 ][initPMRegisters ] [FBCONTROLLER::initPMRegisters] fMaxFreqSupported = 30 fMinFreqSupported = 2 2024-11-09 12:52:56.866026+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 1, fForceWakeCount[Default] 1 2024-11-09 12:52:56.866033+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866048+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866052+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866055+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866061+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866064+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866075+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866088+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866096+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866101+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866105+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866109+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866112+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866122+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866126+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866131+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866137+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866142+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866156+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866169+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866181+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866184+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866196+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866202+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866208+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866221+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866232+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866235+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866247+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866250+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866261+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866270+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866276+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866279+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866289+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866302+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866310+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866317+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866322+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866330+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.866344+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 0, fForceWakeCount[Default] 0 2024-11-09 12:52:56.866356+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 284 ][initPMRegisters ] fMinFreqSupported = 2 2024-11-09 12:52:56.866359+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 298 ][initPMRegisters ] initPMRegisters: frequencyStep = <50>, init:0 2024-11-09 12:52:56.866363+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5743 ][initThreshold ] frequencyStep = <50> minFrequency = <2> maxFrequency = <30> 2024-11-09 12:52:56.866371+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 0 2024-11-09 12:52:56.866374+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866380+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866383+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866386+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 0 2024-11-09 12:52:56.866389+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866392+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866395+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866399+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 1 2024-11-09 12:52:56.866403+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866406+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866410+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866413+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866417+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866420+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866423+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866426+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 2 2024-11-09 12:52:56.866429+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866432+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866435+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866438+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866441+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866444+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866447+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866450+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 3 2024-11-09 12:52:56.866453+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866457+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866460+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866463+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866466+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866471+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866475+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866478+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 4 2024-11-09 12:52:56.866481+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866484+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866487+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866490+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866493+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866496+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866499+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866502+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 5 2024-11-09 12:52:56.866505+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866508+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866511+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866514+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866517+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866520+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866523+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866526+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 6 2024-11-09 12:52:56.866529+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866532+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866535+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866538+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866541+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866544+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866547+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866550+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 7 2024-11-09 12:52:56.866554+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866559+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866563+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866567+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866570+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866573+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866576+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866579+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 8 2024-11-09 12:52:56.866582+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866586+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866589+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866592+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866595+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866598+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866601+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866604+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 9 2024-11-09 12:52:56.866607+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866610+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866615+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866618+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866621+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866624+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866627+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866630+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 10 2024-11-09 12:52:56.866633+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866636+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866639+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866642+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866645+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866650+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866653+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866656+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 11 2024-11-09 12:52:56.866659+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866662+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866665+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866668+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866671+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866674+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866677+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866682+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 12 2024-11-09 12:52:56.866685+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866688+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866691+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866694+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866697+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866700+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866703+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866706+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 13 2024-11-09 12:52:56.866709+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866712+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866715+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866718+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866721+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866724+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866727+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866731+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 14 2024-11-09 12:52:56.866735+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866740+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866743+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866746+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866749+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866752+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866755+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866758+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 15 2024-11-09 12:52:56.866762+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866765+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866768+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866771+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866774+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866777+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866780+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866783+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 16 2024-11-09 12:52:56.866786+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866789+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866792+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866795+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866800+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866803+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866807+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866810+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 17 2024-11-09 12:52:56.866813+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866816+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866819+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866822+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866825+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866830+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866833+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866836+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 18 2024-11-09 12:52:56.866839+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866842+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866845+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866848+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866851+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866856+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866859+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866862+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 19 2024-11-09 12:52:56.866865+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866868+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866871+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866874+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866877+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866880+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866883+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866886+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 20 2024-11-09 12:52:56.866889+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866892+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866895+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866898+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866901+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866904+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866907+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866910+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 21 2024-11-09 12:52:56.866913+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866918+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866921+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866924+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866927+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866930+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866934+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866937+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 22 2024-11-09 12:52:56.866942+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866945+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866948+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866951+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866954+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866957+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866960+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866963+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 23 2024-11-09 12:52:56.866966+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866969+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866972+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.866975+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.866978+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.866981+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.866984+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.866987+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 24 2024-11-09 12:52:56.866991+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.866995+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.866998+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867001+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867004+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867009+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867012+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867015+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 25 2024-11-09 12:52:56.867018+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867021+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867024+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867027+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867030+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867033+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867036+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867039+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 26 2024-11-09 12:52:56.867042+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867045+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867048+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867051+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867054+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867057+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867060+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867063+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 27 2024-11-09 12:52:56.867066+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867069+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867072+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867075+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867078+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867081+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867084+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867088+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 28 2024-11-09 12:52:56.867091+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867097+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867100+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867103+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867106+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867110+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867113+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 0 2024-11-09 12:52:56.867117+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5771 ][initThreshold ] upStep = 1, downStep = 1, upThresholdLimit = 80, downThresholdLimit = 60, upTimer = 31250, downTimer = 31250 2024-11-09 12:52:56.867121+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5743 ][initThreshold ] frequencyStep = <50> minFrequency = <2> maxFrequency = <30> 2024-11-09 12:52:56.867124+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 0 2024-11-09 12:52:56.867127+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867130+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867133+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867136+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 0 2024-11-09 12:52:56.867139+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867142+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867147+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867150+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 1 2024-11-09 12:52:56.867153+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867156+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867159+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867162+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867165+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867168+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867171+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867174+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 2 2024-11-09 12:52:56.867177+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867180+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867186+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867189+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867192+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867195+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867198+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867201+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 3 2024-11-09 12:52:56.867204+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867207+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867210+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867213+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867216+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867219+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867222+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867225+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 4 2024-11-09 12:52:56.867228+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867233+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867236+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867239+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867242+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867245+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867248+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867251+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 5 2024-11-09 12:52:56.867254+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867257+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867260+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867263+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867266+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867269+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867274+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867277+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 6 2024-11-09 12:52:56.867280+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867283+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867287+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867290+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867295+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867298+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867301+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867304+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 7 2024-11-09 12:52:56.867307+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867310+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867313+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867316+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867319+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867322+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867325+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867328+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 8 2024-11-09 12:52:56.867331+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867334+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867337+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867340+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867344+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867347+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867350+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867353+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 9 2024-11-09 12:52:56.867356+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867359+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867364+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867367+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867370+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867373+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867376+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867379+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 10 2024-11-09 12:52:56.867382+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867385+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867388+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867391+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867394+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867397+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867400+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867403+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 11 2024-11-09 12:52:56.867406+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867409+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867412+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867415+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867418+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867422+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867425+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867428+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 12 2024-11-09 12:52:56.867433+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867436+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867439+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867442+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867445+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867448+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867453+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867456+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 13 2024-11-09 12:52:56.867459+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867462+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867466+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867469+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867472+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867475+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867479+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867482+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 14 2024-11-09 12:52:56.867485+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867488+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867491+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867494+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867497+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867500+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867503+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867506+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 15 2024-11-09 12:52:56.867509+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867512+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867515+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867518+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867521+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867524+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867527+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867530+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 16 2024-11-09 12:52:56.867533+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867536+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867541+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867544+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867547+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867550+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867553+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867556+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 17 2024-11-09 12:52:56.867559+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867562+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867565+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867568+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867571+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867574+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867579+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867582+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 18 2024-11-09 12:52:56.867586+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867589+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867592+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867595+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867598+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867601+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867604+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867607+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 19 2024-11-09 12:52:56.867610+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867613+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867616+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867619+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867622+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867625+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867630+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867634+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 20 2024-11-09 12:52:56.867638+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867641+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867644+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867647+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867651+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867654+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867657+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867660+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 21 2024-11-09 12:52:56.867663+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867666+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867669+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867673+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867676+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867679+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867682+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867686+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 22 2024-11-09 12:52:56.867689+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867692+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867695+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867699+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867703+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867706+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867709+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867712+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 23 2024-11-09 12:52:56.867715+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867718+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867723+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867726+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867729+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867732+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867735+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867738+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 24 2024-11-09 12:52:56.867741+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867744+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867749+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867752+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867755+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867758+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867761+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867764+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 25 2024-11-09 12:52:56.867767+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867770+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867773+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867776+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867779+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867782+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867785+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867788+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 26 2024-11-09 12:52:56.867791+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867794+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867797+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867800+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867803+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867807+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867811+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867815+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 27 2024-11-09 12:52:56.867817+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867822+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867825+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867829+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867833+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867836+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867839+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 1 2024-11-09 12:52:56.867842+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5709 ][updateTableEntry ] entry = 28 2024-11-09 12:52:56.867845+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5710 ][updateTableEntry ] frequency = 2 2024-11-09 12:52:56.867848+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5711 ][updateTableEntry ] upTimer = 31250 2024-11-09 12:52:56.867851+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5712 ][updateTableEntry ] upThresholdLimit = 25000 2024-11-09 12:52:56.867854+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5713 ][updateTableEntry ] upStep = 1 2024-11-09 12:52:56.867857+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5714 ][updateTableEntry ] downTimer = 31250 2024-11-09 12:52:56.867859+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5715 ][updateTableEntry ] downThresholdLimit = 18750 2024-11-09 12:52:56.867862+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5716 ][updateTableEntry ] downStep = 0 2024-11-09 12:52:56.867866+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5771 ][initThreshold ] upStep = 1, downStep = 1, upThresholdLimit = 80, downThresholdLimit = 60, upTimer = 31250, downTimer = 31250 2024-11-09 12:52:56.867870+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1302 ][SafeForceWake ] 2D ForceWakeValue: 1, fForceWakeCount[Render] 1 2024-11-09 12:52:56.867875+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1307 ][SafeForceWake ] 2D ForceWakeValue: 1, fForceWakeCount[Media] 1 2024-11-09 12:52:56.867878+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 1, fForceWakeCount[Default] 1 2024-11-09 12:52:56.867887+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867894+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867898+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867902+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867913+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867919+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867923+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867930+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867944+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867951+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867959+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867964+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867970+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867976+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867983+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.867987+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.868010+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.868017+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.868022+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1343 ][SafeForceWake ] 2D Render ForceWake reg 0 2024-11-09 12:52:56.868066+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1351 ][SafeForceWake ] 2D Media ForceWake reg 0 2024-11-09 12:52:56.868147+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100002 2024-11-09 12:52:56.869423+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100003 2024-11-09 12:52:56.870683+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100004 2024-11-09 12:52:56.871936+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100005 2024-11-09 12:52:56.873122+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100006 2024-11-09 12:52:56.873181+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100007 2024-11-09 12:52:56.873198+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100008 2024-11-09 12:52:56.873221+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100009 2024-11-09 12:52:56.873242+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10000a 2024-11-09 12:52:56.874425+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10000b 2024-11-09 12:52:56.875632+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10000c 2024-11-09 12:52:56.875701+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10000d 2024-11-09 12:52:56.876889+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10000e 2024-11-09 12:52:56.877991+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10000f 2024-11-09 12:52:56.879141+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100010 2024-11-09 12:52:56.879877+0100 localhost (null)[0]: ((null)) <compose failure [missing precomposed log]> 2024-11-09 12:52:56.880286+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100011 2024-11-09 12:52:56.880319+0100 localhost kernel[0]: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-11-09 12:52:56.880488+0100 localhost kernel[0]: DK: AppleUserHIDEventDriver-0x10000058c waiting for server com.apple.driverkit.AppleUserHIDDrivers-10000058c 2024-11-09 12:52:56.880761+0100 localhost kernel[0]: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-11-09 12:52:56.880765+0100 localhost kernel[0]: DK: AppleUserUSBHostHIDDevice-0x10000058f waiting for server com.apple.driverkit.AppleUserHIDDrivers-10000058c 2024-11-09 12:52:56.880854+0100 localhost kernel[0]: (UVCService) set CameraAssistantBundleID : com.apple.cmio.uvcassistantextension 2024-11-09 12:52:56.880957+0100 localhost kernel[0]: (UVCService) set CameraAssistantBundleID : com.apple.cmio.uvcassistantextension 2024-11-09 12:52:56.880960+0100 localhost kernel[0]: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-11-09 12:52:56.880965+0100 localhost kernel[0]: DK: AppleUserUSBHostHIDDevice-0x100000592 waiting for server com.apple.driverkit.AppleUserHIDDrivers-10000058c 2024-11-09 12:52:56.881008+0100 localhost kernel[0]: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-11-09 12:52:56.881014+0100 localhost kernel[0]: DK: AppleUserUSBHostHIDDevice-0x100000597 waiting for server com.apple.driverkit.AppleUserHIDDrivers-10000058c 2024-11-09 12:52:56.881103+0100 localhost kernel[0]: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-11-09 12:52:56.881107+0100 localhost kernel[0]: DK: AppleUserUSBHostHIDDevice-0x100000599 waiting for server com.apple.driverkit.AppleUserHIDDrivers-10000058c 2024-11-09 12:52:56.881313+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100012 2024-11-09 12:52:56.881357+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100013 2024-11-09 12:52:56.882526+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100014 2024-11-09 12:52:56.882542+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100015 2024-11-09 12:52:56.883631+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100016 2024-11-09 12:52:56.883651+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100017 2024-11-09 12:52:56.883669+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100018 2024-11-09 12:52:56.884855+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x100019 2024-11-09 12:52:56.885906+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10001a 2024-11-09 12:52:56.886220+0100 localhost kernel[0]: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-11-09 12:52:56.886224+0100 localhost kernel[0]: Driver com.apple.AppleUserHIDDrivers has crashed 0 time(s) 2024-11-09 12:52:56.886225+0100 localhost kernel[0]: DK: AppleUserUSBHostHIDDevice-0x10000059e waiting for server com.apple.driverkit.AppleUserHIDDrivers-10000058c 2024-11-09 12:52:56.886228+0100 localhost kernel[0]: DK: AppleUserUSBHostHIDDevice-0x10000059d waiting for server com.apple.driverkit.AppleUserHIDDrivers-10000058c 2024-11-09 12:52:56.887150+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10001b 2024-11-09 12:52:56.887176+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10001c 2024-11-09 12:52:56.888375+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10001d 2024-11-09 12:52:56.889521+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x10001e 2024-11-09 12:52:56.890710+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 477 ][initPMRegisters ] initPMRegisters: GT_PERF_STATUS = 603066 2024-11-09 12:52:56.890715+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 490 ][initPMRegisters ] initPMRegisters: fCurrentPState = 1c ratio 2 2024-11-09 12:52:56.890734+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1302 ][SafeForceWake ] 2D ForceWakeValue: 0, fForceWakeCount[Render] 0 2024-11-09 12:52:56.890737+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1307 ][SafeForceWake ] 2D ForceWakeValue: 0, fForceWakeCount[Media] 0 2024-11-09 12:52:56.890741+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 0, fForceWakeCount[Default] 0 2024-11-09 12:52:56.890764+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 1, fForceWakeCount[Default] 1 2024-11-09 12:52:56.890814+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.890819+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.890833+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.890841+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.890849+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:56.890880+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 4464 ][enableRenderStandbyF] enableRenderStandbyFlow 88040000 2024-11-09 12:52:56.890884+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 0, fForceWakeCount[Default] 0 2024-11-09 12:52:56.890888+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 1 2024-11-09 12:52:56.890893+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7330 ][hwGetMemoryLayoutEFI] FB0 2024-11-09 12:52:56.890905+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7357 ][hwGetMemoryLayoutEFI] FB0: UpperFence 0 LowerFence 0 baseAddress 0 endAddress 0 stride 0 valid 0 2024-11-09 12:52:56.890908+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7366 ][hwGetMemoryLayoutEFI] FB0: err = 0x0 2024-11-09 12:52:56.890912+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7330 ][hwGetMemoryLayoutEFI] FB1 2024-11-09 12:52:56.890915+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7366 ][hwGetMemoryLayoutEFI] FB1: err = 0xe00002c7 2024-11-09 12:52:56.891140+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :11570 ][SMCNotificationHandl] AppleSMC driver found 2024-11-09 12:52:56.891181+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :11584 ][SMCNotificationHandl] SMC backlight color enable key 0x4c445345 not found 0x84 2024-11-09 12:52:56.891226+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 2411 ][start ] Starting FB: 0 2024-11-09 12:52:56.891348+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1853 ][initTimingRange ] (minClock=0, maxClock=0) 2024-11-09 12:52:56.891390+0100 localhost kernel[0]: (IOGraphicsFamily) GTrace synchronization point 3 2024-11-09 12:52:56.891431+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 2411 ][start ] Starting FB: 1 2024-11-09 12:52:56.891435+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=3, newLevel=1) 2024-11-09 12:52:56.891440+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=2, newLevel=a) 2024-11-09 12:52:56.891443+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=1, newLevel=0) 2024-11-09 12:52:56.891446+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=4, newLevel=1) 2024-11-09 12:52:56.891448+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=6, newLevel=2) 2024-11-09 12:52:56.891583+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1853 ][initTimingRange ] (minClock=0, maxClock=0) 2024-11-09 12:52:56.891598+0100 localhost kernel[0]: (IOGraphicsFamily) GTrace synchronization point 4 2024-11-09 12:52:56.891616+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=3, newLevel=1) 2024-11-09 12:52:56.891619+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=2, newLevel=a) 2024-11-09 12:52:56.891623+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=1, newLevel=0) 2024-11-09 12:52:56.891625+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=4, newLevel=1) 2024-11-09 12:52:56.891627+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x1 2024-11-09 12:52:56.891628+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=6, newLevel=2) 2024-11-09 12:52:56.891631+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x980 2024-11-09 12:52:56.891655+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3158 ][procGPUBinding ] active 0 -> 0 2024-11-09 12:52:56.891658+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3164 ][procGPUBinding ] active 0 2024-11-09 12:52:56.891662+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1307 ][SafeForceWake ] 2D ForceWakeValue: 1, fForceWakeCount[Media] 1 2024-11-09 12:52:56.891665+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 1, fForceWakeCount[Default] 1 2024-11-09 12:52:56.891688+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1307 ][SafeForceWake ] 2D ForceWakeValue: 0, fForceWakeCount[Media] 0 2024-11-09 12:52:56.891691+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 0, fForceWakeCount[Default] 0 2024-11-09 12:52:56.891698+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x1 2024-11-09 12:52:56.891699+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelPM.cpp : 2678 ][_createReporters ] IOReporting: 2024-11-09 12:52:56.891707+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x3 2024-11-09 12:52:56.891712+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 286 ][processCmd ] cmd = 0x3 2024-11-09 12:52:56.891717+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 530 ][processCmd ] Unsupported command (cmd:0x3) 2024-11-09 12:52:56.891720+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 331 ][processCmd ] ret = 0xe00002c2 2024-11-09 12:52:56.891751+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 233 ][getBuiltInPort ] Built-in port not found 2024-11-09 12:52:56.893157+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x1 2024-11-09 12:52:56.893161+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x980 2024-11-09 12:52:56.893173+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x980 2024-11-09 12:52:56.893178+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x941 2024-11-09 12:52:56.893182+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x1 2024-11-09 12:52:56.893189+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x923 2024-11-09 12:52:56.893193+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1376 ][RegisterAGDCCallback] Registering with AGDC 2024-11-09 12:52:56.893197+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x2 2024-11-09 12:52:57.429300+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x80002 2024-11-09 12:52:57.430485+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x80003 2024-11-09 12:52:57.430510+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x80004 2024-11-09 12:52:57.430527+0100 localhost kernel[0]: (IOPlatformPluginFamily) IOPPF: XCPM mode 2024-11-09 12:52:57.430529+0100 localhost kernel[0]: (IOPlatformPluginFamily) IOPPF: XCPM mode 2024-11-09 12:52:57.431076+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type cpu-plimit-notification, target X86PlatformShim 2024-11-09 12:52:57.431086+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type cpu-plimit-notification, target X86PlatformShim 2024-11-09 12:52:57.431092+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name X86PlatformShim 2024-11-09 12:52:57.431095+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name X86PlatformShim 2024-11-09 12:52:57.431111+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type cpu-idle-plimit-notification, target X86PlatformShim 2024-11-09 12:52:57.431113+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type cpu-idle-plimit-notification, target X86PlatformShim 2024-11-09 12:52:57.431118+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name X86PlatformShim 2024-11-09 12:52:57.431120+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name X86PlatformShim 2024-11-09 12:52:57.431135+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type cpu-plimit-notification-hard, target X86PlatformShim 2024-11-09 12:52:57.431138+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type cpu-plimit-notification-hard, target X86PlatformShim 2024-11-09 12:52:57.431142+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name X86PlatformShim 2024-11-09 12:52:57.431144+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name X86PlatformShim 2024-11-09 12:52:57.431162+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type thermal-level-notification, target X86PlatformShim 2024-11-09 12:52:57.431164+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type thermal-level-notification, target X86PlatformShim 2024-11-09 12:52:57.431668+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x80005 2024-11-09 12:52:57.432024+0100 localhost (null)[0]: ((null)) <compose failure [missing precomposed log]> 2024-11-09 12:52:57.432855+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x80006 2024-11-09 12:52:57.434043+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x90007 2024-11-09 12:52:57.435247+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0008 2024-11-09 12:52:57.435354+0100 localhost (null)[0]: ((null)) <compose failure [missing precomposed log]> 2024-11-09 12:52:57.436322+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0009 2024-11-09 12:52:57.437513+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa000a 2024-11-09 12:52:57.438694+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa000b 2024-11-09 12:52:57.439875+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa000c 2024-11-09 12:52:57.441057+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa000d 2024-11-09 12:52:57.442234+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa000e 2024-11-09 12:52:57.443414+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa000f 2024-11-09 12:52:57.444600+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0010 2024-11-09 12:52:57.445772+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0011 2024-11-09 12:52:57.446959+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0012 2024-11-09 12:52:57.448146+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0013 2024-11-09 12:52:57.449322+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0014 2024-11-09 12:52:57.450390+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0015 2024-11-09 12:52:57.451486+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0016 2024-11-09 12:52:57.452666+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0017 2024-11-09 12:52:57.453840+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xa0018 2024-11-09 12:52:57.455014+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x90002 2024-11-09 12:52:57.456188+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xb0003 2024-11-09 12:52:57.457369+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xc0004 2024-11-09 12:52:57.458547+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xe0005 2024-11-09 12:52:57.459743+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0xf0006 2024-11-09 12:52:57.460938+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x110007 2024-11-09 12:52:57.461973+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x120008 2024-11-09 12:52:57.463146+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x140009 2024-11-09 12:52:57.464323+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x15000a 2024-11-09 12:52:57.465474+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x17000b 2024-11-09 12:52:57.466617+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x18000c 2024-11-09 12:52:57.467793+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x1a000d 2024-11-09 12:52:57.468964+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x1b000e 2024-11-09 12:52:57.470136+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x1d000f 2024-11-09 12:52:57.471307+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x1e0010 2024-11-09 12:52:57.472480+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x200011 2024-11-09 12:52:57.473660+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x210012 2024-11-09 12:52:57.474837+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x230013 2024-11-09 12:52:57.476009+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x240014 2024-11-09 12:52:57.477187+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x260015 2024-11-09 12:52:57.478359+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x270016 2024-11-09 12:52:57.479540+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x290017 2024-11-09 12:52:57.480716+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x8, data = 0x2a0018 2024-11-09 12:52:57.481892+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.481896+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.481931+0100 localhost kernel[0]: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][start ] fIsExternalGPU 0 2024-11-09 12:52:57.481953+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type gpu-internal-plimit-notification, target AGPM 2024-11-09 12:52:57.481955+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type gpu-internal-plimit-notification, target AGPM 2024-11-09 12:52:57.481957+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name AGPM 2024-11-09 12:52:57.481958+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name AGPM 2024-11-09 12:52:57.482105+0100 localhost kernel[0]: (IOPlatformPluginFamily) HE2N_Key Does Not Exist, use kSMCPStatesIGPU for Internal GPU 2024-11-09 12:52:57.482108+0100 localhost kernel[0]: (IOPlatformPluginFamily) HE2N_Key Does Not Exist, use kSMCPStatesIGPU for Internal GPU 2024-11-09 12:52:57.482117+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type gpu-internal-single-slice-plimit-notification, target AGPM 2024-11-09 12:52:57.482118+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterCallbackHandler - entered, type gpu-internal-single-slice-plimit-notification, target AGPM 2024-11-09 12:52:57.482120+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name AGPM 2024-11-09 12:52:57.482121+0100 localhost kernel[0]: (IOPlatformPluginFamily) X86PlatformPlugin::cgRegisterPLimitCallbackHandler - There are 0 entries in the linked list before target name AGPM 2024-11-09 12:52:57.482171+0100 localhost kernel[0]: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][start ] GPU = IGPU Initialized, Control ID 16 2024-11-09 12:52:57.482242+0100 localhost kernel[0]: (AppleGraphicsPowerManagement) [AGPM][INFO ][CONTROLLER ][start ] Exited AGPMController::start() 2024-11-09 12:52:57.482243+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 421 ][_DevHandler ] FB driver receives an notification from AGPM at 0xffffff957ac3c800 2024-11-09 12:52:57.482247+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 426 ][_DevHandler ] The value of Heuristic-ID is 2 2024-11-09 12:52:57.482250+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 433 ][_DevHandler ] The parent of this AGPM is = AppleIntelFramebufferDiags 2024-11-09 12:52:57.482253+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 437 ][_DevHandler ] The parent of this AGPM matches current object-AppleIntelFramebuffer. 2024-11-09 12:52:57.482263+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 421 ][_DevHandler ] FB driver receives an notification from AGPM at 0xffffff957ac3c800 2024-11-09 12:52:57.482266+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 426 ][_DevHandler ] The value of Heuristic-ID is 2 2024-11-09 12:52:57.482269+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 433 ][_DevHandler ] The parent of this AGPM is = AppleIntelFramebufferDiags 2024-11-09 12:52:57.697576+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7577 ][isConsoleDevice ] isConsoleDevice = 1 2024-11-09 12:52:57.697580+0100 localhost kernel[0]: kPEDisableScreen 1 2024-11-09 12:52:57.697587+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:12195:91: operation failed (sel: 35 ret: e00002f0, -1) 2024-11-09 12:52:57.697588+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:7690:143: unexpected session uid: -1 requested by: PerfPowerServices (143) 2024-11-09 12:52:57.697593+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:12195:143: operation failed (sel: 17 ret: e00002c2, -1) 2024-11-09 12:52:57.697594+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:12195:91: operation failed (sel: 35 ret: e00002f0, -1) 2024-11-09 12:52:57.697596+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7268 ][enableController ] FB0 2024-11-09 12:52:57.697602+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :11234 ][enableController ] FB0: FBCONTROLLER::enableController 2024-11-09 12:52:57.697604+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:7690:143: unexpected session uid: -1 requested by: PerfPowerServices (143) 2024-11-09 12:52:57.697606+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:12195:143: operation failed (sel: 7 ret: e00002c2, -1) 2024-11-09 12:52:57.697608+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:7690:154: unexpected session uid: -1 requested by: AirPlayXPCHelper (154) 2024-11-09 12:52:57.697611+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:12195:154: operation failed (sel: 7 ret: e00002c2, -1) 2024-11-09 12:52:57.697615+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelInterrupt.cpp : 2623 ][hwEnableInterrupts ] IntrEnabled=0 2024-11-09 12:52:57.697699+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 699 ][enablePowerWellPG ] powerWell = PG3 2024-11-09 12:52:57.697702+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 706 ][enablePowerWellPG ] fRefCountPG[3] = 1 2024-11-09 12:52:57.697705+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 720 ][enablePowerWellPG ] Enabling PG3 hardware 2024-11-09 12:52:57.697708+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:12195:154: operation failed (sel: 7 ret: e00002f0, -1) 2024-11-09 12:52:57.697711+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3062 ][probePortState ] DDI = 0 2024-11-09 12:52:57.697714+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3071 ][probePortState ] Check for external display / dongle or iMac in target display mode 2024-11-09 12:52:57.697718+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 247 ][isHPDLow ] DDI = 0 2024-11-09 12:52:57.697726+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 0 2024-11-09 12:52:57.697745+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is high 2024-11-09 12:52:57.697749+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 275 ][isHPDLow ] HPD low = false 2024-11-09 12:52:57.697752+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3081 ][probePortState ] HPD is high 2024-11-09 12:52:57.697756+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 571 ][setPortMode ] DDI = 0, mode = 1 2024-11-09 12:52:57.697760+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 314 ][setPortMode ] DDI = 0, mode = 1 2024-11-09 12:52:57.697762+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 325 ][setPortMode ] ret = 0x0 2024-11-09 12:52:57.697767+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 753 ][setPortMode ] ret = 0x0 2024-11-09 12:52:57.697773+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelPort.cpp : 1562 ][setDPPowerState ] DDI0: state = 1 2024-11-09 12:52:57.697784+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00600, data size = 1, cmd = 0x80060000, ddi = 0 2024-11-09 12:52:57.698004+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.699091+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00600, data size = 1, cmd = 0x90060000, ddi = 0 2024-11-09 12:52:57.699313+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.699326+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3096 ][probePortState ] Setting DP power OK 2024-11-09 12:52:57.699337+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00200, data size = 1, cmd = 0x90020000, ddi = 0 2024-11-09 12:52:57.699556+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.699565+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1787 ][getDPSinkCount ] Sink count = 1 2024-11-09 12:52:57.699569+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3100 ][probePortState ] Reading sink count OK, sinkCount = 1 2024-11-09 12:52:57.699571+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3132 ][probePortState ] state = 2 2024-11-09 12:52:57.699576+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3062 ][probePortState ] DDI = 1 2024-11-09 12:52:57.699580+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3071 ][probePortState ] Check for external display / dongle or iMac in target display mode 2024-11-09 12:52:57.699584+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 247 ][isHPDLow ] DDI = 1 2024-11-09 12:52:57.699588+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.699607+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.699734+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.699754+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.699875+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.699894+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.700013+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.700031+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.700147+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.700167+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.700290+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.700309+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.700464+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.700497+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.700619+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.700639+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.700760+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.700781+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.700902+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.700920+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.701041+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.701059+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.701181+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.701201+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.701321+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.701340+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.701463+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.701481+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.701601+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.701619+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.701739+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.701758+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.701877+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.701896+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.702015+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.702033+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.702152+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.702170+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.702307+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1510 ][getHPDState ] DDI = 1 2024-11-09 12:52:57.702328+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1559 ][getHPDState ] SOUTH_DE_INTR = 0x10000, DE_HPD_INTERRUPT = 0x10 HPD is low 2024-11-09 12:52:57.702449+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 275 ][isHPDLow ] HPD low = true 2024-11-09 12:52:57.702453+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3075 ][probePortState ] HPD is low 2024-11-09 12:52:57.702457+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 571 ][setPortMode ] DDI = 1, mode = 0 2024-11-09 12:52:57.702461+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 314 ][setPortMode ] DDI = 1, mode = 0 2024-11-09 12:52:57.702464+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 116 ][resetSoftwareState ] DDI = 1 2024-11-09 12:52:57.702468+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 325 ][setPortMode ] ret = 0x0 2024-11-09 12:52:57.702472+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 753 ][setPortMode ] ret = 0x0 2024-11-09 12:52:57.702475+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3132 ][probePortState ] state = 0 2024-11-09 12:52:57.702481+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 740 ][disablePowerWellPG ] powerWell = PG3 2024-11-09 12:52:57.702483+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 755 ][disablePowerWellPG ] fRefCountPG[3] = 0 2024-11-09 12:52:57.702485+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 769 ][disablePowerWellPG ] Disabling PG3 hardware 2024-11-09 12:52:57.702813+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7306 ][enableController ] FB0: IgnoreConnection=0x00000000 2024-11-09 12:52:57.702820+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 683 ][connectionChanged ] FB0: captured = 0 2024-11-09 12:52:57.702826+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 734 ][getOnlineInfo ] FB0: DDI = 0, PortType = 0 2024-11-09 12:52:57.702861+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :10112 ][enableVDDForAux ] ret = 0xe00002eb 2024-11-09 12:52:57.702865+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1476 ][fbGetDDCBlock ] FB0, blockNumber=1 2024-11-09 12:52:57.702868+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1480 ][fbGetDDCBlock ] skipCachedEDID = 0 2024-11-09 12:52:57.702873+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2864 ][getDDCBlock ] DDI = 0, portType = 0, blockNumber = 1, cacheBypass = 0 2024-11-09 12:52:57.702894+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :10112 ][enableVDDForAux ] ret = 0xe00002eb 2024-11-09 12:52:57.702898+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1719 ][displayPortReadEDID ] subAddress = 0 2024-11-09 12:52:57.702909+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00050, data size = 1, cmd = 0x40005000, ddi = 0 2024-11-09 12:52:57.703021+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.703042+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00050, data size = 1, cmd = 0x40005000, ddi = 0 2024-11-09 12:52:57.703261+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.703271+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 1 / 1 2024-11-09 12:52:57.703281+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 1, cmd = 0x50005000, ddi = 0 2024-11-09 12:52:57.703394+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.703412+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.703741+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0xff 0xff 0xff 0xff 0xff 0xff 0x00 0x09 0xe5 0x7b 0x0b 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.703753+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 16 / 128 2024-11-09 12:52:57.703762+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.704095+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x1a 0x20 0x01 0x04 0xa5 0x1e 0x13 0x78 0x03 0xe0 0x05 0xac 0x52 0x42 0xb3 0x27 2024-11-09 12:52:57.704108+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 32 / 128 2024-11-09 12:52:57.704118+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.704446+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x0e 0x50 0x54 0x00 0x00 0x00 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 0x01 2024-11-09 12:52:57.704456+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 48 / 128 2024-11-09 12:52:57.704465+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.704793+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x01 0x01 0x01 0x01 0x01 0x01 0x90 0x6f 0x00 0xa0 0xa0 0x40 0x96 0x60 0x30 0x20 2024-11-09 12:52:57.704804+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 64 / 128 2024-11-09 12:52:57.704814+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.705144+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x36 0x00 0x2e 0xbc 0x10 0x00 0x00 0x1a 0x00 0x00 0x00 0xfd 0x0c 0x3c 0xa5 0x22 2024-11-09 12:52:57.705154+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 80 / 128 2024-11-09 12:52:57.705166+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.705492+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x22 0x4f 0x01 0x0a 0x20 0x20 0x20 0x20 0x20 0x20 0x00 0x00 0x00 0xfe 0x00 0x4e 2024-11-09 12:52:57.705502+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 96 / 128 2024-11-09 12:52:57.705511+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.705838+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x45 0x31 0x34 0x30 0x51 0x44 0x4d 0x2d 0x4e 0x59 0x31 0x0a 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.705848+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 112 / 128 2024-11-09 12:52:57.705857+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.706184+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x01 0xd2 2024-11-09 12:52:57.706194+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 128 / 128 2024-11-09 12:52:57.706204+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 1, cmd = 0x10005000, ddi = 0 2024-11-09 12:52:57.706316+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.706329+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3047 ][checkEDIDHeader ] EDID HEADER: 0x00 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0x00 2024-11-09 12:52:57.706332+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3054 ][checkEDIDHeader ] EDID OK = true 2024-11-09 12:52:57.706338+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2941 ][getDDCBlock ] Cached a copy of EDID block 1, flags = 0x2 2024-11-09 12:52:57.706340+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3035 ][getDDCBlock ] EDID read took 3464 us 2024-11-09 12:52:57.706343+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3036 ][getDDCBlock ] ret = 0x0 2024-11-09 12:52:57.706346+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1558 ][fbGetDDCBlock ] return 0 2024-11-09 12:52:57.706351+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3047 ][checkEDIDHeader ] EDID HEADER: 0x00 0xFF 0xFF 0xFF 0xFF 0xFF 0xFF 0x00 2024-11-09 12:52:57.706354+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3054 ][checkEDIDHeader ] EDID OK = true 2024-11-09 12:52:57.706358+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1804 ][getDPCDInfo ] DDI = 0 2024-11-09 12:52:57.706367+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00000, data size = 16, cmd = 0x9000000f, ddi = 0 2024-11-09 12:52:57.706696+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x14 0x1e 0xc4 0xc1 0x00 0x00 0x01 0xc0 0x02 0x00 0x02 0x00 0x00 0x0b 0x80 0x00 2024-11-09 12:52:57.706705+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1838 ][getDPCDInfo ] DPCD dump 2024-11-09 12:52:57.706711+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1841 ][getDPCDInfo ] 14 1E C4 C1 2024-11-09 12:52:57.706713+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1841 ][getDPCDInfo ] 0 0 1 C0 2024-11-09 12:52:57.706716+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1841 ][getDPCDInfo ] 2 0 2 0 2024-11-09 12:52:57.706718+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1841 ][getDPCDInfo ] 0 B 80 0 2024-11-09 12:52:57.706727+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x02200, data size = 16, cmd = 0x9022000f, ddi = 0 2024-11-09 12:52:57.707054+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x14 0x1e 0xc4 0xc1 0x00 0x00 0x01 0xc0 0x02 0x00 0x02 0x00 0x00 0x0b 0x80 0x00 2024-11-09 12:52:57.707063+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1856 ][getDPCDInfo ] Extended cap DPCD dump 2024-11-09 12:52:57.707065+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1859 ][getDPCDInfo ] 14 1E C4 C1 2024-11-09 12:52:57.707068+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1859 ][getDPCDInfo ] 0 0 1 C0 2024-11-09 12:52:57.707070+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1859 ][getDPCDInfo ] 2 0 2 0 2024-11-09 12:52:57.707073+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1859 ][getDPCDInfo ] 0 B 80 0 2024-11-09 12:52:57.707075+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1870 ][getDPCDInfo ] DPCD_REV: 1.4 2024-11-09 12:52:57.707089+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00700, data size = 1, cmd = 0x90070000, ddi = 0 2024-11-09 12:52:57.707309+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.707323+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00010, data size = 16, cmd = 0x9000100f, ddi = 0 2024-11-09 12:52:57.707650+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0xa4 0x1f 0x30 0x2a 0x76 0x2f 0xbc 0x34 0x48 0x3f 0x60 0x54 0x78 0x69 0x34 0x9e 2024-11-09 12:52:57.707667+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00400, data size = 9, cmd = 0x90040008, ddi = 0 2024-11-09 12:52:57.707890+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x38 0xec 0x11 0x07 0x01 0x08 0x07 0x03 0x04 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.707899+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1935 ][getDPCDInfo ] MAX_LINK_RATE: 0x1E 2024-11-09 12:52:57.707902+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1962 ][getDPCDInfo ] MAX_LANE_COUNT: 4 2024-11-09 12:52:57.707904+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1965 ][getDPCDInfo ] TP3 Supported: 1 2024-11-09 12:52:57.707907+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1968 ][getDPCDInfo ] TP4 Supported: 1 2024-11-09 12:52:57.707909+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1976 ][getDPCDInfo ] Enhanced Framing: 1 2024-11-09 12:52:57.707912+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1989 ][getDPCDInfo ] Does NOT require AUX CH handshake?: 1 2024-11-09 12:52:57.707914+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1993 ][getDPCDInfo ] Number of Receive Ports: 1 2024-11-09 12:52:57.707917+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1998 ][getDPCDInfo ] Has downstream Port(s): 0 2024-11-09 12:52:57.707919+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2001 ][getDPCDInfo ] Downstream detailed capability available: 0 2024-11-09 12:52:57.707922+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2016 ][getDPCDInfo ] Has Main Link channel ANSI coding: 1 2024-11-09 12:52:57.707925+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2021 ][getDPCDInfo ] Number of downstream ports: 0 2024-11-09 12:52:57.707927+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2024 ][getDPCDInfo ] OUI Supported?: 1 2024-11-09 12:52:57.707930+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2026 ][getDPCDInfo ] DDI=0 MSATimingParamsIgnoreSupport = 1 2024-11-09 12:52:57.707933+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2044 ][getDPCDInfo ] RP0 Local EDID?: 1 2024-11-09 12:52:57.707935+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2045 ][getDPCDInfo ] RP0 used for secondary of preceding port?: 0 2024-11-09 12:52:57.707938+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2046 ][getDPCDInfo ] RP0 buffer size: 32 bytes per lane 2024-11-09 12:52:57.707947+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x02210, data size = 1, cmd = 0x90221000, ddi = 0 2024-11-09 12:52:57.708173+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.708190+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00021, data size = 1, cmd = 0x90002100, ddi = 0 2024-11-09 12:52:57.708413+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.708422+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2080 ][getDPCDInfo ] MST Capable: 0 2024-11-09 12:52:57.708431+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00080, data size = 16, cmd = 0x9000800f, ddi = 0 2024-11-09 12:52:57.708759+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.708775+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00200, data size = 1, cmd = 0x90020000, ddi = 0 2024-11-09 12:52:57.708995+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.709004+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2261 ][getDPCDInfo ] Sink Count 1 2024-11-09 12:52:57.709013+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x0000d, data size = 2, cmd = 0x90000d01, ddi = 0 2024-11-09 12:52:57.709233+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x0b 0x80 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.709242+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2271 ][getDPCDInfo ] eDP Configuration 3 2024-11-09 12:52:57.709245+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2275 ][getDPCDInfo ] Link Training Interval 128 2024-11-09 12:52:57.709254+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x02210, data size = 4, cmd = 0x90221003, ddi = 0 2024-11-09 12:52:57.709473+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.709491+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00060, data size = 1, cmd = 0x90006000, ddi = 0 2024-11-09 12:52:57.709713+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.709723+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2298 ][getDPCDInfo ] fDPCDParams.DSCSinkCap.DSCSupport 0 2024-11-09 12:52:57.709732+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00060, data size = 16, cmd = 0x9000600f, ddi = 0 2024-11-09 12:52:57.710062+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x11 0x00 0x76 0x0b 0x01 0x01 0x80 0x00 0x01 0x06 0x66 0x08 0x00 0x00 0x00 2024-11-09 12:52:57.710073+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2310 ][getDPCDInfo ] fDPCDParams.DSCSinkCap.DSCSupport 0 2024-11-09 12:52:57.710083+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00090, data size = 1, cmd = 0x90009000, ddi = 0 2024-11-09 12:52:57.710302+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.710312+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2360 ][getDPCDInfo ] fDPCDParams.DSCSinkCap.FECSupport 0 2024-11-09 12:52:57.710315+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2365 ][getDPCDInfo ] ret = 0x0 2024-11-09 12:52:57.710319+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1036 ][getOnlineInfo ] FB0: fIsHDMI = 0, fEnableAudio = 0, newOnline = 1, fOnline = 1, fMaxPixelClock = 720000000 2024-11-09 12:52:57.710323+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 705 ][connectionChanged ] FB0: newOnline: 1, fOnline: 1 2024-11-09 12:52:57.710326+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 706 ][connectionChanged ] FB0: edid != fEDID 2024-11-09 12:52:57.710330+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1924 ][updateTimingRange ] minClock = 0, maxClock = 720000000 2024-11-09 12:52:57.710334+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.710340+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.710342+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.710346+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.710359+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2043 ][updateTimingRange ] returnFB0: err = 0x0 2024-11-09 12:52:57.710365+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7360 ][enableController ] fColorMode=0x1 2024-11-09 12:52:57.710376+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 4558 ][initGammaParams ] GAMMA_MODE=0x20000001 2024-11-09 12:52:57.710382+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7565 ][enableController ] EnableController message to AGDC fb = 0 2024-11-09 12:52:57.710387+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1386 ][CallBackAGDC ] Event = 0x4, Arg1 = 0xfffffff025503000, Arg2 = 0x0 2024-11-09 12:52:57.710390+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 626012160.00000000 Event:Framebuffer [4] 2024-11-09 12:52:57.710398+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7568 ][enableController ] return 0 2024-11-09 12:52:57.710429+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0xe00002c7 2024-11-09 12:52:57.710433+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.710436+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.710438+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3753 ][getAttributeForConne] fSupportsYCbCr=0 2024-11-09 12:52:57.710441+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.710622+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.710627+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.710630+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1454 ][getDDCBlock ] (blockNumber=1, blockType=0, options=0, data=0xffffffc11150b6b0, length=0xffffffc11150b628) 2024-11-09 12:52:57.710634+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1476 ][fbGetDDCBlock ] FB0, blockNumber=1 2024-11-09 12:52:57.710637+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1480 ][fbGetDDCBlock ] skipCachedEDID = 0 2024-11-09 12:52:57.710642+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2864 ][getDDCBlock ] DDI = 0, portType = 0, blockNumber = 1, cacheBypass = 0 2024-11-09 12:52:57.710645+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2891 ][getDDCBlock ] Returning a cached copy of EDID block 1, flags = 0x2) 2024-11-09 12:52:57.710648+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3035 ][getDDCBlock ] EDID read took 3 us 2024-11-09 12:52:57.710650+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3036 ][getDDCBlock ] ret = 0x0 2024-11-09 12:52:57.710653+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1558 ][fbGetDDCBlock ] return 0 2024-11-09 12:52:57.710657+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1463 ][getDDCBlock ] return 0 2024-11-09 12:52:57.710664+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1454 ][getDDCBlock ] (blockNumber=2, blockType=0, options=0, data=0xffffffc11150b630, length=0xffffffc11150b628) 2024-11-09 12:52:57.710668+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1476 ][fbGetDDCBlock ] FB0, blockNumber=2 2024-11-09 12:52:57.710670+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1480 ][fbGetDDCBlock ] skipCachedEDID = 0 2024-11-09 12:52:57.710675+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2864 ][getDDCBlock ] DDI = 0, portType = 0, blockNumber = 2, cacheBypass = 0 2024-11-09 12:52:57.710700+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :10112 ][enableVDDForAux ] ret = 0xe00002eb 2024-11-09 12:52:57.710704+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1719 ][displayPortReadEDID ] subAddress = 128 2024-11-09 12:52:57.710717+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00050, data size = 1, cmd = 0x40005000, ddi = 0 2024-11-09 12:52:57.710831+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.710851+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00050, data size = 1, cmd = 0x40005000, ddi = 0 2024-11-09 12:52:57.711072+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x80 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.711082+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 1 / 1 2024-11-09 12:52:57.711092+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 1, cmd = 0x50005000, ddi = 0 2024-11-09 12:52:57.711206+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.711226+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.711557+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x70 0x20 0x79 0x02 0x00 0x22 0x00 0x14 0xf7 0xfb 0x0b 0x85 0xff 0x09 0x9f 0x00 2024-11-09 12:52:57.711567+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 16 / 128 2024-11-09 12:52:57.711577+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.711908+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x2f 0x00 0x1f 0x00 0x3f 0x06 0x95 0x00 0x02 0x00 0x05 0x00 0x2b 0x00 0x06 0x27 2024-11-09 12:52:57.711918+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 32 / 128 2024-11-09 12:52:57.711928+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.712282+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x3c 0xa4 0x00 0x00 0x81 0x00 0x13 0x72 0x1a 0x00 0x00 0x03 0x01 0x3c 0xa5 2024-11-09 12:52:57.712292+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 48 / 128 2024-11-09 12:52:57.712302+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.712633+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0xa5 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.712643+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 64 / 128 2024-11-09 12:52:57.712653+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.712984+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.712994+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 80 / 128 2024-11-09 12:52:57.713004+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.713332+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.713343+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 96 / 128 2024-11-09 12:52:57.713353+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.713678+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.713690+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 112 / 128 2024-11-09 12:52:57.713702+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 16, cmd = 0x5000500f, ddi = 0 2024-11-09 12:52:57.714028+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0xf5 0x90 2024-11-09 12:52:57.714039+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 1660 ][doDisplayPortTransac] Data 128 / 128 2024-11-09 12:52:57.714049+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00050, data size = 1, cmd = 0x10005000, ddi = 0 2024-11-09 12:52:57.714164+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.714176+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 2941 ][getDDCBlock ] Cached a copy of EDID block 2, flags = 0x6 2024-11-09 12:52:57.714179+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3035 ][getDDCBlock ] EDID read took 3500 us 2024-11-09 12:52:57.714181+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3036 ][getDDCBlock ] ret = 0x0 2024-11-09 12:52:57.714184+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1558 ][fbGetDDCBlock ] return 0 2024-11-09 12:52:57.714188+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1463 ][getDDCBlock ] return 0 2024-11-09 12:52:57.714193+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0xe00002c7 2024-11-09 12:52:57.714233+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.714530+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7577 ][isConsoleDevice ] isConsoleDevice = 0 2024-11-09 12:52:57.714544+0100 localhost kernel[0]: (Sandbox) 1 duplicate report for Sandbox: accessoryupdaterd(100) allow file-issue-extension target:/private/var/db/accessoryupdater/Library/Preferences/com.apple.uarp.database.plist extension-class:com.apple.cfprefsd.read-write 2024-11-09 12:52:57.714546+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7268 ][enableController ] FB1 2024-11-09 12:52:57.714549+0100 localhost kernel[0]: (Sandbox) Sandbox: mediaremoted(96) allow mach-lookup com.apple.tccd 2024-11-09 12:52:57.714553+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7306 ][enableController ] FB1: IgnoreConnection=0x00000000 2024-11-09 12:52:57.714557+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7360 ][enableController ] fColorMode=0x1 2024-11-09 12:52:57.714564+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 4312 ][depthFromAttribute ] FB1: Path is not assigned 2024-11-09 12:52:57.714572+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7252 ][setPortNumberPropert] FB1: Path is not allocated 2024-11-09 12:52:57.714576+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7565 ][enableController ] EnableController message to AGDC fb = 1 2024-11-09 12:52:57.714581+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1386 ][CallBackAGDC ] Event = 0x4, Arg1 = 0xfffffff025523000, Arg2 = 0x0 2024-11-09 12:52:57.714582+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 626143232.00000000 Event:Framebuffer [4] 2024-11-09 12:52:57.714591+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x927 2024-11-09 12:52:57.714595+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2533 ][getCallbackCapabilit] ret = 0x0 2024-11-09 12:52:57.714644+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x921 2024-11-09 12:52:57.714649+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1492 ][GetLinkConfig ] AGDC fb = 0 fOnline = 1 bootdisplay = 1 2024-11-09 12:52:57.714653+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2060 ][validateDisplayMode ] return 0xe00002c2 2024-11-09 12:52:57.714656+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1554 ][GetLinkConfig ] fb = 0 is Online 2024-11-09 12:52:57.714661+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x988 2024-11-09 12:52:57.714667+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x985 2024-11-09 12:52:57.714677+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x02210, data size = 1, cmd = 0x90221000, ddi = 0 2024-11-09 12:52:57.714724+0100 localhost kernel[0]: (Sandbox) Sandbox: mediaremoted(96) allow mach-lookup com.apple.tccd.system 2024-11-09 12:52:57.714896+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.714908+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: doAUXCommand:1410 AUX 1: OK RD 2210,1 val = 0x0 2024-11-09 12:52:57.714912+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x985 2024-11-09 12:52:57.714923+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00000, data size = 1, cmd = 0x90000000, ddi = 0 2024-11-09 12:52:57.715142+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x14 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.715150+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: doAUXCommand:1410 AUX 1: OK RD 0,1 val = 0x14 2024-11-09 12:52:57.715152+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) doesStreamFitInDPLink:160 ASSERT(linkBW) would fail!!! 2024-11-09 12:52:57.715155+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x985 2024-11-09 12:52:57.715164+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00100, data size = 2, cmd = 0x90010001, ddi = 0 2024-11-09 12:52:57.715386+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x1e 0x84 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.715397+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x1800 2024-11-09 12:52:57.715401+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2540 ][testResourceConfigur] count = 1 2024-11-09 12:52:57.715403+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2574 ][testResourceConfigur] FB0: set[0] is single-link 2024-11-09 12:52:57.715407+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2747 ][dumpAGDCDetailedTimi] HActive = 0, HBlanking = 0, HScaled = 0, VActive = 0, VBlanking = 0, VScaled = 0, PixelClock = 0 2024-11-09 12:52:57.715411+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.715415+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.715417+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.715423+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.715429+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 233 ][getBuiltInPort ] Built-in port not found 2024-11-09 12:52:57.715433+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 204 ][getFreePathCount ] count = 1 2024-11-09 12:52:57.715437+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2643 ][testResourceConfigur] FB0: set[0] is valid 2024-11-09 12:52:57.715440+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2647 ][testResourceConfigur] ret = 0x0 2024-11-09 12:52:57.715443+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x1801 2024-11-09 12:52:57.715447+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2654 ][commitResourceConfig] count = 1 2024-11-09 12:52:57.715451+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2691 ][commitResourceConfig] FB0: Skipping resources allocation on AGDC commit for online boot display 2024-11-09 12:52:57.715453+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 2702 ][commitResourceConfig] ret = 0x0 2024-11-09 12:52:57.715457+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelAGDCClient.cpp : 95 ][doAttribute ] cmd = 0x921 2024-11-09 12:52:57.715461+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1492 ][GetLinkConfig ] AGDC fb = 1 fOnline = 0 bootdisplay = 0 2024-11-09 12:52:57.715466+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7568 ][enableController ] return 0 2024-11-09 12:52:57.715494+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0xe00002c7 2024-11-09 12:52:57.715498+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.715500+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.715504+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1826 ][getTimingInfoForDisp] (displayMode=0x100, info=0xffffffc11150b908) 2024-11-09 12:52:57.715507+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1847 ][getTimingInfoForDisp] return 0 2024-11-09 12:52:57.715509+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3753 ][getAttributeForConne] fSupportsYCbCr=0 2024-11-09 12:52:57.715512+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.715537+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.715549+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.715552+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.715557+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5868 ][processAttribute ] AGPMUtilValues size = <24> 2024-11-09 12:52:57.715562+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5869 ][processAttribute ] AGPMUtilValues numEntries = <1> 2024-11-09 12:52:57.715564+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5870 ][processAttribute ] AGPMUtilValues enableOverride = <1> 2024-11-09 12:52:57.715569+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5871 ][processAttribute ] AGPMUtilValues pThreshold[0].fUpInervalTimer = <40000> 2024-11-09 12:52:57.715572+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5872 ][processAttribute ] AGPMUtilValues pThreshold[0].fDownIntervalTimer = <40000> 2024-11-09 12:52:57.715577+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5873 ][processAttribute ] AGPMUtilValues pThreshold[0].fUpThresholdPercent = <70> 2024-11-09 12:52:57.715580+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5874 ][processAttribute ] AGPMUtilValues pThreshold[0].fDownThresholdPercent = <50> 2024-11-09 12:52:57.715583+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5875 ][processAttribute ] AGPMUtilValues pThreshold[0].fUpStep = <1> 2024-11-09 12:52:57.715586+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5876 ][processAttribute ] AGPMUtilValues pThreshold[0].fDownStep = <1> 2024-11-09 12:52:57.715589+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 5956 ][processAttribute ] processAttribute: enableOverride set 2024-11-09 12:52:57.715592+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.715594+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.715600+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.715602+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.715606+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.715609+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.715613+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.715615+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.715621+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 1, fForceWakeCount[Default] 1 2024-11-09 12:52:57.715624+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715627+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715630+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715633+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715636+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715638+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715641+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715644+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715646+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715649+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715652+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715655+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715661+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715664+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715667+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715669+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715672+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715675+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715677+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715680+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715683+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715686+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715688+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715691+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715693+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715696+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715699+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715702+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715704+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715707+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715710+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715712+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715715+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715718+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715721+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715723+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715726+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715729+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715733+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715736+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715740+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715744+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715747+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715750+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715753+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715755+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715758+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715761+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715763+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715766+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715769+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715772+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715774+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715777+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715779+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715782+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715785+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715787+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715792+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715796+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715798+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715801+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715804+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715806+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715811+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715813+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715816+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715819+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715821+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715824+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715827+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715830+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715833+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715837+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715840+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715842+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715845+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715848+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715851+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715853+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715856+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715859+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715862+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715864+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715867+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715871+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715874+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715877+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715880+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715882+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715887+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715890+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715894+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715897+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715901+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715904+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715906+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715909+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715912+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715915+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715917+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715920+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715923+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715925+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715928+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715931+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715933+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715936+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715939+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715941+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715944+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715947+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715949+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715952+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715955+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715958+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715964+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715966+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715969+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715972+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 0 2024-11-09 12:52:57.715976+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 4439 ][updateRenderStandbyF] updateRenderStandbyFlow 88040000 2024-11-09 12:52:57.715979+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1312 ][SafeForceWake ] 2D ForceWakeValue: 0, fForceWakeCount[Default] 0 2024-11-09 12:52:57.715984+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 1359 ][SafeForceWake ] 2D Default ForceWake reg 1 2024-11-09 12:52:57.715987+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.715989+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.715994+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelGTPM.cpp : 4302 ][updateCoarsePowerGat] updateCoarsePowerGating: cpgMode: 0 2024-11-09 12:52:57.715997+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelGTPM.cpp : 4307 ][updateCoarsePowerGat] cpgMode: 0 CoarsePowerGating is disabled 2024-11-09 12:52:57.715999+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.716001+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.716058+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0 2024-11-09 12:52:57.716076+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0xe00002c7 2024-11-09 12:52:57.716080+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0xe00002c7 2024-11-09 12:52:57.716261+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.716265+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.716269+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.716272+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.716315+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.716321+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.716327+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.716330+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.717447+0100 localhost kernel[0]: PMRD: assertionsUser 0x0->0x10 2024-11-09 12:52:57.718425+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.719487+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.719502+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.722139+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2636 ][getCurrentDisplayMod] (displayMode=0xffffffc11150b9d4, depth=0xffffffc11150b9d0) fb=0 2024-11-09 12:52:57.722144+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2638 ][getCurrentDisplayMod] fOnline=1 2024-11-09 12:52:57.722148+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2648 ][getCurrentDisplayMod] fCurrentMode = 0xfffffffb fBootDisplay = 1, fDetailedTimings = 0 2024-11-09 12:52:57.722151+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2722 ][getCurrentDisplayMod] Mode=0xfffffffb, Depth=0 2024-11-09 12:52:57.722153+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2723 ][getCurrentDisplayMod] return 0 2024-11-09 12:52:57.722416+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3937 ][getAttributeForConne] return 0xe00002c7 2024-11-09 12:52:57.722727+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0 Depth:1 Active:2560x1600 Scaled:0x0 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.722736+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.722742+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.722746+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.722750+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.722757+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.722764+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0 Depth:1 Active:2560x1600 Scaled:0x0 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.722772+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.722786+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.722793+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=2560x1600 scanout=2560x1600 timing=2560x1600 2024-11-09 12:52:57.722800+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.722805+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.722809+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.722815+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.722820+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.722936+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1280x800 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.722946+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.722950+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.722954+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.722962+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.722968+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.722975+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1280x800 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.722982+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.722991+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723000+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1280x800 scanout=1280x800 timing=2560x1600 2024-11-09 12:52:57.723005+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723011+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723017+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723022+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723027+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723055+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:640x480 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723059+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723063+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723068+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723071+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723078+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723087+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:640x480 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723093+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723101+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723109+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=640x480 scanout=640x480 timing=2560x1600 2024-11-09 12:52:57.723120+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723127+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723131+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723136+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723142+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723168+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:800x600 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723172+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723175+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723178+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723182+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723187+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723193+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:800x600 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723199+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723207+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723215+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=800x600 scanout=800x600 timing=2560x1600 2024-11-09 12:52:57.723223+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723229+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723233+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723238+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723243+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723268+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:800x500 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723272+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723276+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723279+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723282+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723287+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723295+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:800x500 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723305+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723313+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723321+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=800x500 scanout=800x500 timing=2560x1600 2024-11-09 12:52:57.723327+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723332+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723336+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723341+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723347+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723372+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1024x768 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723375+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723379+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723382+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723385+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723390+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723398+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1024x768 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723405+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723414+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723422+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1024x768 scanout=1024x768 timing=2560x1600 2024-11-09 12:52:57.723430+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723435+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723439+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723444+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723449+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723472+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1024x640 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723479+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723483+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723486+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723489+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723494+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723500+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1024x640 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723506+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723514+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723522+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1024x640 scanout=1024x640 timing=2560x1600 2024-11-09 12:52:57.723528+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723533+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723539+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723545+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723550+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723555+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.723577+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1280x720 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723581+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723584+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723587+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723590+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723597+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723603+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1280x720 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723609+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723617+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723626+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1280x720 scanout=1280x720 timing=2560x1600 2024-11-09 12:52:57.723636+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723641+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723645+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723651+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723658+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723681+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1280x960 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723685+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723688+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723691+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723694+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723701+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723708+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1280x960 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723714+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723724+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723732+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1280x960 scanout=1280x960 timing=2560x1600 2024-11-09 12:52:57.723738+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723744+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723748+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723753+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723758+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723780+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1344x1008 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723784+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723788+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723790+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723793+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723798+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723808+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1344x1008 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723815+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723823+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723831+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1344x1008 scanout=1344x1008 timing=2560x1600 2024-11-09 12:52:57.723837+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723842+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723848+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723854+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723862+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723885+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1344x840 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723889+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723892+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723895+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723898+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.723903+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.723909+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1344x840 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.723916+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.723924+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.723932+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1344x840 scanout=1344x840 timing=2560x1600 2024-11-09 12:52:57.723938+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723943+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.723947+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723952+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.723957+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.723978+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1440x900 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.723985+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.723990+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.723993+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.723996+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724002+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724009+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1440x900 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724015+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724023+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724032+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1440x900 scanout=1440x900 timing=2560x1600 2024-11-09 12:52:57.724038+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724043+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724047+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724052+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724059+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724084+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1680x1050 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724088+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724091+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724094+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724097+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724104+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724111+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1680x1050 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724117+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724125+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724133+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1680x1050 scanout=1680x1050 timing=2560x1600 2024-11-09 12:52:57.724143+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724151+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724155+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724160+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724165+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724200+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1600x1200 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724204+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724208+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724211+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724214+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724219+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724225+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1600x1200 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724231+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724239+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724247+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1600x1200 scanout=1600x1200 timing=2560x1600 2024-11-09 12:52:57.724253+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724258+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724261+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724266+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724274+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724296+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1600x1000 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724300+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724306+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724309+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724312+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724317+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724323+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1600x1000 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724333+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724342+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724350+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1600x1000 scanout=1600x1000 timing=2560x1600 2024-11-09 12:52:57.724358+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724366+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724367+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.724370+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724375+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724376+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.724380+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724404+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1920x1080 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724407+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724412+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724415+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724418+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724423+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724429+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1920x1080 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724438+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724446+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724454+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1920x1080 scanout=1920x1080 timing=2560x1600 2024-11-09 12:52:57.724463+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724468+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724472+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724480+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724485+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724508+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1920x1200 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724514+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724518+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724521+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724524+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724531+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724540+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1920x1200 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724548+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724557+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724565+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1920x1200 scanout=1920x1200 timing=2560x1600 2024-11-09 12:52:57.724570+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724576+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724581+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724587+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724594+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724619+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1920x1200 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724623+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724626+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724629+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724632+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724637+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724643+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:1920x1200 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724650+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724658+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724666+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=1920x1200 scanout=1920x1200 timing=2560x1600 2024-11-09 12:52:57.724675+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724681+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724687+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724692+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724698+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724719+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:2048x1280 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724724+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724727+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724730+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724733+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724738+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724744+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:2048x1280 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724751+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724759+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724767+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=2048x1280 scanout=2048x1280 timing=2560x1600 2024-11-09 12:52:57.724772+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724777+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724784+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724789+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724794+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724823+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:2560x1440 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724826+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724830+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724833+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724836+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724840+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724846+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:2560x1440 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724857+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724865+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724873+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=2560x1440 scanout=2560x1440 timing=2560x1600 2024-11-09 12:52:57.724881+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724887+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724891+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724896+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724901+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.724927+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:2560x1600 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.724931+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.724934+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.724937+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.724940+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.724945+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.724953+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:2560x1600 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.724960+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.724968+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.724974+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=2560x1600 scanout=2560x1600 timing=2560x1600 2024-11-09 12:52:57.724980+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724987+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.724991+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.724998+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.725004+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.725022+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1626 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:2560x1440 PixelClock:285600000 ScalerFlags:0 SignalConfig:0 Requested pixel encoding 1 Colorimetry 1 2024-11-09 12:52:57.725029+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502792.00000000 Event:ValidateModeTiming [a] 2024-11-09 12:52:57.725032+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:916 kAGDCRegisterLinkValidateModeTiming: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.725035+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:917 kAGDCRegisterLinkValidateModeTiming-ext: pEnc 0x1, pBPC=0x2, pColometry=0x1, dRange=0x1 dscBPP=0 2024-11-09 12:52:57.725038+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:949 kAGDCRegisterLinkValidateModeTiming: accepted by policy. 2024-11-09 12:52:57.725043+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1641 ][validateDetailedTimi] FB0: Online:1 Detailed timing validated by AGDC (response = 0x2) 2024-11-09 12:52:57.725049+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1654 ][validateDetailedTimi] FB0: Online:1 Mode:0x80001000 Depth:1 Active:2560x1600 Scaled:2560x1440 PixelClock:285600000 ScalerFlags:0 SignalConfig:0: Requested pixel encoding 1 2024-11-09 12:52:57.725056+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.725064+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1716 ][validateDetailedTimi] FB0: fEnablePlaneRotation = 1, fittable = 1 2024-11-09 12:52:57.725072+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7613 ][ValidateSourceSize ] FB0: max=6720x6720 mode=2560x1440 scanout=2560x1440 timing=2560x1600 2024-11-09 12:52:57.725077+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.725085+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.725089+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.725094+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.725099+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1793 ][validateDetailedTimi] ret = 0x0 2024-11-09 12:52:57.725285+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1802 ][setDetailedTimings ] (array=0xffffff8be1eee238) 2024-11-09 12:52:57.725292+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 1815 ][setDetailedTimings ] return 0 2024-11-09 12:52:57.725315+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001000: ( 0 x 0) -> (2560 x 1600) 2024-11-09 12:52:57.725321+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (2560 x 1600) Bytes-per-row = 0x2800 2024-11-09 12:52:57.725337+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001001: (1280 x 800) -> (2560 x 1600) 2024-11-09 12:52:57.725341+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (1280 x 800) Bytes-per-row = 0x1400 2024-11-09 12:52:57.725355+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001002: ( 640 x 480) -> (2560 x 1600) 2024-11-09 12:52:57.725360+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: ( 640 x 480) Bytes-per-row = 0xa00 2024-11-09 12:52:57.725373+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001003: ( 800 x 600) -> (2560 x 1600) 2024-11-09 12:52:57.725377+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: ( 800 x 600) Bytes-per-row = 0xe00 2024-11-09 12:52:57.725399+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001004: ( 800 x 500) -> (2560 x 1600) 2024-11-09 12:52:57.725404+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: ( 800 x 500) Bytes-per-row = 0xe00 2024-11-09 12:52:57.725417+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001005: (1024 x 768) -> (2560 x 1600) 2024-11-09 12:52:57.725422+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (1024 x 768) Bytes-per-row = 0x1000 2024-11-09 12:52:57.725435+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001006: (1024 x 640) -> (2560 x 1600) 2024-11-09 12:52:57.725439+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (1024 x 640) Bytes-per-row = 0x1000 2024-11-09 12:52:57.725455+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001008: (1280 x 960) -> (2560 x 1600) 2024-11-09 12:52:57.725459+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (1280 x 960) Bytes-per-row = 0x1400 2024-11-09 12:52:57.725473+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001009: (1344 x 1008) -> (2560 x 1600) 2024-11-09 12:52:57.725478+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (1344 x 1008) Bytes-per-row = 0x1600 2024-11-09 12:52:57.725492+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x8000100a: (1344 x 840) -> (2560 x 1600) 2024-11-09 12:52:57.725497+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (1344 x 840) Bytes-per-row = 0x1600 2024-11-09 12:52:57.725512+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x8000100d: (1600 x 1200) -> (2560 x 1600) 2024-11-09 12:52:57.725516+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (1600 x 1200) Bytes-per-row = 0x1a00 2024-11-09 12:52:57.725529+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x8000100e: (1600 x 1000) -> (2560 x 1600) 2024-11-09 12:52:57.725534+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (1600 x 1000) Bytes-per-row = 0x1a00 2024-11-09 12:52:57.725546+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001011: (2048 x 1280) -> (2560 x 1600) 2024-11-09 12:52:57.725551+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (2048 x 1280) Bytes-per-row = 0x2000 2024-11-09 12:52:57.725693+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2636 ][getCurrentDisplayMod] (displayMode=0xffffffc11150b9d4, depth=0xffffffc11150b9d0) fb=0 2024-11-09 12:52:57.725698+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2638 ][getCurrentDisplayMod] fOnline=1 2024-11-09 12:52:57.725703+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2648 ][getCurrentDisplayMod] fCurrentMode = 0xfffffffb fBootDisplay = 1, fDetailedTimings = 0xffffff8be1eee238 2024-11-09 12:52:57.725709+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5910 ][hwCRTCToIODetailedTi] FB0 2024-11-09 12:52:57.725713+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5925 ][hwCRTCToIODetailedTi] Pipe0 not enabled 2024-11-09 12:52:57.725718+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] Current: 2024-11-09 12:52:57.725724+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] active h=0, v=0 2024-11-09 12:52:57.725726+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] scaled h=0, v=0 2024-11-09 12:52:57.725728+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] pixelClock 0 2024-11-09 12:52:57.725730+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725732+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725739+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001000 2024-11-09 12:52:57.725741+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725743+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=0, v=0 2024-11-09 12:52:57.725745+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725747+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725749+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725755+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001001 2024-11-09 12:52:57.725757+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725759+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1280, v=800 2024-11-09 12:52:57.725762+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725764+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725766+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725771+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001002 2024-11-09 12:52:57.725773+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725775+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=640, v=480 2024-11-09 12:52:57.725778+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725780+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725782+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725787+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001003 2024-11-09 12:52:57.725789+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725791+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=800, v=600 2024-11-09 12:52:57.725793+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725795+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725799+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725805+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001004 2024-11-09 12:52:57.725807+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725809+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=800, v=500 2024-11-09 12:52:57.725811+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725813+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725815+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725820+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001005 2024-11-09 12:52:57.725823+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725825+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1024, v=768 2024-11-09 12:52:57.725827+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725829+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725831+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725838+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001006 2024-11-09 12:52:57.725842+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725845+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1024, v=640 2024-11-09 12:52:57.725847+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725849+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725851+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725857+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001007 2024-11-09 12:52:57.725859+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725861+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1280, v=720 2024-11-09 12:52:57.725863+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725865+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725867+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725872+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001008 2024-11-09 12:52:57.725874+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725876+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1280, v=960 2024-11-09 12:52:57.725879+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725883+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725885+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725892+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001009 2024-11-09 12:52:57.725895+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725897+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1344, v=1008 2024-11-09 12:52:57.725899+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725901+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725903+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725911+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100a 2024-11-09 12:52:57.725913+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725915+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1344, v=840 2024-11-09 12:52:57.725919+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725922+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725924+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725929+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100b 2024-11-09 12:52:57.725931+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725933+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1440, v=900 2024-11-09 12:52:57.725938+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725940+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725942+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725947+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100c 2024-11-09 12:52:57.725949+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725951+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1680, v=1050 2024-11-09 12:52:57.725953+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725956+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725958+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725963+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100d 2024-11-09 12:52:57.725965+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725967+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1600, v=1200 2024-11-09 12:52:57.725971+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725974+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725976+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725981+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100e 2024-11-09 12:52:57.725983+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.725985+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1600, v=1000 2024-11-09 12:52:57.725987+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.725989+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.725991+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.725996+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100f 2024-11-09 12:52:57.725999+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.726001+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1920, v=1080 2024-11-09 12:52:57.726003+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.726005+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.726007+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.726012+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001010 2024-11-09 12:52:57.726014+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.726016+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1920, v=1200 2024-11-09 12:52:57.726019+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.726021+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.726023+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.726028+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001011 2024-11-09 12:52:57.726030+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.726032+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=2048, v=1280 2024-11-09 12:52:57.726034+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.726036+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.726038+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.726043+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001012 2024-11-09 12:52:57.726045+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.726050+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=2560, v=1440 2024-11-09 12:52:57.726052+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.726054+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.726057+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.726061+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2722 ][getCurrentDisplayMod] Mode=0xfffffffb, Depth=0 2024-11-09 12:52:57.726065+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2723 ][getCurrentDisplayMod] return 0 2024-11-09 12:52:57.726079+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2060 ][validateDisplayMode ] return 0xe00002c2 2024-11-09 12:52:57.727179+0100 localhost kernel[0]: (Sandbox) Sandbox: com.apple.AmbientDisplayAgent(317) deny(1) mach-lookup com.apple.windowserver 2024-11-09 12:52:57.727782+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.728933+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.728951+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.729918+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2636 ][getCurrentDisplayMod] (displayMode=0xffffffc11150b9d4, depth=0xffffffc11150b9d0) fb=0 2024-11-09 12:52:57.729924+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2638 ][getCurrentDisplayMod] fOnline=1 2024-11-09 12:52:57.729928+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2648 ][getCurrentDisplayMod] fCurrentMode = 0xfffffffb fBootDisplay = 1, fDetailedTimings = 0xffffff8be1eee238 2024-11-09 12:52:57.729932+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5910 ][hwCRTCToIODetailedTi] FB0 2024-11-09 12:52:57.729935+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 5925 ][hwCRTCToIODetailedTi] Pipe0 not enabled 2024-11-09 12:52:57.729938+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] Current: 2024-11-09 12:52:57.729939+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] active h=0, v=0 2024-11-09 12:52:57.729940+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] scaled h=0, v=0 2024-11-09 12:52:57.729942+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] pixelClock 0 2024-11-09 12:52:57.729944+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.729946+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2675 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.729950+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001000 2024-11-09 12:52:57.729951+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.729953+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=0, v=0 2024-11-09 12:52:57.729954+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.729955+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.729957+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.729960+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001001 2024-11-09 12:52:57.729962+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.729966+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1280, v=800 2024-11-09 12:52:57.729968+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.729970+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.729971+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.729974+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001002 2024-11-09 12:52:57.729976+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.729977+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=640, v=480 2024-11-09 12:52:57.729978+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.729980+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.729981+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.729984+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001003 2024-11-09 12:52:57.729986+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.729987+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=800, v=600 2024-11-09 12:52:57.729988+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.729990+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.729991+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.729994+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001004 2024-11-09 12:52:57.729995+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.729997+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=800, v=500 2024-11-09 12:52:57.729998+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.729999+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730001+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730004+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001005 2024-11-09 12:52:57.730005+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730007+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1024, v=768 2024-11-09 12:52:57.730008+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730010+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730011+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730014+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001006 2024-11-09 12:52:57.730016+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730018+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1024, v=640 2024-11-09 12:52:57.730019+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730021+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730022+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730026+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001007 2024-11-09 12:52:57.730027+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730028+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1280, v=720 2024-11-09 12:52:57.730029+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730031+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730033+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730037+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001008 2024-11-09 12:52:57.730038+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730039+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1280, v=960 2024-11-09 12:52:57.730041+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730042+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730043+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730046+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001009 2024-11-09 12:52:57.730048+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730049+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1344, v=1008 2024-11-09 12:52:57.730051+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730052+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730053+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730056+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100a 2024-11-09 12:52:57.730057+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730058+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1344, v=840 2024-11-09 12:52:57.730060+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730061+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730062+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730067+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100b 2024-11-09 12:52:57.730068+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730070+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1440, v=900 2024-11-09 12:52:57.730071+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730072+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730073+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730076+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100c 2024-11-09 12:52:57.730078+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730079+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1680, v=1050 2024-11-09 12:52:57.730080+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730081+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730082+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730086+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100d 2024-11-09 12:52:57.730088+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730089+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1600, v=1200 2024-11-09 12:52:57.730091+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730092+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730094+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730099+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100e 2024-11-09 12:52:57.730101+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730102+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1600, v=1000 2024-11-09 12:52:57.730104+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730106+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730107+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730111+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x8000100f 2024-11-09 12:52:57.730113+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730114+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1920, v=1080 2024-11-09 12:52:57.730116+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730117+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730121+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730125+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001010 2024-11-09 12:52:57.730127+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730129+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=1920, v=1200 2024-11-09 12:52:57.730130+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730132+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730133+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730139+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001011 2024-11-09 12:52:57.730140+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730142+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=2048, v=1280 2024-11-09 12:52:57.730144+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730145+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730147+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730151+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] Mode:0x80001012 2024-11-09 12:52:57.730152+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] active h=2560, v=1600 2024-11-09 12:52:57.730154+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scaled h=2560, v=1440 2024-11-09 12:52:57.730156+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] pixelClock 285600000 2024-11-09 12:52:57.730157+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] scalerFlags 0 2024-11-09 12:52:57.730159+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2694 ][getCurrentDisplayMod] signalConfig 0 2024-11-09 12:52:57.730162+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2722 ][getCurrentDisplayMod] Mode=0xfffffffb, Depth=0 2024-11-09 12:52:57.730165+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2723 ][getCurrentDisplayMod] return 0 2024-11-09 12:52:57.730191+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001000: ( 0 x 0) -> (2560 x 1600) 2024-11-09 12:52:57.730195+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (2560 x 1600) Bytes-per-row = 0x2800 2024-11-09 12:52:57.730204+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2624 ][getPixelInformation ] FB0: DisplayMode:0x80001000: ( 0 x 0) -> (2560 x 1600) 2024-11-09 12:52:57.730208+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2627 ][getPixelInformation ] FB0: (2560 x 1600) Bytes-per-row = 0x2800 2024-11-09 12:52:57.730221+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3551 ][getAttribute ] FB0 kIOWindowServerActiveAttribute = 0x0 2024-11-09 12:52:57.730232+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.730236+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.730248+0100 localhost kernel[0]: kPEDisableScreen 1 2024-11-09 12:52:57.730270+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3526 ][setAttribute ] return 0 2024-11-09 12:52:57.730272+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 1993 ][setAttribute ] ret = 0 2024-11-09 12:52:57.730278+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2119 ][setDisplayMode ] FB0: displayMode=80001000, depth=1, fOnline=1 2024-11-09 12:52:57.730285+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 2166 ][setDisplayMode ] FB0: fOnline=1 aw=2560, ah=1600, sw=0, sh=0, iw=0, ih=0 pixelClock=285600000 VBLextention=0 pixelEncoding=1 BPC=2 colorimetry=1 dynamicRange=1 2024-11-09 12:52:57.730291+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:621 VendorEventHandler [IGPU:AppleIntelBaseController]: Port: 290502256.00000000 Event:ModesetCallback [c] 2024-11-09 12:52:57.730294+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:760 **************** kAGDCRegisterLinkModesetCallback #0 **************** 1:0:1 2024-11-09 12:52:57.730297+0100 localhost kernel[0]: (AppleGraphicsDevicePolicy) AGDP:: VendorEventHandler:762 kAGDCRegisterLinkModesetCallback-ext: FB:0 -> 2560 x 1600, ext_blanking=0, 285600000 Hz 2024-11-09 12:52:57.730303+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 391 ][setupDisplayTiming ] FB0: index = 0, multi-link = 0, pipe-joiner = 0 2024-11-09 12:52:57.730308+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 879 ][detachDisplayPath ] FB0: Pipe = A 2024-11-09 12:52:57.730311+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 905 ][detachDisplayPath ] FB0: Attached pathCount = 0 2024-11-09 12:52:57.730316+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 855 ][attachDisplayPath ] FB0: Attached pathCount = 0 2024-11-09 12:52:57.730319+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 873 ][attachDisplayPath ] FB0: Attached pathCount = 1 2024-11-09 12:52:57.730323+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 314 ][setupDisplayResource] FB0: Attached path count = 1 of 1 2024-11-09 12:52:57.730329+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3013 ][computeTransformAndS] FB0: fModeWidth = 0xa00 2024-11-09 12:52:57.730332+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3014 ][computeTransformAndS] FB0: fModeHeight = 0x640 2024-11-09 12:52:57.730335+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3015 ][computeTransformAndS] FB0: fScanoutWidth = 0xa00 2024-11-09 12:52:57.730338+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3016 ][computeTransformAndS] FB0: fScanoutHeight = 0x640 2024-11-09 12:52:57.730340+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3017 ][computeTransformAndS] FB0: fTimingWidth = 0xa00 2024-11-09 12:52:57.730343+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3018 ][computeTransformAndS] FB0: fTimingHeight = 0x640 2024-11-09 12:52:57.730346+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3019 ][computeTransformAndS] FB0: fStride = 0x2800 2024-11-09 12:52:57.730348+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3020 ][computeTransformAndS] FB0: fTransform = 0x1 2024-11-09 12:52:57.730351+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3038 ][computeTransformAndS] Pipe A: displayPath->fFitterWidth = 0x0 2024-11-09 12:52:57.730354+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3039 ][computeTransformAndS] Pipe A: displayPath->fLinkScanoutWidth = 0xa00 2024-11-09 12:52:57.730357+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3040 ][computeTransformAndS] Pipe A: displayPath->fLinkScanoutHeight = 0x640 2024-11-09 12:52:57.730360+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3041 ][computeTransformAndS] Pipe A: displayPath->fLinkTimingWidth = 0xa00 2024-11-09 12:52:57.730365+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3042 ][computeTransformAndS] Pipe A: displayPath->fLinkTimingHeight = 0x640 2024-11-09 12:52:57.730368+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3043 ][computeTransformAndS] Pipe A: displayPath->fLinkVerticalOffset = 0x0 2024-11-09 12:52:57.730371+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 3044 ][computeTransformAndS] Pipe A: displayPath->fLinkHorizontalOffset = 0x0 2024-11-09 12:52:57.730377+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1013 ][isApertureMemoryRequ] FB0: fWSAAState = 0 2024-11-09 12:52:57.730380+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1030 ][isApertureMemoryRequ] FB0: ret = 1 2024-11-09 12:52:57.730384+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1013 ][isApertureMemoryRequ] FB0: fWSAAState = 0 2024-11-09 12:52:57.730387+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1030 ][isApertureMemoryRequ] FB0: ret = 1 2024-11-09 12:52:57.730391+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 932 ][setupScanoutMemory ] FB0: Using aperture memory 2024-11-09 12:52:57.730400+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 9695 ][hwSetMode ] FB0: pipe A 2024-11-09 12:52:57.730405+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2548 ][getLinkConfig ] DDI_BUF_CTL=0x80000006 2024-11-09 12:52:57.730408+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2674 ][getLinkConfig ] Returning a LinkConfig data structure: 2024-11-09 12:52:57.730411+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2675 ][getLinkConfig ] version=258 2024-11-09 12:52:57.730414+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2676 ][getLinkConfig ] bitRate=80 2024-11-09 12:52:57.730417+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2677 ][getLinkConfig ] t1Time=500 2024-11-09 12:52:57.730420+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2678 ][getLinkConfig ] t2Time=500 2024-11-09 12:52:57.730422+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2679 ][getLinkConfig ] t3Time=0 2024-11-09 12:52:57.730425+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2680 ][getLinkConfig ] idlePatterns=0 2024-11-09 12:52:57.730428+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2681 ][getLinkConfig ] laneCount=4 2024-11-09 12:52:57.730430+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2682 ][getLinkConfig ] voltage=93 2024-11-09 12:52:57.730433+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2683 ][getLinkConfig ] preEmphasis=91 2024-11-09 12:52:57.730436+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2684 ][getLinkConfig ] downspread=1 2024-11-09 12:52:57.730438+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2685 ][getLinkConfig ] scrambler=1 2024-11-09 12:52:57.730441+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2687 ][getLinkConfig ] ret = 0x0 2024-11-09 12:52:57.730444+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 8328 ][isHorizontalBlanking] FB0: returns = 0 2024-11-09 12:52:57.730458+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelClocks.cpp : 428 ][setupClocks ] FB0 2024-11-09 12:52:57.730462+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelClocks.cpp : 491 ][setupClocks ] DDI = 0 2024-11-09 12:52:57.730468+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2086 ][setupPort ] DDI = 0 2024-11-09 12:52:57.730472+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 356 ][setupPort ] DDI = 0 2024-11-09 12:52:57.730475+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 454 ][setupPort ] ret = 0x0 2024-11-09 12:52:57.730482+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3140 ][setupOptimalLaneCoun] DDI = 0 2024-11-09 12:52:57.730486+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3167 ][computeLaneCount ] DDI = 0 2024-11-09 12:52:57.730490+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3158 ][setupOptimalLaneCoun] Optimal - LaneCount=2, BitRate=0x1e 2024-11-09 12:52:57.730496+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8784 ][SetupTimings ] (fb0:0xfffffff025503000, timing=0xffffffc11150b578, params=0xffffffc11150b468) 2024-11-09 12:52:57.730499+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8786 ][SetupTimings ] timing ha=2560, va=1600 2024-11-09 12:52:57.730502+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8787 ][SetupTimings ] timing hs=0, vs=0 2024-11-09 12:52:57.730507+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8788 ][SetupTimings ] scalerFlags=0 2024-11-09 12:52:57.730509+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8789 ][SetupTimings ] signalConfig=0 2024-11-09 12:52:57.730512+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8790 ][SetupTimings ] vSyncConfig=0 2024-11-09 12:52:57.730515+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8791 ][SetupTimings ] hSyncConfig=0x1 2024-11-09 12:52:57.730518+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8833 ][SetupTimings ] TRANS_HTOTAL = 0xa9f09ff 2024-11-09 12:52:57.730520+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8834 ][SetupTimings ] TRANS_HBLANK = 0xa9f09ff 2024-11-09 12:52:57.730523+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8835 ][SetupTimings ] TRANS_HSYNC = 0xa4f0a2f 2024-11-09 12:52:57.730526+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8836 ][SetupTimings ] TRANS_VTOTAL = 0x6d5063f 2024-11-09 12:52:57.730529+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8837 ][SetupTimings ] TRANS_VBLANK = 0x6d5063f 2024-11-09 12:52:57.730531+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8838 ][SetupTimings ] TRANS_VSYNC = 0x6480642 2024-11-09 12:52:57.730534+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8839 ][SetupTimings ] TRANS_VSYNCSHIFT = 0x0 2024-11-09 12:52:57.730541+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8872 ][SetupParams ] FB0: pipe A 2024-11-09 12:52:57.730543+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8878 ][SetupParams ] TRANS_CLK_SEL = 0x0 2024-11-09 12:52:57.730546+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8886 ][SetupParams ] PIPE_SRCSZ = 0x9ff063f 2024-11-09 12:52:57.730549+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :15960 ][isVSCSDPForColorimet] FB0: return = 0 2024-11-09 12:52:57.730552+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8960 ][SetupParams ] TRANS_MSA_MISC = 0x21 2024-11-09 12:52:57.730555+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 9084 ][SetupParams ] TRANS_DDI_FUNC_CTL = 0x8a010002 2024-11-09 12:52:57.730560+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 9085 ][SetupParams ] TRANS_DDI_FUNC_CTL2 = 0x0 2024-11-09 12:52:57.730563+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 9158 ][SetupParams ] TRANS_CONF = 0x80000024 2024-11-09 12:52:57.730565+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 9159 ][SetupParams ] PIPE_MISC = 0x800010 2024-11-09 12:52:57.730576+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DSC ][AppleIntelDSC.cpp : 796 ][setupDSCEngineParams] FB0 2024-11-09 12:52:57.730580+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3556 ][setDSCStatus ] DDI = 0 2024-11-09 12:52:57.730585+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.730589+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.730592+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.730595+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.730599+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3566 ][setDSCStatus ] bRet = 0 2024-11-09 12:52:57.730605+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.730609+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.730611+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.730616+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.730620+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DSC ][AppleIntelDSC.cpp : 805 ][setupDSCEngineParams] DSC not supported 2024-11-09 12:52:57.730625+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7722 ][SetupDPSSTTimings ] (fb0:0xfffffff025503000) 2024-11-09 12:52:57.730628+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7724 ][SetupDPSSTTimings ] pixelClock=285600000, linkSymbolClock=810000000, colorDepth=24, noLanes=2 2024-11-09 12:52:57.730631+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7777 ][SetupDPSSTTimings ] DataM value: 43b2a1 2024-11-09 12:52:57.730635+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7799 ][SetupDPSSTTimings ] Calculated -> DataM1=0x7e43b2a1, DataN1=0x800000, LinkM1=0x2d21c, LinkN1=0x80000 2024-11-09 12:52:57.730637+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7802 ][SetupDPSSTTimings ] err = 0x0 2024-11-09 12:52:57.730640+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7822 ][setupDPTimings ] return 0 2024-11-09 12:52:57.730646+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1013 ][isApertureMemoryRequ] FB0: fWSAAState = 0 2024-11-09 12:52:57.730649+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1030 ][isApertureMemoryRequ] FB0: ret = 1 2024-11-09 12:52:57.730653+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7375 ][hwSetupMemory ] FB0 2024-11-09 12:52:57.730656+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1013 ][isApertureMemoryRequ] FB0: fWSAAState = 0 2024-11-09 12:52:57.730659+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelMultiLink.cpp : 1030 ][isApertureMemoryRequ] FB0: ret = 1 2024-11-09 12:52:57.730668+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 7418 ][hwSetupMemory ] FB0: err = 0x0 2024-11-09 12:52:57.730672+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 9181 ][hwRegsNeedUpdate ] FB0 2024-11-09 12:52:57.730676+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 9251 ][paramsFbCompare ] TRANS_CONF 0->0x80000024, TRANS_DDI_FUNC_CTL 0->0x8a010002 2024-11-09 12:52:57.730683+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8508 ][disableDisplay ] FB0: Pipe A 2024-11-09 12:52:57.732099+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.732737+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.732746+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.735391+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.736279+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.736288+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.739340+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.739632+0100 localhost kernel[0]: process_is_plugin_host: running binary "authd" in keys-off mode due to entitlement: com.apple.private.security.clear-library-validation 2024-11-09 12:52:57.740099+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.740107+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.740719+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :10815 ][disableDataIslandPac] fb0 2024-11-09 12:52:57.740731+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DSC ][AppleIntelDSC.cpp : 760 ][disableDSCEngine ] FB0 2024-11-09 12:52:57.740735+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2154 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.740739+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3517 ][isDSCSupported ] DDI = 0 2024-11-09 12:52:57.740742+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3531 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.740745+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DIAGS ][AppleIntelDiags.cpp : 2163 ][isDSCSupported ] bRet = 0 2024-11-09 12:52:57.740749+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DSC ][AppleIntelDSC.cpp : 766 ][disableDSCEngine ] DSC not supported 2024-11-09 12:52:57.740765+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3433 ][setHBlankExpansionPa] bRet = 0 2024-11-09 12:52:57.740771+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelDisplayPath.cpp: 2318 ][disableFEC ] FEC Not Supported 2024-11-09 12:52:57.740775+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 547 ][disablePort ] DDI = 0 2024-11-09 12:52:57.740789+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 295 ][disablePort ] DDI = 0 2024-11-09 12:52:57.740793+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 453 ][getFirstPathByPort ] ddi = 0 2024-11-09 12:52:57.740797+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 306 ][disablePort ] ret = 0x0 2024-11-09 12:52:57.740802+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 562 ][disablePort ] ret = 0x0 2024-11-09 12:52:57.740806+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelDisplayPath.cpp: 2318 ][disableFEC ] FEC Not Supported 2024-11-09 12:52:57.740820+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelClocks.cpp : 1047 ][disableClocks ] FB0 2024-11-09 12:52:57.740824+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelClocks.cpp : 1064 ][disableClocks ] DDI = 0 2024-11-09 12:52:57.740828+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3363 ][disablePowerWellDDI ] DDI = 0 2024-11-09 12:52:57.740834+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 836 ][disablePowerWellDDI ] ddi = 0 2024-11-09 12:52:57.740841+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x7, data = 0x3 2024-11-09 12:52:57.741938+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x7, data = 0x1 2024-11-09 12:52:57.742496+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.743039+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.743047+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.743108+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 8750 ][disableDisplay ] return 0 2024-11-09 12:52:57.743118+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelClocks.cpp : 530 ][enableClocks ] DDI = 0 2024-11-09 12:52:57.743123+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x7, data = 0x3 2024-11-09 12:52:57.744183+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp : 3437 ][hwWriteMailbox ] command = 0x7, data = 0x1 2024-11-09 12:52:57.745301+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 3351 ][enablePowerWellDDI ] DDI = 0 2024-11-09 12:52:57.745308+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 797 ][enablePowerWellDDI ] ddi = 0 2024-11-09 12:52:57.745311+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 801 ][enablePowerWellDDI ] fRefCountDDI[0] = 1 2024-11-09 12:52:57.745314+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 815 ][enablePowerWellDDI ] Enabling DDI0 power well hardware 2024-11-09 12:52:57.745324+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 462 ][linkTraining ] DDI = 0, PortType = 0 2024-11-09 12:52:57.745328+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 453 ][getFirstPathByPort ] ddi = 0 2024-11-09 12:52:57.745333+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 550 ][linkTraining ] NumberOfLanes=2, BitRate=30, EnhancedFraming=1, ASR=1, Downspread=0, CR=65000, EQ=65000 2024-11-09 12:52:57.745345+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00100, data size = 2, cmd = 0x80010001, ddi = 0 2024-11-09 12:52:57.745413+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.745566+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x1e 0x82 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.745584+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x0010a, data size = 1, cmd = 0x80010a00, ddi = 0 2024-11-09 12:52:57.745828+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.745844+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00107, data size = 1, cmd = 0x80010700, ddi = 0 2024-11-09 12:52:57.746019+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.746028+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.746065+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.746082+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00102, data size = 1, cmd = 0x80010200, ddi = 0 2024-11-09 12:52:57.746304+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x21 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.746315+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelDisplayPath.cpp: 2182 ][setLinkTrainingPatte] pattern = 1 2024-11-09 12:52:57.746318+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelDisplayPath.cpp: 2255 ][setLinkTrainingPatte] ret = 0x0 2024-11-09 12:52:57.746323+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 633 ][linkTraining ] Clock recovery: count=1, retries=0, circuitBreaker=10, voltage=0, preEmphasis=0 2024-11-09 12:52:57.746327+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1086 ][setVoltageSwingAndPr] DDI = 0 2024-11-09 12:52:57.746329+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1107 ][setVoltageSwingAndPr] Using driver's drive data 2024-11-09 12:52:57.746352+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1114 ][setVoltageSwingAndPr] VoltageInfo = 0x0 2024-11-09 12:52:57.746361+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1148 ][setVoltageSwingAndPr] Using external HDMI drive config table index 2024-11-09 12:52:57.746364+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1162 ][setVoltageSwingAndPr] Using variable eye drive config 2024-11-09 12:52:57.746367+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1174 ][setVoltageSwingAndPr] Drive config table index = 0 2024-11-09 12:52:57.746370+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1179 ][setVoltageSwingAndPr] Programming ComboIO PHY 2024-11-09 12:52:57.746373+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1212 ][setVoltageSwingAndPr] Using external HDMI drive config table 2024-11-09 12:52:57.746416+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1454 ][setVoltageSwingAndPr] ret = 0x0 2024-11-09 12:52:57.746420+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 460 ][enablePort ] DDI = 0 2024-11-09 12:52:57.746424+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 283 ][enablePort ] DDI = 0 2024-11-09 12:52:57.746427+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPort.cpp : 287 ][enablePort ] ret = 0x0 2024-11-09 12:52:57.746437+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 538 ][enablePort ] ret = 0x0 2024-11-09 12:52:57.746447+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:57.746666+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1762 ][runAUXCommand ] Data = 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 2024-11-09 12:52:57.748423+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.748935+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.748942+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.750961+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.751513+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.751522+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.753684+0100 localhost kernel[0]: PMRD: power event 5 args 0xb0611a213d09a7e5 0x0 2024-11-09 12:52:57.754246+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 1 2024-11-09 12:52:57.754254+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToDim = 0 2024-11-09 12:52:57.757029+0100 localhost kernel[0]: PMRD: setAggressiveness(0) kPMMinutesToSleep = 0 2024-11-09 12:52:57.757068+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=3, newLevel=0) 2024-11-09 12:52:57.757079+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER ][AppleIntelGTPM.cpp : 547 ][setAggressiveness ] (type=3, newLevel=0) 2024-11-09 12:52:57.876744+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:57.877948+0100 localhost kernel[0]: (Sandbox) Sandbox: locationd(136) deny(1) mach-lookup com.apple.StatusKit.local 2024-11-09 12:52:57.879335+0100 localhost kernel[0]: (Sandbox) Sandbox: systemstats(98) deny(1) mach-lookup com.apple.tccd 2024-11-09 12:52:57.880247+0100 localhost kernel[0]: (Sandbox) Sandbox: systemstats(98) deny(1) mach-lookup com.apple.tccd.system 2024-11-09 12:52:57.880974+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:57.881135+0100 localhost kernel[0]: (Sandbox) Sandbox: airportd(218) deny(1) file-read-xattr /usr/sbin/bluetoothd 2024-11-09 12:52:57.884162+0100 localhost kernel[0]: (Sandbox) Sandbox: systemstats(98) deny(1) mach-lookup com.apple.tccd 2024-11-09 12:52:57.885228+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:57.885615+0100 localhost kernel[0]: (Sandbox) Sandbox: systemstats(98) deny(1) mach-lookup com.apple.tccd.system 2024-11-09 12:52:57.889505+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:57.890122+0100 localhost kernel[0]: (Sandbox) Sandbox: airportd(218) deny(1) file-read-xattr /usr/sbin/bluetoothd 2024-11-09 12:52:57.893788+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:57.893806+0100 localhost kernel[0]: (Sandbox) Sandbox: airportd(218) deny(1) file-read-xattr /usr/sbin/WirelessRadioManagerd 2024-11-09 12:52:57.896073+0100 localhost kernel[0]: (IO80211Family) com.apple.p2p.stats: [bluetoothd] succeeded in calling newUserClient, type[0x00000000], role[1], ret[0x00000000] 2024-11-09 12:52:57.896170+0100 localhost (null)[0]: ((null)) <compose failure [missing precomposed log]> 2024-11-09 12:52:57.898074+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:57.899584+0100 localhost kernel[0]: (AppleSmartBatteryManager) Write to set charging override(key ) failed with error 0x84=kSMCKeyNotFound 2024-11-09 12:52:57.900283+0100 localhost kernel[0]: (AppleSmartBatteryManager) Write to set connectivity override(key ) failed with error 0x84=kSMCKeyNotFound 2024-11-09 12:52:57.901116+0100 localhost kernel[0]: (Sandbox) Sandbox: airportd(218) deny(1) file-read-xattr /usr/sbin/bluetoothd 2024-11-09 12:52:57.901323+0100 localhost kernel[0]: (IO80211Family) IO80211APIUserClient init failed in checkEntitlement 2024-11-09 12:52:57.901328+0100 localhost kernel[0]: (IO80211Family) IO80211APIUserClient::free 2024-11-09 12:52:57.901332+0100 localhost kernel[0]: (IO80211Family) com.apple.p2p.stats: [WirelessRadioMan] failed in initWithTask 2024-11-09 12:52:57.901343+0100 localhost kernel[0]: (IO80211Family) com.apple.p2p.stats: [WirelessRadioMan] failed in calling newUserClient, type[0x00000000], role[1], ret[0xe00002c2] 2024-11-09 12:52:57.902310+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:57.906585+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPort.cpp : 1236 ][readAUX ] AUX Timeout 2024-11-09 12:52:57.906594+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 681 ][linkTraining ] laneMask=0xff, laneStatus=0xd2e0 2024-11-09 12:52:57.906599+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 682 ][linkTraining ] request01=0x90, request23=0xff 2024-11-09 12:52:57.906604+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 633 ][linkTraining ] Clock recovery: count=2, retries=0, circuitBreaker=9, voltage=1, preEmphasis=2 2024-11-09 12:52:57.906611+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1086 ][setVoltageSwingAndPr] DDI = 0 2024-11-09 12:52:57.906618+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1107 ][setVoltageSwingAndPr] Using driver's drive data 2024-11-09 12:52:57.906625+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1114 ][setVoltageSwingAndPr] VoltageInfo = 0x0 2024-11-09 12:52:57.906630+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1148 ][setVoltageSwingAndPr] Using external HDMI drive config table index 2024-11-09 12:52:57.906634+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1162 ][setVoltageSwingAndPr] Using variable eye drive config 2024-11-09 12:52:57.906641+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1174 ][setVoltageSwingAndPr] Drive config table index = 6 2024-11-09 12:52:57.906645+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1179 ][setVoltageSwingAndPr] Programming ComboIO PHY 2024-11-09 12:52:57.906651+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1212 ][setVoltageSwingAndPr] Using external HDMI drive config table 2024-11-09 12:52:57.906710+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1454 ][setVoltageSwingAndPr] ret = 0x0 2024-11-09 12:52:57.906731+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:57.909443+0100 localhost kernel[0]: (Sandbox) 1 duplicate report for Sandbox: airportd(218) deny(1) file-read-xattr /usr/sbin/bluetoothd 2024-11-09 12:52:57.909451+0100 localhost kernel[0]: (Sandbox) Sandbox: airportd(218) deny(1) file-read-xattr /usr/sbin/WirelessRadioManagerd 2024-11-09 12:52:57.911011+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:57.915272+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:57.919540+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:57.921932+0100 localhost kernel[0]: (Sandbox) Sandbox: wifip2pd(329) deny(1) file-read-data /usr/libexec/wifip2pd 2024-11-09 12:52:57.923831+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:57.924486+0100 localhost kernel[0]: (IO80211Family) com.apple.p2p.stats: [wifip2pd] succeeded in calling newUserClient, type[0x00000000], role[1], ret[0x00000000] 2024-11-09 12:52:57.924541+0100 localhost (null)[0]: ((null)) <compose failure [missing precomposed log]> 2024-11-09 12:52:57.928134+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:57.932402+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:57.936690+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPort.cpp : 1322 ][writeAUX ] AUX Timeout 2024-11-09 12:52:58.067351+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.071556+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 02024-11-09 12:52:58.075819+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.080030+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.084264+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.088494+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.092753+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.097004+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPort.cpp : 1236 ][readAUX ] AUX Timeout 2024-11-09 12:52:58.097008+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 681 ][linkTraining ] laneMask=0xff, laneStatus=0xd2e0 2024-11-09 12:52:58.097011+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 682 ][linkTraining ] request01=0x90, request23=0xff 2024-11-09 12:52:58.097015+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 633 ][linkTraining ] Clock recovery: count=3, retries=1, circuitBreaker=9, voltage=1, preEmphasis=2 2024-11-09 12:52:58.097019+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1086 ][setVoltageSwingAndPr] DDI = 0 2024-11-09 12:52:58.097021+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1107 ][setVoltageSwingAndPr] Using driver's drive data 2024-11-09 12:52:58.097026+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1114 ][setVoltageSwingAndPr] VoltageInfo = 0x0 2024-11-09 12:52:58.097029+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1148 ][setVoltageSwingAndPr] Using external HDMI drive config table index 2024-11-09 12:52:58.097032+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1162 ][setVoltageSwingAndPr] Using variable eye drive config 2024-11-09 12:52:58.097035+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1174 ][setVoltageSwingAndPr] Drive config table index = 6 2024-11-09 12:52:58.097037+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1179 ][setVoltageSwingAndPr] Programming ComboIO PHY 2024-11-09 12:52:58.097040+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1212 ][setVoltageSwingAndPr] Using external HDMI drive config table 2024-11-09 12:52:58.097089+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1454 ][setVoltageSwingAndPr] ret = 0x0 2024-11-09 12:52:58.097100+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:58.101355+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:58.105632+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:58.108719+0100 localhost kernel[0]: (Sandbox) 3 duplicate reports for Sandbox: trustd(341) deny(1) file-write-create /private/var/db/locationd/Library/Keychains/D39264FF-3460-5708-A83C-AD358074190C 2024-11-09 12:52:58.108728+0100 localhost kernel[0]: (Sandbox) Sandbox: searchpartyd(340) deny(1) mach-lookup com.apple.CoreLocation.agent 2024-11-09 12:52:58.109838+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:58.109991+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:12195:344: operation failed (sel: 17 ret: e00002f0, 205) 2024-11-09 12:52:58.110019+0100 localhost kernel[0]: (AppleKeyStore) AppleKeyStore:12195:91: operation failed (sel: 35 ret: e00002f0, -1) 2024-11-09 12:52:58.114078+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:58.118385+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:58.122675+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:58.126973+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPort.cpp : 1322 ][writeAUX ] AUX Timeout 2024-11-09 12:52:58.257162+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.261439+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.265611+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.269852+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.274084+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.278310+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.282570+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] RD address = 0x00202, data size = 6, cmd = 0x90020205, ddi = 0 2024-11-09 12:52:58.286824+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPort.cpp : 1236 ][readAUX ] AUX Timeout 2024-11-09 12:52:58.286828+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 681 ][linkTraining ] laneMask=0xff, laneStatus=0xd2e0 2024-11-09 12:52:58.286831+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 682 ][linkTraining ] request01=0x90, request23=0xff 2024-11-09 12:52:58.286834+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][LINK_TRAIN][AppleIntelPort.cpp : 633 ][linkTraining ] Clock recovery: count=4, retries=2, circuitBreaker=9, voltage=1, preEmphasis=2 2024-11-09 12:52:58.286839+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1086 ][setVoltageSwingAndPr] DDI = 0 2024-11-09 12:52:58.286841+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1107 ][setVoltageSwingAndPr] Using driver's drive data 2024-11-09 12:52:58.286846+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1114 ][setVoltageSwingAndPr] VoltageInfo = 0x0 2024-11-09 12:52:58.286849+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1148 ][setVoltageSwingAndPr] Using external HDMI drive config table index 2024-11-09 12:52:58.286852+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1162 ][setVoltageSwingAndPr] Using variable eye drive config 2024-11-09 12:52:58.286855+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1174 ][setVoltageSwingAndPr] Drive config table index = 6 2024-11-09 12:52:58.286858+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1179 ][setVoltageSwingAndPr] Programming ComboIO PHY 2024-11-09 12:52:58.286861+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1212 ][setVoltageSwingAndPr] Using external HDMI drive config table 2024-11-09 12:52:58.286910+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][PORT ][AppleIntelPortHAL.cpp : 1454 ][setVoltageSwingAndPr] ret = 0x0 2024-11-09 12:52:58.286921+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 2024-11-09 12:52:58.291141+0100 localhost kernel[0]: (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][AUX ][AppleIntelPortHAL.cpp : 1591 ][runAUXCommand ] WR address = 0x00103, data size = 4, cmd = 0x80010303, ddi = 0 It seems that the framebuffer is going to search (at the ending of the logs) an auxiliar device in my case.. x.log.zip Kernel-2024-11-09-130243.panic Edited Saturday at 12:59 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 01:19 PM Author Share Posted Saturday at 01:19 PM (edited) With current nootedblue and hookcase releases I have got no more kp! ...but boot in black screen ..and got fortunately [IGFB] logs! (Now i can't see aux dev research on logs) x.log kern_gen11.cpp Edited Saturday at 01:43 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted Saturday at 02:29 PM Share Posted Saturday at 02:29 PM (edited) i've just update nblue src for nvram var but that wont help u omfg what you just did? it is almost working try use hwRegsNeedUpdate patch. with out it the tgl code is trying to power your display, etc and that won't work in theory we should not need that patch but for now it is what we got Edited Saturday at 02:42 PM by jalavoui 1 Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 02:51 PM Author Share Posted Saturday at 02:51 PM (edited) Now (with patch 10 enabled), always boot on black screen but the "unplugged display" message seems disappeared... x.log Edited Saturday at 02:56 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted Saturday at 04:35 PM Share Posted Saturday at 04:35 PM (edited) hmmm try play with connector zero patch or check the crt patch in nblue (disabled) does your display support this resolution? Edited Saturday at 04:42 PM by jalavoui Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 04:43 PM Author Share Posted Saturday at 04:43 PM (edited) 9 minutes ago, jalavoui said: hmmm try play with connector zero patch or check the crt patch in nblue (disabled) does your display support this resolution? My display supports max 2560x1600 Edited Saturday at 04:44 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 06:15 PM Author Share Posted Saturday at 06:15 PM (edited) I've got this that is quite strange too for example (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelFB.cpp : 7268 ][enableController ] FB0 (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelController.cpp :11234 ][enableController ] FB0: FBCONTROLLER::enableController (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][DISPLAY ][AppleIntelInterrupt.cpp : 2623 ][hwEnableInterrupts ] IntrEnabled=0 (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 699 ][enablePowerWellPG ] powerWell = PG3 (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 706 ][enablePowerWellPG ] fRefCountPG[3] = 1 (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 720 ][enablePowerWellPG ] Enabling PG3 hardware ...... (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 740 ][disablePowerWellPG ] powerWell = PG3 (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 755 ][disablePowerWellPG ] fRefCountPG[3] = 0 (AppleIntelTGLGraphicsFramebuffer) [IGFB][DEBUG][POWER_WELL][AppleIntelPowerWell.cpp : 769 ][disablePowerWellPG ] Disabling PG3 hardware I try patch f1 r1 for powerwellstate.. only for curiosity.. Edited Saturday at 06:26 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted Saturday at 06:20 PM Share Posted Saturday at 06:20 PM (edited) i think all pg are wrong. just ignore them for now unless you got a kp this is where youre stuck. i remenber this not sure when think you got this cause of some previous hack that break this try play with this patch change to or tryt last flags swap also this changes how tgl code handles the display agdc timming are really a pain for some displays Edited Saturday at 06:49 PM by jalavoui 1 Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 06:41 PM Author Share Posted Saturday at 06:41 PM (edited) If I try to patch these jumps should be avoid pipe0 disabled cmp dword ptr [r13+4250h], 0FFFFFFFBh __text:000000000004A175 jnz loc_4A424 __text:000000000004A17B inc cs:qword_1500B8 __text:000000000004A182 inc cs:qword_14F7D0 __text:000000000004A189 cmp byte ptr [r13+44DEh], 0 __text:000000000004A191 jz loc_4A424 __text:000000000004A197 inc cs:qword_1500B0 __text:000000000004A19E cmp qword ptr [r13+4260h], 0 __text:000000000004A1A6 jz loc_4A424 __text:000000000004A1AC mov [rbp+var_38], r14 __text:000000000004A1B0 inc cs:qword_1500A8 __text:000000000004A1B7 mov rdi, [r13+1D0h] __text:000000000004A1BE lea rdx, [rbp+var_F8] __text:000000000004A1C5 mov rsi, r13 __text:000000000004A1C8 call __ZN24AppleIntelBaseController35hwCRTCToIODetailedTimingInformationEP21AppleIntelFramebufferP29IODetailedTimingInformationV2 Edited Saturday at 06:41 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted Saturday at 06:51 PM Share Posted Saturday at 06:51 PM (edited) did u test this? i think it's for tgl not raptor lake i think u also need to change hookcase if disabling f19 don't patch pipe0 error. u will need it working for other things Edited Saturday at 06:54 PM by jalavoui 1 Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 07:45 PM Author Share Posted Saturday at 07:45 PM (edited) What is the register "reg" inside the igpu? Aren't good those values for the r3 patch? Edited Saturday at 08:04 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 07:54 PM Author Share Posted Saturday at 07:54 PM (edited) 2 hours ago, jalavoui said: i think all pg are wrong. just ignore them for now unless you got a kp this is where youre stuck. i remenber this not sure when think you got this cause of some previous hack that break this try play with this patch change to or tryt last flags swap also this changes how tgl code handles the display agdc timming are really a pain for some displays - Is this the solution! I saw only a square mouse with this third configuration! We are quite near... - For "try last flags swap also" what do you mean? "Last flags" is too much generic... - How did you know how to change these values? I don't understand anything.. - Modifing or unmodifing Hookcase and enabling or disabling the patch f19 r19 doesn't affect the results - With this fourth conf I got kp "0xffffff7f96a0bb11 com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN14AppleIntelPort14probePortStateEv + 0x207\n0xffffffebf078f970 : 0xffffff7f96a562fa com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN24AppleIntelBaseController16enableControllerEP21AppleIntelFramebuffer + 0x12c\n0xffffffebf078f9d0 : 0xffffff7f96a30af5 com.xxxxx.driver.AppleIntelTGLGraphicsFramebuffer : __ZN21AppleIntelFramebuffer16enableControllerEv + 0x10d" Edited Saturday at 09:35 PM by ASUS Vivobook Link to comment Share on other sites More sharing options...
jalavoui Posted Saturday at 09:42 PM Share Posted Saturday at 09:42 PM (edited) wg as description for this flags the log you posted using nblue defaults is fine so all good but then pipe0 error - i found no reason for this maybe this value matters for some part of the tgl code related patch is here option b) is patch pipe0 error - maybe it works (bad idea but try it) this is flags enabled in icl but disabled in tgl. try enable them this is strange. not nblue default Edited Saturday at 10:32 PM by jalavoui Link to comment Share on other sites More sharing options...
Stezza88 Posted Saturday at 10:19 PM Author Share Posted Saturday at 10:19 PM kern_gen11.cpp Link to comment Share on other sites More sharing options...
Recommended Posts