Contribute
Register

Inspiron 11 3153

Status
Not open for further replies.
Getting so close, but ending up with one error when compiling:

"syntax error, unexpected $end and premature End-Of-File"

Used refs.txt, added patches ]sys] Fix Mutex with non-zero SyncLevel and [syn] Fix ADBG Error

Also fixed this

Code:
If (LEqual (PM6H, One))
                {
                    CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW)  // _RW_: Read-Write Status
                    Store (Zero, ECRW (If (PM0H)
                            {
                                CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN)  // _LEN: Length
                                Store (Zero, F0LN)
                            }))
                }
to

Code:
If (LEqual (PM6H, One))
                {
                    CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW)  // _RW_: Read-Write Status
                    Store (Zero, ECRW) If (PM0H)
                            {
                                CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN)  // _LEN: Length
                                Store (Zero, F0LN)
                            }
                }

I attached my .aml, .dsl, and refs.txt file as well

edit:FIGURED IT OUT, I deleted a closing bracket at the end of the "If(LEqual..." code. Compiles now with 0 errors.
 

Attachments

  • dsdt.zip
    141.7 KB · Views: 91
Last edited:
Got battery status working. Thank you so much for the pointers. Turned out to be simpler than expected.

Now, moving on. The touch screen does work, although it primarily just acts as a mouse and moves the pointer and clicks. I've been trying to google and haven't come up with too much aside from touch-base which may or may not work, but for $180 I don't really want to find out. I assume there aren't any multi touch options out there to allow me to scroll a page with the screen like in windows, are there?

In the same vein, this laptop is a 2-in-1 and the screen can fold completely back. Is there a way in Mac OS to auto rotate and also turn off the keyboard/trackpad when in this mode?

I assume the answer to both is likely no but I thought I'd check
 
Getting so close, but ending up with one error when compiling:

"syntax error, unexpected $end and premature End-Of-File"

Used refs.txt, added patches ]sys] Fix Mutex with non-zero SyncLevel and [syn] Fix ADBG Error

Also fixed this

Code:
If (LEqual (PM6H, One))
                {
                    CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW)  // _RW_: Read-Write Status
                    Store (Zero, ECRW (If (PM0H)
                            {
                                CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN)  // _LEN: Length
                                Store (Zero, F0LN)
                            }))
                }
to

Code:
If (LEqual (PM6H, One))
                {
                    CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW)  // _RW_: Read-Write Status
                    Store (Zero, ECRW) If (PM0H)
                            {
                                CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN)  // _LEN: Length
                                Store (Zero, F0LN)
                            }
                }

I attached my .aml, .dsl, and refs.txt file as well

edit:FIGURED IT OUT, I deleted a closing bracket at the end of the "If(LEqual..." code. Compiles now with 0 errors.

Correct fix is this:
Code:
If (LEqual (PM6H, One))
                {
                    CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW)  // _RW_: Read-Write Status
                    Store (Zero, ECRW)
                }
If (PM0H)
                            {
                                CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN)  // _LEN: Length
                                Store (Zero, F0LN)
                            }
 
Now, moving on. The touch screen does work, although it primarily just acts as a mouse and moves the pointer and clicks. I've been trying to google and haven't come up with too much aside from touch-base which may or may not work, but for $180 I don't really want to find out. I assume there aren't any multi touch options out there to allow me to scroll a page with the screen like in windows, are there?

You mentioned the one option that exists for USB touchscreens (touchbase).

In the same vein, this laptop is a 2-in-1 and the screen can fold completely back. Is there a way in Mac OS to auto rotate and also turn off the keyboard/trackpad when in this mode?

I haven't heard of anyone doing it yet.
Imagine it will take some digging.
 
So, my last step is power management. I followed your guide, but after adding the SDDT to /ACPI/patched, i get a kernel panic
IMG_0132.jpg

Removing the SSDT allows me to boot again.

What did I do wrong? I thought I followed to a T.

Looking at Intel Power Gadget, it is fluctuating. Doesnt that mean PM is already working?
pg.jpeg


Code:
MacBook:Rehabman brian$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82f60000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 65E05472-6AE7-3308-8CC8-FA6CB0DB2AEE <12 11 7 6 5 4 3 1>
MacBook:Rehabman brian$ kextstat|grep -y appleintelcpu
MacBook:Rehabman brian$ kextstat|grep -y applelpc
MacBook:Rehabman brian$ kextstat|grep -y applehda
   93    1 0xffffff7f82b8b000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (279.48) ED51F180-19C8-3DE1-AF81-0E389D98ADDE <92 91 73 12 7 6 5 4 3 1>
  117    0 0xffffff7f82d0d000 0xb5000    0xb5000    com.apple.driver.AppleHDA (279.48) 806B8C17-50CA-3C6B-90B3-195F38D8FB89 <116 97 93 92 91 73 6 5 4 3 1>
MacBook:Rehabman brian$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext NullEthernet.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext Lilu.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext PinConfigs.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleALC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
KernelCache ID: 0940BB9B331D14922529E9FF104376DD
 

Attachments

  • CLOVER.zip
    1.7 MB · Views: 85
  • ioreg.zip
    534 KB · Views: 117
  • Patchmatic.zip
    49 KB · Views: 65
So, my last step is power management. I followed your guide, but after adding the SDDT to /ACPI/patched, i get a kernel panic
View attachment 280144
Removing the SSDT allows me to boot again.

What did I do wrong? I thought I followed to a T.

Looking at Intel Power Gadget, it is fluctuating. Doesnt that mean PM is already working?
View attachment 280145

Code:
MacBook:Rehabman brian$ kextstat|grep -y acpiplat
   13    2 0xffffff7f82f60000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (5.0) 65E05472-6AE7-3308-8CC8-FA6CB0DB2AEE <12 11 7 6 5 4 3 1>
MacBook:Rehabman brian$ kextstat|grep -y appleintelcpu
MacBook:Rehabman brian$ kextstat|grep -y applelpc
MacBook:Rehabman brian$ kextstat|grep -y applehda
   93    1 0xffffff7f82b8b000 0x1d000    0x1d000    com.apple.driver.AppleHDAController (279.48) ED51F180-19C8-3DE1-AF81-0E389D98ADDE <92 91 73 12 7 6 5 4 3 1>
  117    0 0xffffff7f82d0d000 0xb5000    0xb5000    com.apple.driver.AppleHDA (279.48) 806B8C17-50CA-3C6B-90B3-195F38D8FB89 <116 97 93 92 91 73 6 5 4 3 1>
