]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6ea58892360a397aeeca32797351d2e0e8e543b7
tree08402718522d40f0ec960310150ad2b9601a1a69
parent4968ed219956bcb12e4703c681ad5b1e14c379dc
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