drm/i915/dp: Fix the math in intel_dp_link_required
authorAdam Jackson <ajax@redhat.com>
Fri, 14 Oct 2011 16:43:49 +0000 (12:43 -0400)
committerKeith Packard <keithp@keithp.com>
Fri, 21 Oct 2011 06:21:59 +0000 (23:21 -0700)
commitcd9dde44f47501394b9f0715b6a36a92aa74c0d0
tree548da904c903675f726477e36ff1003384b2df9b
parentf52c619a590fa75276c07dfcaf380dee53e4ea4c
drm/i915/dp: Fix the math in intel_dp_link_required

The previous code was confused about units, which is pretty reasonable
given that the units themselves are confusing.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_dp.c