igfx: add did for x220
This commit is contained in:
parent
8c358c3f97
commit
eeb8007e60
2 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,7 @@ stolenmb(Pcidev *p)
|
|||
switch(p->did){
|
||||
case 0x0412: /* Haswell HD Graphics 4600 */
|
||||
case 0x0a16: /* Haswell HD Graphics 4400 */
|
||||
case 0x0126: /* Sandy Bridge HD Graphics 3000 */
|
||||
case 0x0166: /* Ivy Bridge */
|
||||
case 0x0102: /* Core-5 Sandy Bridge */
|
||||
case 0x0152: /* Core-i3 */
|
||||
|
@ -168,6 +169,7 @@ igfxcurregs(VGAscr* scr, int pipe)
|
|||
break;
|
||||
case 0x0166: /* Ivy Bridge */
|
||||
case 0x0152: /* Core-i3 */
|
||||
case 0x0126: /* Sandy Bridge HD Graphics 3000 */
|
||||
if(pipe > 2)
|
||||
return nil;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue