commit | 02c5dd985ddc5407aa9cc7e0f4456ca63b294f16 | [log] [tgz] |
---|---|---|
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | Wed Mar 04 19:36:01 2009 +0800 |
committer | Eric Anholt <eric@anholt.net> | Fri Mar 27 15:12:13 2009 -0700 |
tree | 779e05304b4ff2f75b2327f62858ed3b8b415b1f | |
parent | 771cb081354161eea21534ba58e5cc1a2db94a25 [diff] |
drm/i915: Fix TV get_modes to return modes count The get_modes hook must return the number of modes added. This also fixes TV mode's clock calculation int overflow issue, and use 0.01 precision for mode refresh validation. Signed-off-by: Zhenyu Wang <zhenyu.z.wang@intel.com> Signed-off-by: Eric Anholt <eric@anholt.net>