Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163913
b: refs/heads/master
c: 841b411
h: refs/heads/master
i:
  163911: fcc16ac
v: v3
  • Loading branch information
Francisco Jerez authored and Dave Airlie committed Aug 13, 2009
1 parent bd84508 commit b9abaa4
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: b6b7902e54c7e8abbc213d8bdc290350c00ccfe5
refs/heads/master: 841b4117b30d544690fceb952037b1cddf14783f
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/drm_modes.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ struct drm_display_mode *drm_cvt_mode(struct drm_device *dev, int hdisplay,
if (margins)
vmargin = vdisplay_rnd * CVT_MARGIN_PERCENTAGE / 1000;

drm_mode->vdisplay = vdisplay_rnd + 2 * vmargin;
drm_mode->vdisplay = vdisplay + 2 * vmargin;

/* Interlaced */
if (interlaced)
Expand Down

0 comments on commit b9abaa4

Please sign in to comment.