]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dp: Explicitly disable symbol scrambling while training
authorAdam Jackson <ajax@redhat.com>
Thu, 21 Jul 2011 21:48:37 +0000 (17:48 -0400)
committerKeith Packard <keithp@keithp.com>
Mon, 25 Jul 2011 22:18:33 +0000 (15:18 -0700)
commitec44c38ac2ba022921cd38a9ce63b22e9a947829
tree124436e10488dca26bba27f2ec548ec32e0f21d1
parentb7cbee8ad38ee90aa40b8e01321b8f1638579ca4
drm/i915/dp: Explicitly disable symbol scrambling while training

The DP spec says training patterns 1 and 2 are to be sent non-scrambled,
and the GPU docs claim that happens (or at least, there's no explicit
scrambling control).  But the sink may be confused if we don't
explicitly tell it what we're doing, so play it safe.

Signed-off-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/intel_dp.c