]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc78fc6cbe3e7c91dcd0d50aa1054861a79943b61
tree548da904c903675f726477e36ff1003384b2df9b
parentc21a99de9b9888b471f8ef6babd789eebe68c2b5
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