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)
commitb6b5e38323b276cae53cf34970d968084de701bc
treeb9fbc6916f535fa2c0d001b85ebc5c12b8bcb29d
parentfb8aad4becbfdf913d09a41e7240ef1f58420f76
drm/i915/skl: Implement the get_aux_clock_divider() DP vfunc

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>
drivers/gpu/drm/i915/intel_dp.c