diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-07-31 12:05:29 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-07-31 12:05:29 +0000 |
commit | edfc72b500999863c2adbe29d6677577c3d62122 (patch) | |
tree | a47d13894ac14aa9667822d86cac6ecc478676b3 /lib | |
parent | 84b77568cda98a21dd4f3403a94c56724fbd5b37 (diff) | |
download | plan9front-edfc72b500999863c2adbe29d6677577c3d62122.tar.xz |
[PATCH] Support for igfx on Celeron(R) 2957U (thanks Lorenzo Bivens)
> After some tinkering I managed to get igfx working on this device.
> hw cursor works.
> The only caveat is that I can only get video over hdmi...
> will revisit displayport later
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vgadb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -437,6 +437,8 @@ ctlr vid=0x8086 did=0x2a42 # Intel 4 Series Mobile vid=0x8086 did=0x0a16 # Intel 4th Gen Core (HD 4400) vid=0x8086 did=0x0412 # Intel 4th Gen Core (HD 4600) + vid=0x8086 did=0x3185 # Intel 9.5th Gen Core (UHD 600) + vid=0x8086 did=0x0a06 link=vga hwgc=igfxhwgc ctlr=igfx linear=1 |