Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8219
b: refs/heads/master
c: 2a43b58
h: refs/heads/master
i:
  8217: 15e3553
  8215: 999f852
v: v3
  • Loading branch information
Alexander Kern authored and Linus Torvalds committed Sep 9, 2005
1 parent 1342a32 commit 8c61544
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 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: 3b41dc1a3c7839a765ffa560a5ae07aa5d253cc8
refs/heads/master: 2a43b58589eac1fdcf62624e86c67c0f92f45bf7
14 changes: 0 additions & 14 deletions trunk/drivers/video/aty/atyfb_base.c
Original file line number Diff line number Diff line change
Expand Up @@ -911,20 +911,6 @@ static int aty_var_to_crtc(const struct fb_info *info,
vdisplay = par->lcd_height;
#endif

if(vdisplay < 400) {
h_sync_pol = 1;
v_sync_pol = 0;
} else if(vdisplay < 480) {
h_sync_pol = 0;
v_sync_pol = 1;
} else if(vdisplay < 768) {
h_sync_pol = 0;
v_sync_pol = 0;
} else {
h_sync_pol = 1;
v_sync_pol = 1;
}

v_disp--;
v_sync_strt--;
v_sync_end--;
Expand Down

0 comments on commit 8c61544

Please sign in to comment.