Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167147
b: refs/heads/master
c: 0d0884c
h: refs/heads/master
i:
  167145: dae7fbd
  167143: e2fe529
v: v3
  • Loading branch information
Zhao Yakui authored and Eric Anholt committed Oct 2, 2009
1 parent 5cdde59 commit de2db09
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: 8d23adf7610f2c000c08abe3941c493952d21a61
refs/heads/master: 0d0884cee3099ec1271a5d379c39b66de1e31923
3 changes: 2 additions & 1 deletion trunk/drivers/gpu/drm/i915/intel_tv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,8 @@ intel_tv_mode_valid(struct drm_connector *connector, struct drm_display_mode *mo
const struct tv_mode *tv_mode = intel_tv_mode_find(intel_output);

/* Ensure TV refresh is close to desired refresh */
if (tv_mode && abs(tv_mode->refresh - drm_mode_vrefresh(mode)) < 10)
if (tv_mode && abs(tv_mode->refresh - drm_mode_vrefresh(mode) * 1000)
< 1000)
return MODE_OK;
return MODE_CLOCK_RANGE;
}
Expand Down

0 comments on commit de2db09

Please sign in to comment.