drm/radeon/atom: fix typo in SetPixelClock handling
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 12 Sep 2012 21:58:07 +0000 (17:58 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Sep 2012 17:10:43 +0000 (13:10 -0400)
commite729586e33593cd11112ff22fa8f0e801af05b4e
treef93cb41a5783f366fa7d4ef8336544befeb68a29
parent6e76a2df91c516714bf1f039b9614696aaaeaeb2
drm/radeon/atom: fix typo in SetPixelClock handling

MiscInfo field should be programmed with the crtc id
rather than the pll id.  However, at this point the
two are the same for chips with this version of the table.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/atombios_crtc.c