From: Paulo Zanoni Date: Fri, 5 Oct 2012 15:06:00 +0000 (-0300) Subject: drm/i915: disable DDI_BUF_CTL at the correct time X-Git-Tag: v3.8-rc1~82^2~192^2~193 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2886e93f5d28c559b3de9c4f75547af31e14504e;p=pandora-kernel.git drm/i915: disable DDI_BUF_CTL at the correct time And also properly wait for its idle bit. You may notice that DDI_BUF_CTL is enabled in .enable but disabled in .post_disable instead of .disable. Yes, the mode set sequence is not exactly symmetrical, but let's assume the spec is correct unless we can prove it's wrong. Signed-off-by: Paulo Zanoni Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed