drm/radeon: fix typo in radeon_connector_is_dp12_capable()
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 27 May 2014 17:11:36 +0000 (13:11 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jul 2014 18:14:00 +0000 (11:14 -0700)
commite3eda5c59ebe7ab5b0d49181fc751a574f02e0d8
tree0d9d4d0c5cc187d38c635abda9413381aefe57a1
parent59dbea87be17582be99a23a43603e75bea5363f2
drm/radeon: fix typo in radeon_connector_is_dp12_capable()

commit af5d36539dfe043f1cf0f8b7334d6bb12cd14e75 upstream.

We were checking the ext clock rather than the display clock.

Noticed by ArtForz on IRC.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_connectors.c