drm/i915/skl: Implement the get_aux_clock_divider() DP vfunc
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 20 Jan 2014 16:00:59 +0000 (16:00 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Sep 2014 12:47:40 +0000 (14:47 +0200)
We need to provide a vfunc that will make the code in intel_dp_aux_ch()
loop once to start the AUX transaction. The return value (clock divider)
is unused on SKL, so just return 1.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found