Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17655
b: refs/heads/master
c: 244ab72
h: refs/heads/master
i:
  17653: 77d89cb
  17651: 8374541
  17647: 0c936d2
v: v3
  • Loading branch information
Knut Petersen authored and Linus Torvalds committed Jan 10, 2006
1 parent 2bfd7d9 commit ff82bf2
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: 3f08ff4a4dab1ebef06d154050fb80ce2c13fc9c
refs/heads/master: 244ab72d84a04d40bd270da604161e02af73fb11
3 changes: 2 additions & 1 deletion trunk/drivers/video/console/fbcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,8 @@ static __inline__ void updatescrollmode(struct display *p,
divides(ypan, vc->vc_font.height) && vyres > yres;
int good_wrap = (cap & FBINFO_HWACCEL_YWRAP) &&
divides(ywrap, vc->vc_font.height) &&
divides(vc->vc_font.height, vyres);
divides(vc->vc_font.height, vyres) &&
divides(vc->vc_font.height, yres);
int reading_fast = cap & FBINFO_READS_FAST;
int fast_copyarea = (cap & FBINFO_HWACCEL_COPYAREA) &&
!(cap & FBINFO_HWACCEL_DISABLED);
Expand Down

0 comments on commit ff82bf2

Please sign in to comment.