commit | b6b5e38323b276cae53cf34970d968084de701bc | [log] [tgz] |
---|---|---|
author | Damien Lespiau <damien.lespiau@intel.com> | Mon Jan 20 16:00:59 2014 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 24 14:47:40 2014 +0200 |
tree | b9fbc6916f535fa2c0d001b85ebc5c12b8bcb29d | |
parent | fb8aad4becbfdf913d09a41e7240ef1f58420f76 [diff] |
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>