OSDN Git Service

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)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 2 Jun 2014 14:25:09 +0000 (10:25 -0400)
commitaf5d36539dfe043f1cf0f8b7334d6bb12cd14e75
treef1ecd2cc57530bf64fcfe57b8ff4363b9df08375
parent799acb46bdd894e7059f72a080ae7364fbdb9c0b
drm/radeon: fix typo in radeon_connector_is_dp12_capable()

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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_connectors.c