Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 251101
b: refs/heads/master
c: 6dbdf2a
h: refs/heads/master
i:
  251099: 30f1849
v: v3
  • Loading branch information
Tormod Volden authored and Paul Mundt committed May 24, 2011
1 parent 435a592 commit 299c36b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc406341d26381bf27329704360dfecd547b4fc0
refs/heads/master: 6dbdf2a1cee23c34a66a35cfa2ae48e62e268dcb
3 changes: 2 additions & 1 deletion trunk/drivers/video/savage/savagefb_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,8 @@ static int savage_init_hw(struct savagefb_par *par)
}
}

if (S3_SAVAGE_MOBILE_SERIES(par->chip) && !par->crtonly)
if ((S3_SAVAGE_MOBILE_SERIES(par->chip) ||
S3_MOBILE_TWISTER_SERIES(par->chip)) && !par->crtonly)
par->display_type = DISP_LCD;
else if (dvi || (par->chip == S3_SAVAGE4 && par->dvi))
par->display_type = DISP_DFP;
Expand Down

0 comments on commit 299c36b

Please sign in to comment.