Advertisement
ritzcarltn

DSDT Patch 4600

Feb 15th, 2015
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. DSDT Patch for HD4600
  2. # Device injection for the Intel HD40000
  3. into method label _DSM parent_label IGPU remove_entry;
  4. into device label IGPU insert begin
  5. Method (_DSM, 4, NotSerialized)\n
  6. {\n
  7. Store (Package (0x0E) {\n
  8. "AAPL,slot-name",\n
  9. "Built In",\n
  10. "name",\n
  11. "Intel Graphics Controller",\n
  12. "model",\n
  13. Buffer (0x16) {"Intel HD Graphics 4600"},\n
  14. "device_type",\n
  15. Buffer (0x13) {"Graphics Controller"},\n
  16. "device-id",\n
  17. Buffer (0x04) { 0x00, 0x00, 0x16, 0x0a },\n
  18. "AAPL,ig-platform-id",\n
  19. Buffer (0x04) { 0x00, 0x00, 0x16, 0x0a },\n
  20. "hda-gfx",\n
  21. Buffer (0x0A) {"onboard-1"}\n
  22. }, Local0)\n
  23. DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
  24. Return (Local0)\n
  25. }
  26. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement