commit | e1a4474349997d722e4ae64e40a68feb25307109 | [log] [tgz] |
---|---|---|
author | Adam Jackson <ajax@redhat.com> | Fri Jun 25 15:32:14 2010 -0400 |
committer | Eric Anholt <eric@anholt.net> | Sun Aug 01 19:03:47 2010 -0700 |
tree | f64a7a642aceceec29abe8a393f6eea55fd7dec7 | |
parent | 2991196fbc19f68206eb81694e9ef338366ebc53 [diff] |
drm/i915/pch: Cosmetic fix to FDI link training Unmask the bits for link training reporting before starting link training. If stage 1 training finished before we unmask them, then we'd spin around in a loop a few times until smashing on through. Which is harmless, since training _did_ succeed, it just looks ugly in dmesg. Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Eric Anholt <eric@anholt.net>