MacBook:Rehabman brian$ sudo touch /System/Library/Extensions && sudo kextcache -u /
Password:
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleBacklightInjector.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Trackpad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Mouse.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext VoodooPS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext NullEthernet.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext Lilu.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Keyboard.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2Controller.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ApplePS2SmartTouchPad.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext PinConfigs.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleALC.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIBatteryManager.kext
KernelCache ID: 0940BB9B331D14922529E9FF104376DD

Your config.plist lacks the _xcpm_idle patch. It is required when using an HWP enabled SMBIOS (MacBook9,1 is one) with locked CPU MSR 0xE2 (yours is locked).

See guide plists for correct entry in KernelToPatch:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/
 
Your config.plist lacks the _xcpm_idle patch. It is required when using an HWP enabled SMBIOS (MacBook9,1 is one) with locked CPU MSR 0xE2 (yours is locked).

See guide plists for correct entry in KernelToPatch:
https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

This worked. Problems trying to check P-States with DPCIManager 1.5. When I click P-States and enter my admin password i get:
"The system extension "DPCINfkVq.kext" is not compatible with this version of OS X and can't be used. Please contact the developer for updated software"

Ideas on how I can check PM is working properly?
 
This worked. Problems trying to check P-States with DPCIManager 1.5. When I click P-States and enter my admin password i get:
"The system extension "DPCINfkVq.kext" is not compatible with this version of OS X and can't be used. Please contact the developer for updated software"

Ideas on how I can check PM is working properly?

Use AppleIntelInfo.kext.
 
Use AppleIntelInfo.kext.
does this look like its working properly?

Code:
AppleIntelInfo.kext v1.2 Copyright © 2012-2015 Pike R. Alpha. All rights reserved

Settings:
------------------------------------
logMSRs............................: 1
logIGPU............................: 1
logIntelRegs.......................: 1
logCStates.........................: 1
logIPGStyle........................: 1
InitialTSC.........................: 0x2b810ab6aac
MWAIT C-States.....................: 286531872

Model Specific Regiters
------------------------------------
MSR_CORE_THREAD_COUNT......(0x35)  : 0x20004
MSR_PLATFORM_INFO..........(0xCE)  : 0x4043BF1011700
MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x7E008005
MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x51814
IA32_MPERF.................(0xE7)  : 0x721A631A4C
IA32_APERF.................(0xE8)  : 0x61E4C5D754
MSR_FLEX_RATIO.............(0x194) : 0x10000
MSR_IA32_PERF_STATUS.......(0x198) : 0x1BD900001600
MSR_IA32_PERF_CONTROL......(0x199) : 0x1700
IA32_CLOCK_MODULATION......(0x19A) : 0x0
IA32_THERM_STATUS..........(0x19C) : 0x88350800
IA32_MISC_ENABLES..........(0x1A0) : 0x850089
MSR_MISC_PWR_MGMT..........(0x1AA) : 0x401CC1
MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x17171717
IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x5
MSR_POWER_CTL..............(0x1FC) : 0x24005F
MSR_RAPL_POWER_UNIT........(0x606) : 0xA0E03
MSR_PKG_POWER_LIMIT........(0x610) : 0x4280C800DD8044
MSR_PKG_ENERGY_STATUS......(0x611) : 0x3966A2F
MSR_PKG_POWER_INFO.........(0x614) : 0x78
MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x0
MSR_PP0_POWER_LIMIT........(0x638) : 0x0
MSR_PP0_ENERGY_STATUS......(0x639) : 0x26A8470
MSR_PP0_POLICY.............(0x63a) : 0x0
MSR_PKGC6_IRTL.............(0x60b) : 0x8876
MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x6926209457
MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x3602D6A63
MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0xD3CA2FA6C9
IA32_TSC_DEADLINE..........(0x6E0) : 0x2B8123715B8
PCH device.................: 0x9D488086

