Jump to content

Intel HD 4600 QE/CI Yosemite


wusa
 Share

482 posts in this topic

Recommended Posts

Crashman, DP6 problems with HD4600 no.  In SSDT injection 

Scope (\_SB.PCI0.IGPU)
        {
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x02)
                {
                    "AAPL,ig-platform-id", 
                    Buffer (0x04)
                    {
                         0x00, 0x00, 0x16, 0x0A
                    }
                })
            }
        }

The panic and reset isn't present. Everything works. I didn't check other ig-platform-id.


P.S. With 0300220D panic. With 0000160A everything works, do not panic.

  • Like 2
Link to comment
Share on other sites

Crashman, DP6 problems with HD4600 no.  In SSDT injection 

Scope (\_SB.PCI0.IGPU)
        {
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x02)
                {
                    "AAPL,ig-platform-id", 
                    Buffer (0x04)
                    {
                         0x00, 0x00, 0x16, 0x0A
                    }
                })
            }
        }

The panic and reset isn't present. Everything works. I didn't check other ig-platform-id.

P.S. With 0300220D panic. With 0000160A everything works, do not panic.

 

Confirmed.

I changed ig-platform-id from "0x03, 0x00, 0x22, 0x0D" to "0x00, 0x00, 0x16, 0x0A" and pb1 runs well.

Thanks a lot!

 

Edit: Now I updated to dp5 and then dp6, both are running well too.

  • Like 1
Link to comment
Share on other sites

Crashman, DP6 problems with HD4600 no.  In SSDT injection 

Scope (\_SB.PCI0.IGPU)
        {
            Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                If (LEqual (Arg2, Zero))
                {
                    Return (Buffer (One)
                    {
                         0x03
                    })
                }

                Return (Package (0x02)
                {
                    "AAPL,ig-platform-id", 
                    Buffer (0x04)
                    {
                         0x00, 0x00, 0x16, 0x0A
                    }
                })
            }
        }

The panic and reset isn't present. Everything works. I didn't check other ig-platform-id.

P.S. With 0300220D panic. With 0000160A everything works, do not panic.

 

You rock! Here also with 0x0A160000 in my config.plist and it fully working! 

Thanks dude.

Link to comment
Share on other sites

I'll spare you 13 pages of backlog, the short answer is "not yet." Give it time, and wait patiently, I'm sure it will be resolved eventually. In the meantime, OS X Mavericks still works just fine, if you need QE/CI asap.

 

Not yet?? Mobile isn't (0x0416) but Desktop is. (0x0412)

It is working by using 0x0A160000 in config.plist.

Link to comment
Share on other sites

Not yet?? Mobile isn't (0416) but Desktop is.

It is working by using 0x0A160000 in config.plist.

I'm sorry, I assumed (wrongly) that he was referring to the mobile version. I thought it was pretty well known in the thread, especially after you said "have you even read this thread" that the desktop version is working. The solution is on this page no less.

Link to comment
Share on other sites

 Share

×
×
  • Create New...