From: Daniel Vetter Date: Sun, 21 Jul 2013 19:36:58 +0000 (+0200) Subject: drm/i915/dvo: switch ->mode_fixup to ->compute_config X-Git-Tag: v3.12-rc1~136^2~59^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34703752e0b682ab4e6fccf1ce675176cf1dad2;p=pandora-kernel.git drm/i915/dvo: switch ->mode_fixup to ->compute_config This is the last encoder ->mode_fixup callback we have left, so convert it. Note that we want to only rip out the encoder->mode_fixup callback. But we still have the dvo_slave->mode_fixup callback. dvo is gen2 only, so we won't ever touch this again. Hence why I didn't go through all 6-7 dvo slave drivers and give them the same treatment. I'll add a note to the commit message about this when merging, presuming there's nothing else in the patch that needs to be fixed up. Reviewed-by: Rodrigo Vivi [danvet: Add note about why we keep the dvo->mode_fixup callback to answer a question from Rodrigo's review.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed