00b799d512
Per local/docs/PATCH-PRESERVATION-AUDIT-2026-07-12.md the base fork was carrying only 38 of 100 patches in local/patches/base/. The other 62 patches' content was silently missing from the fork working tree, even though their .patch files were preserved. This commit re-applies 41 patches that genuinely still apply cleanly + 17 hunks that partially applied. Recovery covers: - D-Bus initfs service wiring (P4-initfs-dbus-services) - USB service wiring (P4-initfs-usb-drm-services) - netcfg/dhcp/dhcpv6 driver fixes - acpid shutdown/PM/quirk fixes - inputd/ps2d hard-fail logging - pcid driver interface refinements (server cmd channel) - virtio-core for VirtualBox support - ixgbed/rtl8139/rtl8168 net drivers - ahcid NCQ + per-function interrupt coalescing - logd persistent logging - bootstrap procmgr race-condition fixes - cargo version pin to +rb0.3.0 (synchronized release branch) 58 files changed, +1444/-318 lines. Untracked mnt/ tree and *.orig / *.rej files cleaned up after patch application (leftover from absolute-path patch headers).
77 lines
2.1 KiB
TOML
77 lines
2.1 KiB
TOML
[[drivers]]
|
|
name = "Intel HD Graphics"
|
|
class = 0x03
|
|
ids = { 0x8086 = [
|
|
# Kaby Lake from Volume 4: Configurations in
|
|
# https://www.intel.com/content/www/us/en/docs/graphics-for-linux/developer-reference/1-0/kaby-lake.html
|
|
0x5912,
|
|
0x5916,
|
|
0x591B,
|
|
0x591E,
|
|
0x5926,
|
|
# Comet Lake from Volume 1: Configurations in
|
|
# https://www.intel.com/content/www/us/en/docs/graphics-for-linux/developer-reference/1-0/comet-lake.html
|
|
0x9B21,
|
|
0x9B41,
|
|
0x9BA4,
|
|
0x9BAA,
|
|
0x9BAC,
|
|
0x9BC4,
|
|
0x9BC5,
|
|
0x9BC6,
|
|
0x9BC8,
|
|
0x9BCA,
|
|
0x9BCC,
|
|
0x9BE6,
|
|
0x9BF6,
|
|
# Tiger Lake Mobile from Volume 4: Configurations in
|
|
# https://www.intel.com/content/www/us/en/docs/graphics-for-linux/developer-reference/1-0/tiger-lake.html
|
|
0x9A40,
|
|
0x9A49,
|
|
0x9A60,
|
|
0x9A68,
|
|
0x9A70,
|
|
0x9A78,
|
|
# Alchemist from Volume 4: Configurations in
|
|
# https://www.intel.com/content/www/us/en/docs/graphics-for-linux/developer-reference/1-0/alchemist-arctic-sound-m.html
|
|
0x5690, # A770M
|
|
0x5691, # A730M
|
|
0x5692, # A550M
|
|
0x5693, # A370M
|
|
0x5694, # A350M
|
|
0x5696, # A570M
|
|
0x5697, # A530M
|
|
0x56A0, # A770
|
|
0x56A1, # A750
|
|
0x56A5, # A380
|
|
0x56A6, # A310
|
|
0x56B0, # Pro A30M
|
|
0x56B1, # Pro A40/A50
|
|
0x56B2, # Pro A60M
|
|
0x56B3, # Pro A60
|
|
0x56C0, # GPU Flex 170
|
|
0x56C1, # GPU Flex 140
|
|
# Alder Lake-S Desktop
|
|
0x4680, 0x4682, 0x4688, 0x468A, 0x468B,
|
|
0x4690, 0x4692, 0x4693,
|
|
# Alder Lake-P Mobile
|
|
0x46A0, 0x46A1, 0x46A2, 0x46A3, 0x46A6,
|
|
0x46A8, 0x46AA, 0x462A, 0x4626, 0x4628,
|
|
0x46B0, 0x46B1, 0x46B2, 0x46B3,
|
|
0x46C0, 0x46C1, 0x46C2, 0x46C3,
|
|
# Alder Lake-N Low-Power
|
|
0x46D0, 0x46D1, 0x46D2, 0x46D3, 0x46D4,
|
|
# Raptor Lake-S Desktop
|
|
0xA780, 0xA781, 0xA782, 0xA783,
|
|
0xA788, 0xA789, 0xA78A, 0xA78B,
|
|
# Raptor Lake-P Mobile
|
|
0xA720, 0xA7A0, 0xA7A8, 0xA7AA, 0xA7AB,
|
|
# Raptor Lake-U Mobile
|
|
0xA721, 0xA7A1, 0xA7A9, 0xA7AC, 0xA7AD,
|
|
# Meteor Lake
|
|
0x7D40, 0x7D45, 0x7D55, 0x7D60, 0x7DD5,
|
|
# Arrow Lake-H
|
|
0x7D51, 0x7DD1,
|
|
] }
|
|
command = ["ihdgd"]
|