diff options
author | qwx <qwx@sciops.net> | 2021-11-13 23:04:04 +0000 |
---|---|---|
committer | qwx <qwx@sciops.net> | 2021-11-13 23:04:04 +0000 |
commit | 2ab25e3ec07a11f18066e37c2841b6d294091fcb (patch) | |
tree | f27f2c56693f5c6f70b33b06df2b1d09668adf08 /sys/src/9/pc | |
parent | 41ac2d80c71e0664086a29dfe68b060ecce82580 (diff) |
vgaigfx: add x1 carbon 3rd gen
Diffstat (limited to 'sys/src/9/pc')
-rw-r--r-- | sys/src/9/pc/vgaigfx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/vgaigfx.c b/sys/src/9/pc/vgaigfx.c index 2c8348f82..5d54c6965 100644 --- a/sys/src/9/pc/vgaigfx.c +++ b/sys/src/9/pc/vgaigfx.c @@ -150,6 +150,7 @@ igfxcurregs(VGAscr* scr, int pipe) case 0x0412: /* Haswell HD Graphics 4600 */ case 0x0a16: /* Haswell HD Graphics 4400 */ case 0x0a06: + case 0x1616: /* Broadwell HD 5500 */ if(pipe > 3) return nil; if(pipe == 3) |