From: Alex Deucher Date: Fri, 3 Jun 2011 20:39:06 +0000 (-0400) Subject: drm/radeon/kms/atom: fix PHY init X-Git-Tag: v3.0-rc3~42^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3aeceac61b6e2f3167717ea1793472108e47564;p=pandora-kernel.git drm/radeon/kms/atom: fix PHY init The PHY was not initialized correctly after ac89af1e1010640db072416c786f97391b85790f since the function bailed early as an encoder was not assigned. The encoder isn't necessary for PHY init so just assign to 0 for init so that the table is executed. Reported-by: Ari Savolainen Tested-by: Ari Savolainen Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed