]> 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)
commitf8fce41987c93fc85b21df9d4953cde2ffb2ed6c
tree548da904c903675f726477e36ff1003384b2df9b
parentdfa9c82a65dd242a2f3618003f1710c63ecdf5dc
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