commit | 59f3e272d788305e16098f0b18309919c9216d67 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Mon Jul 25 20:01:56 2011 -0700 |
committer | Keith Packard <keithp@keithp.com> | Thu Jul 28 15:47:21 2011 -0700 |
tree | 735a07b8353f53c4bdcace04d5dc7fc37b3dd774 | |
parent | 26d61aad7a46115628341e9eb95433f30efef21a [diff] |
drm/i915: In intel_dp_init, replace read of DPCD with intel_dp_get_dpcd Eliminates an open-coded read and also gains the retry behaviour of intel_dp_get_dpcd, which seems like a good idea. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org> Reviewed-by: Adam Jackson <ajax@redhat.com>