]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: kill intel_dp_link_clock()
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Thu, 29 Nov 2012 13:31:29 +0000 (11:31 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 29 Nov 2012 14:00:38 +0000 (15:00 +0100)
commit9fa5f6522e6eecb5ab20192a264a29ba4f2f4e85
treec7bea6e573fa7c61c5846da0e88e1ac62ba260a0
parent0d536cb4e911c2496073f268e9730a9badaafa55
drm/i915: kill intel_dp_link_clock()

Use drm_dp_bw_code_to_link_rate insead. It's the same thing, but
supports DP_LINK_BW_5_4 and is also used by the other drivers.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c