drm/i915: Make intel_fuzzy_clock_check() take in arbitrary clocks
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 6 Sep 2013 20:29:02 +0000 (23:29 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 13 Sep 2013 12:54:22 +0000 (14:54 +0200)
commit3bd26263a9a0c4216d2a44e179265a9a05cda50f
treec5df5a2dc2514a2227b4e191917b51416cb995c0
parenteb14cb747bc53465cbc93e54d9f19f49eed2c0c7
drm/i915: Make intel_fuzzy_clock_check() take in arbitrary clocks

We want to do fuzzy clock checks for other things besides
adjusted_mode.clock, so just pass two two clocks to compare
to intel_fuzzy_clock_check().

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c