summaryrefslogtreecommitdiff
path: root/sys/src/cmd/aux/vga
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2021-07-31 12:05:29 +0000
committercinap_lenrek <cinap_lenrek@felloff.net>2021-07-31 12:05:29 +0000
commitedfc72b500999863c2adbe29d6677577c3d62122 (patch)
treea47d13894ac14aa9667822d86cac6ecc478676b3 /sys/src/cmd/aux/vga
parent84b77568cda98a21dd4f3403a94c56724fbd5b37 (diff)
[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 'sys/src/cmd/aux/vga')
-rw-r--r--sys/src/cmd/aux/vga/igfx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/src/cmd/aux/vga/igfx.c b/sys/src/cmd/aux/vga/igfx.c
index a4e8bad52..033c9d95e 100644
--- a/sys/src/cmd/aux/vga/igfx.c
+++ b/sys/src/cmd/aux/vga/igfx.c
@@ -366,6 +366,8 @@ devtype(Igfx *igfx)
case 0x0a16: /* HD 4400 - 4th Gen Core (ULT) */
igfx->isult = 1;
/* wet floor */
+ case 0x0a06:
+ case 0x3185: /* UHD 600 - 9.5 Gen Core */
case 0x0412: /* HD 4600 - 4th Gen Core */
return TypeHSW;
case 0x0166: /* 3rd Gen Core - ThinkPad X230 */