From: Chris Wilson Date: Wed, 15 Sep 2010 11:03:59 +0000 (+0100) Subject: drm/i915: call drm_encoder_init first X-Git-Tag: v2.6.37-rc1~92^2~28^2~113 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=373a3cf744c774478f44921c50011b896ab08f9d;p=pandora-kernel.git drm/i915: call drm_encoder_init first Later initialisation of the encoder often requires that drm_encoder_init() has already been called, for instance, initialiasing the DDC buses. Yet another recent regression, as 819f3fb7 depended upon these fixes which I missed when cherry-picking. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed