Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 294289
b: refs/heads/master
c: 70a27df
h: refs/heads/master
i:
  294287: 4bbeebd
v: v3
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Feb 21, 2012
1 parent 6e5dc0d commit 4baa63c
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 78145b7a343fe2950478e649e905f557054df884
refs/heads/master: 70a27df1579b0e8d7d478d034980f8a7f8a20d54
2 changes: 1 addition & 1 deletion trunk/drivers/video/via/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1477,7 +1477,7 @@ static struct display_timing var_to_timing(const struct fb_var_screeninfo *var,
timing.hor_sync_end = timing.hor_sync_start + var->hsync_len;
timing.hor_total = timing.hor_sync_end + var->left_margin + dx;
timing.hor_blank_start = timing.hor_addr + dx;
timing.hor_blank_end = timing.hor_total - dy;
timing.hor_blank_end = timing.hor_total - dx;
timing.ver_addr = cyres;
timing.ver_sync_start = timing.ver_addr + var->lower_margin + dy;
timing.ver_sync_end = timing.ver_sync_start + var->vsync_len;
Expand Down

0 comments on commit 4baa63c

Please sign in to comment.