drm/i915: use pipe bpp in DP link bandwidth calculation
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 24 Jun 2011 19:19:28 +0000 (12:19 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 7 Jul 2011 20:20:57 +0000 (13:20 -0700)
commit89c6143263ef8e14e42e17324a234418d8030b10
tree6e3e4098880232c73920704b5c2ff9b0738c89f7
parentb5626747eca6d02124544d1d69049220f1c01fb1
drm/i915: use pipe bpp in DP link bandwidth calculation

Now that we track bpp on a per-pipe basis, we can use the actual value
rather than assuming 24bpp.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_dp.c