drm/i915/skl: Provide a get_aux_send_ctl() vfunc for skylake
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 20 Jan 2014 16:01:00 +0000 (16:01 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 24 Sep 2014 12:47:41 +0000 (14:47 +0200)
commitb9ca5fadb3842a7a90934f3ef1795e95b382def1
tree08402718522d40f0ec960310150ad2b9601a1a69
parentb6b5e38323b276cae53cf34970d968084de701bc
drm/i915/skl: Provide a get_aux_send_ctl() vfunc for skylake

Skylake doesn't use the pre-charge field now, but, instead, we need to
specify the total number of SYNC pulses for the SYNC phase (pre-charge +
SYNC pattern pules). Let's use the default value (32) for that.

v3: increase DP AUX TX timeout as 400us is not to be used on SKL
    apparently (Jesse).

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/i915_reg.h
drivers/gpu/drm/i915/intel_dp.c
This page took 0.026546 seconds and 5 git commands to generate.