Intel Register Data
------------------------------------
CPU_VGACNTRL...............: 0x0
IS_ELSE(devid)
DCC........................: 0x00000000 ()
CHDECMISC..................: 0xffe94272 (XOR bank, ch2 enh enabled, ch1 enh disabled, ch0 enh disabled, flex enabled, ep not present)
C0DRB0.....................: 0x00000000 (0x0000)
C0DRB1.....................: 0x00000000 (0x0000)
C0DRB2.....................: 0x00000000 (0x0000)
C0DRB3.....................: 0x00000000 (0x0000)
C1DRB0.....................: 0x00869690 (0x9690)
C1DRB1.....................: 0x00000086 (0x0086)
C1DRB2.....................: 0x00000000 (0x0000)
C1DRB3.....................: 0x40200000 (0x0000)
C0DRA01....................: 0x00000000 (0x0000)
C0DRA23....................: 0x00000000 (0x0000)
C1DRA01....................: 0x02484020 (0x4020)
C1DRA23....................: 0x7fff0248 (0x0248)
PGETBL_CTL.................: 0x88602351
VCLK_DIVISOR_VGA0..........: 0x3754494b (n = 20, m1 = 9, m2 = 11)
VCLK_DIVISOR_VGA1..........: 0x476f7776 (n = 47, m1 = 55, m2 = 54)
VCLK_POST_DIV..............: 0x41020945 (vga0 p1 = 7, p2 = 2, vga1 p1 = 11, p2 = 2)
DPLL_TEST..................: 0x4d554270 (, DPLLA input buffer disabled, DPLLB M bypassed)
CACHE_MODE_0...............: 0x88602241
D_STATE....................: 0x04231b43
DSPCLK_GATE_D..............: 0x02094504 (clock gates disabled: DPUNIT_A DVSUNIT DPRUNIT DPBMUNIT DPBUNIT DPUNIT OVCUNIT)
RENCLK_GATE_D1.............: 0x66705341
RENCLK_GATE_D2.............: 0x7a342b59
SDVOB......................: 0x7e7ae921 (disabled, pipe B, stall enabled, not detected)
SDVOC......................: 0x00000000 (disabled, pipe A, stall disabled, not detected)
SDVOUDI....................: 0x00000000
DSPARB.....................: 0x00000065
FW_BLC.....................: 0x88602241
FW_BLC2....................: 0x000039c3
FW_BLC_SELF................: 0x88602351
DSPFW1.....................: 0x00000000
DSPFW2.....................: 0x00000156
DSPFW3.....................: 0x000002bb
ADPA.......................: 0x9660ec49 (enabled, transcoder A, +hsync, -vsync)
LVDS.......................: 0xd4482241 (enabled, pipe B, 18 bit, 1 channel)
DVOA.......................: 0x57002309 (disabled, pipe B, stall, +hsync, -vsync)
DVOB.......................: 0x7e7ae921 (disabled, pipe B, unknown stall, -hsync, -vsync)
DVOC.......................: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
DVOA_SRCDIM................: 0x00003411
DVOB_SRCDIM................: 0x00003411
DVOC_SRCDIM................: 0x00100600
BLC_PWM_CTL................: 0x00003411
BLC_PWM_CTL2...............: 0x57002991
PP_CONTROL.................: 0x00003411 (power target: on)
PP_STATUS..................: 0xd4482351 (on, ready, sequencing on)
PP_ON_DELAYS...............: 0xd3874561
PP_OFF_DELAYS..............: 0x00003411
PP_DIVISOR.................: 0xd4482241
PFIT_CONTROL...............: 0x1e004639
PFIT_PGM_RATIOS............: 0x00003411
PORT_HOTPLUG_EN............: 0x00000000
PORT_HOTPLUG_STAT..........: 0x00500600
DSPACNTR...................: 0x00000156 (disabled)
DSPASTRIDE.................: 0x000000ba (186 bytes)
DSPAPOS....................: 0x0000002e (46, 0)
DSPASIZE...................: 0x0000006e (111, 1)
DSPABASE...................: 0x0000034c
DSPASURF...................: 0x00000000
DSPATILEOFF................: 0x000003a2
PIPEACONF..................: 0xbf0d0f02 (enabled, single-wide, pf-pd, rotate 0, 8bpc)
PIPEASRC...................: 0x00000000 (1, 1)
PIPEASTAT..................: 0x00000010 (status: EFIELD_INT_STATUS)
PIPEA_GMCH_DATA_M..........: 0x00000066
PIPEA_GMCH_DATA_N..........: 0x00000000
PIPEA_DP_LINK_M............: 0x00000047
PIPEA_DP_LINK_N............: 0x00000010
CURSOR_A_BASE..............: 0x00000010
CURSOR_A_CONTROL...........: 0x00000047
CURSOR_A_POSITION..........: 0x00008314
FPA0.......................: 0x7837354e (n = 55, m1 = 53, m2 = 14)
FPA1.......................: 0x3736585a (n = 54, m1 = 24, m2 = 26)
DPLL_A.....................: 0x2b747253 (disabled, non-dvo, VGA, unknown clock, LVDS mode, p1 = 3, p2 = 7)
DPLL_A_MD..................: 0x46737a30
HTOTAL_A...................: 0x00000000 (1 active, 1 total)
HBLANK_A...................: 0x00000000 (1 start, 1 end)
HSYNC_A....................: 0x00000000 (1 start, 1 end)
VTOTAL_A...................: 0x00000000 (1 active, 1 total)
VBLANK_A...................: 0x00000000 (1 start, 1 end)
VSYNC_A....................: 0x00000000 (1 start, 1 end)
BCLRPAT_A..................: 0x00000000
VSYNCSHIFT_A...............: 0x00000000
DSPBCNTR...................: 0x79656b22 (disabled)
DSPBSTRIDE.................: 0x22746867 (578054247 bytes)
DSPBPOS....................: 0x2c312d3a (11578, 11313)
DSPBSIZE...................: 0x6c617622 (30243, 27746)
DSPBBASE...................: 0x6965775f
DSPBSURF...................: 0x43207365
DSPBTILEOFF................: 0x7d226e6f
PIPEBCONF..................: 0x656c7070 (disabled, double-wide, if-id, rotate 90, 12bpc)
PIPEBSRC...................: 0x00000001 (1, 2)
PIPEBSTAT..................: 0x6e616972 (status: CRC_ERROR_ENABLE GMBUS_EVENT_ENABLE VSYNC_INT_ENABLE LBLC_EVENT_ENABLE OFIELD_INT_ENABLE OREG_UPDATE_ENABLE CRC_ERROR_INT_STATUS GMBUS_INT_STATUS DLINE_COMPARE_STATUS LBLC_EVENT_STATUS OFIELD_INT_STATUS EFIPIPEB_GMCH_DATA_M..........: 0x553d6363
PIPEB_GMCH_DATA_N..........: 0x30755c53
PIPEB_DP_LINK_M............: 0x30755c6e
PIPEB_DP_LINK_N............: 0x67363230
CURSOR_B_BASE..............: 0x00000311
CURSOR_B_CONTROL...........: 0x0000014d
CURSOR_B_POSITION..........: 0x0000030f
FPB0.......................: 0x4d554270 (n = 21, m1 = 2, m2 = 48)
FPB1.......................: 0x65412f79 (n = 1, m1 = 47, m2 = 57)
DPLL_B.....................: 0x52356d42 (disabled, dvo, spread spectrum clock, unknown mode, p1 = 1, p2 = 0, using FPx1!)
DPLL_B_MD..................: 0x6a6a6e33
HTOTAL_B...................: 0x00000000 (1 active, 1 total)
HBLANK_B...................: 0x00000001 (2 start, 1 end)
HSYNC_B....................: 0x7e7b5f39 (24378 start, 32380 end)
VTOTAL_B...................: 0x00003411 (13330 active, 1 total)
VBLANK_B...................: 0x00000000 (1 start, 1 end)
VSYNC_B....................: 0x00600540 (1345 start, 97 end)
BCLRPAT_B..................: 0x57002309
VSYNCSHIFT_B...............: 0x00000000
VCLK_DIVISOR_VGA0..........: 0x3754494b
VCLK_DIVISOR_VGA1..........: 0x476f7776
VCLK_POST_DIV..............: 0x41020945
VGACNTRL...................: 0x6c65676e (enabled)
TV_CTL.....................: 0x00000000
TV_DAC.....................: 0x00000000
TV_CSC_Y...................: 0x00000000
TV_CSC_Y2..................: 0x00000000
TV_CSC_U...................: 0x00000000
TV_CSC_U2..................: 0x00000000
TV_CSC_V...................: 0x00000000
TV_CSC_V2..................: 0x00000000
TV_CLR_KNOBS...............: 0x00000000
TV_CLR_LEVEL...............: 0x00000000
TV_H_CTL_1.................: 0x00000000
TV_H_CTL_2.................: 0x00000000
TV_H_CTL_3.................: 0x00000000
TV_V_CTL_1.................: 0x00000000
TV_V_CTL_2.................: 0x00000000
TV_V_CTL_3.................: 0x00000000
TV_V_CTL_4.................: 0x00000000
TV_V_CTL_5.................: 0x00000000
TV_V_CTL_6.................: 0x00000000
TV_V_CTL_7.................: 0x00000000
TV_SC_CTL_1................: 0x00000000
TV_SC_CTL_2................: 0x00000000
TV_SC_CTL_3................: 0x00000000
TV_WIN_POS.................: 0x00000000
TV_WIN_SIZE................: 0x00000000
TV_FILTER_CTL_1............: 0x00000000
TV_FILTER_CTL_2............: 0x00000000
TV_FILTER_CTL_3............: 0x00000000
TV_CC_CONTROL..............: 0x00000000
TV_CC_DATA.................: 0x00000000
TV_H_LUMA_0................: 0x00000000
TV_H_LUMA_59...............: 0x00000000
TV_H_CHROMA_0..............: 0x00000000
TV_H_CHROMA_59.............: 0x00000000
FBC_CFB_BASE...............: 0x74733c09
FBC_LL_BASE................: 0x676e6972
FBC_CONTROL................: 0x7475723e
FBC_COMMAND................: 0x732f3c61
FBC_STATUS.................: 0x6e697274
FBC_CONTROL2...............: 0x090a3e67
FBC_FENCE_OFF..............: 0x3e79656b
FBC_MOD_NUM................: 0x7449444d
MI_MODE....................: 0x000039c3
MI_ARB_STATE...............: 0x000039c3
MI_RDRET_STATE.............: 0x000039c3
ECOSKPD....................: 0x00000000
DP_B.......................: 0x830447b6
DPB_AUX_CH_CTL.............: 0x0147b60f
DPB_AUX_CH_DATA1...........: 0x756ff883
DPB_AUX_CH_DATA2...........: 0x47b60f55
DPB_AUX_CH_DATA3...........: 0x70f88302
DPB_AUX_CH_DATA4...........: 0xb60f5c75
DPB_AUX_CH_DATA5...........: 0xf8830347
DP_C.......................: 0x1cebc931
DPC_AUX_CH_CTL.............: 0x0cebc931
DPC_AUX_CH_DATA1...........: 0x08498b49
DPC_AUX_CH_DATA2...........: 0x390cb60f
DPC_AUX_CH_DATA3...........: 0x00401f0f
DPC_AUX_CH_DATA4...........: 0x74f68548
DPC_AUX_CH_DATA5...........: 0x04568b1b
DP_D.......................: 0x66f63116
DPD_AUX_CH_CTL.............: 0x74c08548
DPD_AUX_CH_DATA1...........: 0x0470391b
DPD_AUX_CH_DATA2...........: 0x40f62676
DPD_AUX_CH_DATA3...........: 0x24750810
DPD_AUX_CH_DATA4...........: 0x08488b48
DPD_AUX_CH_DATA5...........: 0x710cb70f
AUD_CONFIG.................: 0x22286563
AUD_HDMIW_STATUS...........: 0x297d7d29
AUD_CONV_CHCNT.............: 0x3b7d7b3d
VIDEO_DIP_CTL..............: 0x39d597b1
AUD_PINW_CNTR..............: 0x50444e45
AUD_CNTL_ST................: 0x544e494f
AUD_PIN_CAP................: 0x522e7369
AUD_PINW_CAP...............: 0x68743b29
AUD_PINW_UNSOLRESP.........: 0x76696a3d
AUD_OUT_DIG_CNVT...........: 0x6974636e
AUD_OUT_CWCAP..............: 0x613b2272
AUD_GRP_CAP................: 0x75662864
FENCE  0...................: 0x34a828e1 (enabled, X tiled, 32768 pitch, 0x04a00000 - 0x04b00000 (1024kb))
FENCE  1...................: 0x000039c3 (enabled, Y tiled, 2048 pitch, 0x00000000 - 0x00200000 (2048kb))
FENCE  2...................: 0x00000000 (disabled)
FENCE  3...................: 0x00000005 (enabled, X tiled,  512 pitch, 0x00000000 - 0x00100000 (1024kb))
FENCE  4...................: 0x735c92f1 (enabled, Y tiled, 16384 pitch, 0x03500000 - 0x03900000 (4096kb))
FENCE  5...................: 0x000039c3 (enabled, Y tiled, 2048 pitch, 0x00000000 - 0x00200000 (2048kb))
FENCE  6...................: 0x5c5721b1 (enabled, X tiled, 4096 pitch, 0x0c500000 - 0x0c700000 (2048kb))
FENCE  7...................: 0x000039c3 (enabled, Y tiled, 2048 pitch, 0x00000000 - 0x00200000 (2048kb))
FENCE  8...................: 0x74733c09 (enabled, Y tiled,  128 pitch, 0x04700000 - 0x05700000 (16384kb))
FENCE  9...................: 0x676e6972 (disabled)
FENCE  10..................: 0x636e413e (disabled)
FENCE  11..................: 0x61727568 (disabled)
FENCE  12..................: 0x20656420 (disabled)
FENCE  13..................: 0x7020616c (disabled)
FENCE  14..................: 0x6967a1c3 (enabled, X tiled, 8192 pitch, 0x09600000 - 0x09800000 (2048kb))
FENCE  15..................: 0x6420616e (disabled)
FENCE START 0..............: 0x74733c09 ()
FENCE END 0................: 0x676e6972 ()
FENCE START 1..............: 0x636e413e ()
FENCE END 1................: 0x61727568 ()
FENCE START 2..............: 0x20656420 ()
FENCE END 2................: 0x7020616c ()
FENCE START 3..............: 0x6967a1c3 ()
FENCE END 3................: 0x6420616e ()
FENCE START 4..............: 0x64206c65 ()
FENCE END 4................: 0x6d75636f ()
FENCE START 5..............: 0x6f746e65 ()
FENCE END 5................: 0x206e6520 ()
FENCE START 6..............: 0x746e7570 ()
FENCE END 6................: 0x2f3c736f ()
FENCE START 7..............: 0x69727473 ()
FENCE END 7................: 0x0a3e676e ()
FENCE START 8..............: 0x3c090909 ()
FENCE END 8................: 0x3e79656b ()
FENCE START 9..............: 0x49444d6b ()
FENCE END 9................: 0x506d6574 ()
FENCE START 10.............: 0x57656761 ()
FENCE END 10...............: 0x68746469 ()
FENCE START 11.............: 0x6f68532e ()
FENCE END 11...............: 0x614e7472 ()
FENCE START 12.............: 0x2f3c656d ()
FENCE END 12...............: 0x3e79656b ()
FENCE START 13.............: 0x0909090a ()
FENCE END 13...............: 0x7274733c ()
FENCE START 14.............: 0x3e676e69 ()
FENCE END 14...............: 0x68636e61 ()
FENCE START 15.............: 0x70617275 ()
FENCE END 15...............: 0x6967a1c3 ()
INST_PM....................: 0x00000000
p2 out of range
p1 out of range
pipe A dot 510526 n 55 m1 53 m2 14 p1 1 p2 1
p1 out of range
fp select out of range
pipe B dot 21739 n 21 m1 2 m2 48 p1 1 p2 14

CPU Ratio Info:
------------------------------------
CPU Low Frequency Mode.............: 400 MHz
CPU Maximum non-Turbo Frequency....: 2300 MHz
CPU Maximum Turbo Frequency........: 2300 MHz

IGPU Info:
------------------------------------
IGPU Current Frequency.............:    0 MHz
IGPU Minimum Frequency.............:  300 MHz
IGPU Maximum Non-Turbo Frequency...:  300 MHz
IGPU Maximum Turbo Frequency.......: 1000 MHz
IGPU Maximum limit.................: No Limit

CPU P-States [ (17) 20 22 ] iGPU P-States [ ]
CPU C3-Cores [ 0 1 3 ]
CPU P-States [ (17) 19 20 22 ] iGPU P-States [ (18) ]
CPU C3-Cores [ 0 1 2 3 ]
CPU P-States [ 17 19 20 21 (22) ] iGPU P-States [ (18) ]
CPU P-States [ (17) 18 19 20 21 22 ] iGPU P-States [ 18 ]
CPU P-States [ (12) 17 18 19 20 21 22 ] iGPU P-States [ 18 ]
CPU P-States [ 12 16 (17) 18 19 20 21 22 ] iGPU P-States [ 18 ]
CPU P-States [ 12 16 17 18 19 20 21 (22) ] iGPU P-States [ 18 ]
CPU P-States [ 12 16 17 18 19 (20) 21 22 ] iGPU P-States [ 18 ]
CPU P-States [ 12 16 17 18 19 20 21 (22) ] iGPU P-States [ 18 (21) ]
CPU P-States [ 12 16 17 18 19 20 21 (22) ] iGPU P-States [ (6) 18 21 ]
CPU P-States [ 12 16 17 18 19 20 (21) 22 ] iGPU P-States [ 6 18 21 (27) ]
 
does this look like its working properly?

Code:
AppleIntelInfo.kext v1.2 Copyright © 2012-2015 Pike R. Alpha. All rights reserved

Settings:
------------------------------------
logMSRs............................: 1
logIGPU............................: 1
logIntelRegs.......................: 1
logCStates.........................: 1
logIPGStyle........................: 1
InitialTSC.........................: 0x2b810ab6aac
MWAIT C-States.....................: 286531872

Model Specific Regiters
------------------------------------
MSR_CORE_THREAD_COUNT......(0x35)  : 0x20004
MSR_PLATFORM_INFO..........(0xCE)  : 0x4043BF1011700
MSR_PMG_CST_CONFIG_CONTROL.(0xE2)  : 0x7E008005
MSR_PMG_IO_CAPTURE_BASE....(0xE4)  : 0x51814
IA32_MPERF.................(0xE7)  : 0x721A631A4C
IA32_APERF.................(0xE8)  : 0x61E4C5D754
MSR_FLEX_RATIO.............(0x194) : 0x10000
MSR_IA32_PERF_STATUS.......(0x198) : 0x1BD900001600
MSR_IA32_PERF_CONTROL......(0x199) : 0x1700
IA32_CLOCK_MODULATION......(0x19A) : 0x0
IA32_THERM_STATUS..........(0x19C) : 0x88350800
IA32_MISC_ENABLES..........(0x1A0) : 0x850089
MSR_MISC_PWR_MGMT..........(0x1AA) : 0x401CC1
MSR_TURBO_RATIO_LIMIT......(0x1AD) : 0x17171717
IA32_ENERGY_PERF_BIAS......(0x1B0) : 0x5
MSR_POWER_CTL..............(0x1FC) : 0x24005F
MSR_RAPL_POWER_UNIT........(0x606) : 0xA0E03
MSR_PKG_POWER_LIMIT........(0x610) : 0x4280C800DD8044
MSR_PKG_ENERGY_STATUS......(0x611) : 0x3966A2F
MSR_PKG_POWER_INFO.........(0x614) : 0x78
MSR_PP0_CURRENT_CONFIG.....(0x601) : 0x0
MSR_PP0_POWER_LIMIT........(0x638) : 0x0
MSR_PP0_ENERGY_STATUS......(0x639) : 0x26A8470
MSR_PP0_POLICY.............(0x63a) : 0x0
MSR_PKGC6_IRTL.............(0x60b) : 0x8876
MSR_PKG_C2_RESIDENCY.......(0x60d) : 0x6926209457
MSR_PKG_C3_RESIDENCY.......(0x3f8) : 0x3602D6A63
MSR_PKG_C6_RESIDENCY.......(0x3f9) : 0xD3CA2FA6C9
IA32_TSC_DEADLINE..........(0x6E0) : 0x2B8123715B8
PCH device.................: 0x9D488086

Intel Register Data
------------------------------------
CPU_VGACNTRL...............: 0x0
IS_ELSE(devid)
DCC........................: 0x00000000 ()
CHDECMISC..................: 0xffe94272 (XOR bank, ch2 enh enabled, ch1 enh disabled, ch0 enh disabled, flex enabled, ep not present)
C0DRB0.....................: 0x00000000 (0x0000)
C0DRB1.....................: 0x00000000 (0x0000)
C0DRB2.....................: 0x00000000 (0x0000)
C0DRB3.....................: 0x00000000 (0x0000)
C1DRB0.....................: 0x00869690 (0x9690)
C1DRB1.....................: 0x00000086 (0x0086)
C1DRB2.....................: 0x00000000 (0x0000)
C1DRB3.....................: 0x40200000 (0x0000)
C0DRA01....................: 0x00000000 (0x0000)
C0DRA23....................: 0x00000000 (0x0000)
C1DRA01....................: 0x02484020 (0x4020)
C1DRA23....................: 0x7fff0248 (0x0248)
PGETBL_CTL.................: 0x88602351
VCLK_DIVISOR_VGA0..........: 0x3754494b (n = 20, m1 = 9, m2 = 11)
VCLK_DIVISOR_VGA1..........: 0x476f7776 (n = 47, m1 = 55, m2 = 54)
VCLK_POST_DIV..............: 0x41020945 (vga0 p1 = 7, p2 = 2, vga1 p1 = 11, p2 = 2)
DPLL_TEST..................: 0x4d554270 (, DPLLA input buffer disabled, DPLLB M bypassed)
CACHE_MODE_0...............: 0x88602241
D_STATE....................: 0x04231b43
DSPCLK_GATE_D..............: 0x02094504 (clock gates disabled: DPUNIT_A DVSUNIT DPRUNIT DPBMUNIT DPBUNIT DPUNIT OVCUNIT)
RENCLK_GATE_D1.............: 0x66705341
RENCLK_GATE_D2.............: 0x7a342b59
SDVOB......................: 0x7e7ae921 (disabled, pipe B, stall enabled, not detected)
SDVOC......................: 0x00000000 (disabled, pipe A, stall disabled, not detected)
SDVOUDI....................: 0x00000000
DSPARB.....................: 0x00000065
FW_BLC.....................: 0x88602241
FW_BLC2....................: 0x000039c3
FW_BLC_SELF................: 0x88602351
DSPFW1.....................: 0x00000000
DSPFW2.....................: 0x00000156
DSPFW3.....................: 0x000002bb
ADPA.......................: 0x9660ec49 (enabled, transcoder A, +hsync, -vsync)
LVDS.......................: 0xd4482241 (enabled, pipe B, 18 bit, 1 channel)
DVOA.......................: 0x57002309 (disabled, pipe B, stall, +hsync, -vsync)
DVOB.......................: 0x7e7ae921 (disabled, pipe B, unknown stall, -hsync, -vsync)
DVOC.......................: 0x00000000 (disabled, pipe A, no stall, -hsync, -vsync)
DVOA_SRCDIM................: 0x00003411
DVOB_SRCDIM................: 0x00003411
DVOC_SRCDIM................: 0x00100600
BLC_PWM_CTL................: 0x00003411
BLC_PWM_CTL2...............: 0x57002991
PP_CONTROL.................: 0x00003411 (power target: on)
PP_STATUS..................: 0xd4482351 (on, ready, sequencing on)
PP_ON_DELAYS...............: 0xd3874561
PP_OFF_DELAYS..............: 0x00003411
PP_DIVISOR.................: 0xd4482241
PFIT_CONTROL...............: 0x1e004639
PFIT_PGM_RATIOS............: 0x00003411
PORT_HOTPLUG_EN............: 0x00000000
PORT_HOTPLUG_STAT..........: 0x00500600
DSPACNTR...................: 0x00000156 (disabled)
DSPASTRIDE.................: 0x000000ba (186 bytes)
DSPAPOS....................: 0x0000002e (46, 0)
DSPASIZE...................: 0x0000006e (111, 1)
DSPABASE...................: 0x0000034c
DSPASURF...................: 0x00000000
DSPATILEOFF................: 0x000003a2
PIPEACONF..................: 0xbf0d0f02 (enabled, single-wide, pf-pd, rotate 0, 8bpc)
PIPEASRC...................: 0x00000000 (1, 1)
PIPEASTAT..................: 0x00000010 (status: EFIELD_INT_STATUS)
PIPEA_GMCH_DATA_M..........: 0x00000066
PIPEA_GMCH_DATA_N..........: 0x00000000
PIPEA_DP_LINK_M............: 0x00000047
PIPEA_DP_LINK_N............: 0x00000010
CURSOR_A_BASE..............: 0x00000010
CURSOR_A_CONTROL...........: 0x00000047
CURSOR_A_POSITION..........: 0x00008314
FPA0.......................: 0x7837354e (n = 55, m1 = 53, m2 = 14)
FPA1.......................: 0x3736585a (n = 54, m1 = 24, m2 = 26)
DPLL_A.....................: 0x2b747253 (disabled, non-dvo, VGA, unknown clock, LVDS mode, p1 = 3, p2 = 7)
DPLL_A_MD..................: 0x46737a30
HTOTAL_A...................: 0x00000000 (1 active, 1 total)
HBLANK_A...................: 0x00000000 (1 start, 1 end)
HSYNC_A....................: 0x00000000 (1 start, 1 end)
VTOTAL_A...................: 0x00000000 (1 active, 1 total)
VBLANK_A...................: 0x00000000 (1 start, 1 end)
VSYNC_A....................: 0x00000000 (1 start, 1 end)
BCLRPAT_A..................: 0x00000000
VSYNCSHIFT_A...............: 0x00000000
DSPBCNTR...................: 0x79656b22 (disabled)
DSPBSTRIDE.................: 0x22746867 (578054247 bytes)
DSPBPOS....................: 0x2c312d3a (11578, 11313)
DSPBSIZE...................: 0x6c617622 (30243, 27746)
DSPBBASE...................: 0x6965775f
DSPBSURF...................: 0x43207365
DSPBTILEOFF................: 0x7d226e6f
PIPEBCONF..................: 0x656c7070 (disabled, double-wide, if-id, rotate 90, 12bpc)
PIPEBSRC...................: 0x00000001 (1, 2)
PIPEBSTAT..................: 0x6e616972 (status: CRC_ERROR_ENABLE GMBUS_EVENT_ENABLE VSYNC_INT_ENABLE LBLC_EVENT_ENABLE OFIELD_INT_ENABLE OREG_UPDATE_ENABLE CRC_ERROR_INT_STATUS GMBUS_INT_STATUS DLINE_COMPARE_STATUS LBLC_EVENT_STATUS OFIELD_INT_STATUS EFIPIPEB_GMCH_DATA_M..........: 0x553d6363
PIPEB_GMCH_DATA_N..........: 0x30755c53
PIPEB_DP_LINK_M............: 0x30755c6e
PIPEB_DP_LINK_N............: 0x67363230
CURSOR_B_BASE..............: 0x00000311
CURSOR_B_CONTROL...........: 0x0000014d
CURSOR_B_POSITION..........: 0x0000030f
FPB0.......................: 0x4d554270 (n = 21, m1 = 2, m2 = 48)
FPB1.......................: 0x65412f79 (n = 1, m1 = 47, m2 = 57)
DPLL_B.....................: 0x52356d42 (disabled, dvo, spread spectrum clock, unknown mode, p1 = 1, p2 = 0, using FPx1!)
DPLL_B_MD..................: 0x6a6a6e33
HTOTAL_B...................: 0x00000000 (1 active, 1 total)
HBLANK_B...................: 0x00000001 (2 start, 1 end)
HSYNC_B....................: 0x7e7b5f39 (24378 start, 32380 end)
VTOTAL_B...................: 0x00003411 (13330 active, 1 total)
VBLANK_B...................: 0x00000000 (1 start, 1 end)
VSYNC_B....................: 0x00600540 (1345 start, 97 end)
BCLRPAT_B..................: 0x57002309
VSYNCSHIFT_B...............: 0x00000000
VCLK_DIVISOR_VGA0..........: 0x3754494b
VCLK_DIVISOR_VGA1..........: 0x476f7776
VCLK_POST_DIV..............: 0x41020945
VGACNTRL...................: 0x6c65676e (enabled)
TV_CTL.....................: 0x00000000
TV_DAC.....................: 0x00000000
TV_CSC_Y...................: 0x00000000
TV_CSC_Y2..................: 0x00000000
TV_CSC_U...................: 0x00000000
TV_CSC_U2..................: 0x00000000
TV_CSC_V...................: 0x00000000
TV_CSC_V2..................: 0x00000000
TV_CLR_KNOBS...............: 0x00000000
TV_CLR_LEVEL...............: 0x00000000
TV_H_CTL_1.................: 0x00000000
TV_H_CTL_2.................: 0x00000000
TV_H_CTL_3.................: 0x00000000
TV_V_CTL_1.................: 0x00000000
TV_V_CTL_2.................: 0x00000000
TV_V_CTL_3.................: 0x00000000
TV_V_CTL_4.................: 0x00000000
TV_V_CTL_5.................: 0x00000000
TV_V_CTL_6.................: 0x00000000
TV_V_CTL_7.................: 0x00000000
TV_SC_CTL_1................: 0x00000000
TV_SC_CTL_2................: 0x00000000
TV_SC_CTL_3................: 0x00000000
TV_WIN_POS.................: 0x00000000
TV_WIN_SIZE................: 0x00000000
TV_FILTER_CTL_1............: 0x00000000
TV_FILTER_CTL_2............: 0x00000000
TV_FILTER_CTL_3............: 0x00000000
TV_CC_CONTROL..............: 0x00000000
TV_CC_DATA.................: 0x00000000
TV_H_LUMA_0................: 0x00000000
TV_H_LUMA_59...............: 0x00000000
TV_H_CHROMA_0..............: 0x00000000
TV_H_CHROMA_59.............: 0x00000000
FBC_CFB_BASE...............: 0x74733c09
FBC_LL_BASE................: 0x676e6972
FBC_CONTROL................: 0x7475723e
FBC_COMMAND................: 0x732f3c61
FBC_STATUS.................: 0x6e697274
FBC_CONTROL2...............: 0x090a3e67
FBC_FENCE_OFF..............: 0x3e79656b
FBC_MOD_NUM................: 0x7449444d
MI_MODE....................: 0x000039c3
MI_ARB_STATE...............: 0x000039c3
MI_RDRET_STATE.............: 0x000039c3
ECOSKPD....................: 0x00000000
DP_B.......................: 0x830447b6
DPB_AUX_CH_CTL.............: 0x0147b60f
DPB_AUX_CH_DATA1...........: 0x756ff883
DPB_AUX_CH_DATA2...........: 0x47b60f55
DPB_AUX_CH_DATA3...........: 0x70f88302
DPB_AUX_CH_DATA4...........: 0xb60f5c75
DPB_AUX_CH_DATA5...........: 0xf8830347
DP_C.......................: 0x1cebc931
DPC_AUX_CH_CTL.............: 0x0cebc931
DPC_AUX_CH_DATA1...........: 0x08498b49
DPC_AUX_CH_DATA2...........: 0x390cb60f
DPC_AUX_CH_DATA3...........: 0x00401f0f
DPC_AUX_CH_DATA4...........: 0x74f68548
DPC_AUX_CH_DATA5...........: 0x04568b1b
DP_D.......................: 0x66f63116
DPD_AUX_CH_CTL.............: 0x74c08548
DPD_AUX_CH_DATA1...........: 0x0470391b
DPD_AUX_CH_DATA2...........: 0x40f62676
DPD_AUX_CH_DATA3...........: 0x24750810
DPD_AUX_CH_DATA4...........: 0x08488b48
DPD_AUX_CH_DATA5...........: 0x710cb70f
AUD_CONFIG.................: 0x22286563
AUD_HDMIW_STATUS...........: 0x297d7d29
AUD_CONV_CHCNT.............: 0x3b7d7b3d
VIDEO_DIP_CTL..............: 0x39d597b1
AUD_PINW_CNTR..............: 0x50444e45
AUD_CNTL_ST................: 0x544e494f
AUD_PIN_CAP................: 0x522e7369
AUD_PINW_CAP...............: 0x68743b29
AUD_PINW_UNSOLRESP.........: 0x76696a3d
AUD_OUT_DIG_CNVT...........: 0x6974636e
AUD_OUT_CWCAP..............: 0x613b2272
AUD_GRP_CAP................: 0x75662864
FENCE  0...................: 0x34a828e1 (enabled, X tiled, 32768 pitch, 0x04a00000 - 0x04b00000 (1024kb))
FENCE  1...................: 0x000039c3 (enabled, Y tiled, 2048 pitch, 0x00000000 - 0x00200000 (2048kb))
FENCE  2...................: 0x00000000 (disabled)
FENCE  3...................: 0x00000005 (enabled, X tiled,  512 pitch, 0x00000000 - 0x00100000 (1024kb))
FENCE  4...................: 0x735c92f1 (enabled, Y tiled, 16384 pitch, 0x03500000 - 0x03900000 (4096kb))
FENCE  5...................: 0x000039c3 (enabled, Y tiled, 2048 pitch, 0x00000000 - 0x00200000 (2048kb))
FENCE  6...................: 0x5c5721b1 (enabled, X tiled, 4096 pitch, 0x0c500000 - 0x0c700000 (2048kb))
FENCE  7...................: 0x000039c3 (enabled, Y tiled, 2048 pitch, 0x00000000 - 0x00200000 (2048kb))
FENCE  8...................: 0x74733c09 (enabled, Y tiled,  128 pitch, 0x04700000 - 0x05700000 (16384kb))
FENCE  9...................: 0x676e6972 (disabled)
FENCE  10..................: 0x636e413e (disabled)
FENCE  11..................: 0x61727568 (disabled)
FENCE  12..................: 0x20656420 (disabled)
FENCE  13..................: 0x7020616c (disabled)
FENCE  14..................: 0x6967a1c3 (enabled, X tiled, 8192 pitch, 0x09600000 - 0x09800000 (2048kb))
FENCE  15..................: 0x6420616e (disabled)
FENCE START 0..............: 0x74733c09 ()
FENCE END 0................: 0x676e6972 ()
FENCE START 1..............: 0x636e413e ()
FENCE END 1................: 0x61727568 ()
FENCE START 2..............: 0x20656420 ()
FENCE END 2................: 0x7020616c ()
FENCE START 3..............: 0x6967a1c3 ()
FENCE END 3................: 0x6420616e ()
FENCE START 4..............: 0x64206c65 ()
FENCE END 4................: 0x6d75636f ()
FENCE START 5..............: 0x6f746e65 ()
FENCE END 5................: 0x206e6520 ()
FENCE START 6..............: 0x746e7570 ()
FENCE END 6................: 0x2f3c736f ()
FENCE START 7..............: 0x69727473 ()
FENCE END 7................: 0x0a3e676e ()
FENCE START 8..............: 0x3c090909 ()
FENCE END 8................: 0x3e79656b ()
FENCE START 9..............: 0x49444d6b ()
FENCE END 9................: 0x506d6574 ()
FENCE START 10.............: 0x57656761 ()
FENCE END 10...............: 0x68746469 ()
FENCE START 11.............: 0x6f68532e ()
FENCE END 11...............: 0x614e7472 ()
FENCE START 12.............: 0x2f3c656d ()
FENCE END 12...............: 0x3e79656b ()
FENCE START 13.............: 0x0909090a ()
FENCE END 13...............: 0x7274733c ()
FENCE START 14.............: 0x3e676e69 ()
FENCE END 14...............: 0x68636e61 ()
FENCE START 15.............: 0x70617275 ()
FENCE END 15...............: 0x6967a1c3 ()
INST_PM....................: 0x00000000
p2 out of range
p1 out of range
pipe A dot 510526 n 55 m1 53 m2 14 p1 1 p2 1
p1 out of range
fp select out of range
pipe B dot 21739 n 21 m1 2 m2 48 p1 1 p2 14

CPU Ratio Info:
------------------------------------
CPU Low Frequency Mode.............: 400 MHz
CPU Maximum non-Turbo Frequency....: 2300 MHz
CPU Maximum Turbo Frequency........: 2300 MHz

IGPU Info:
------------------------------------
IGPU Current Frequency.............:    0 MHz
IGPU Minimum Frequency.............:  300 MHz
IGPU Maximum Non-Turbo Frequency...:  300 MHz
IGPU Maximum Turbo Frequency.......: 1000 MHz
IGPU Maximum limit.................: No Limit

CPU P-States [ (17) 20 22 ] iGPU P-States [ ]
CPU C3-Cores [ 0 1 3 ]
CPU P-States [ (17) 19 20 22 ] iGPU P-States [ (18) ]
CPU C3-Cores [ 0 1 2 3 ]
CPU P-States [ 17 19 20 21 (22) ] iGPU P-States [ (18) ]
CPU P-States [ (17) 18 19 20 21 22 ] iGPU P-States [ 18 ]
CPU P-States [ (12) 17 18 19 20 21 22 ] iGPU P-States [ 18 ]
CPU P-States [ 12 16 (17) 18 19 20 21 22 ] iGPU P-States [ 18 ]
CPU P-States [ 12 16 17 18 19 20 21 (22) ] iGPU P-States [ 18 ]
CPU P-States [ 12 16 17 18 19 (20) 21 22 ] iGPU P-States [ 18 ]
CPU P-States [ 12 16 17 18 19 20 21 (22) ] iGPU P-States [ 18 (21) ]
CPU P-States [ 12 16 17 18 19 20 21 (22) ] iGPU P-States [ (6) 18 21 ]
CPU P-States [ 12 16 17 18 19 20 (21) 22 ] iGPU P-States [ 6 18 21 (27) ]

Yes.
You could get it to idle lower by patching the X86PlatformPlugin FrequencyVectors (see Pike's freqVectorsEdit.sh script), but there is probably a reason Apple runs idle at x12.
 
Status
Not open for further replies.
Back
Top