commit | 373a3cf744c774478f44921c50011b896ab08f9d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 15 12:03:59 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Sep 15 16:45:25 2010 +0100 |
tree | 78725e96b9d17190c05baa50a96bf1afdcab0e7f | |
parent | 2f551c84563df2bf144a819993b2d729c66583ee [diff] |
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 <chris@chris-wilson.co.uk>