commit | 2886e93f5d28c559b3de9c4f75547af31e14504e | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri Oct 05 12:06:00 2012 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Thu Oct 11 00:42:52 2012 +0200 |
tree | 2d9ea92cb54d43f05fbaaeb0b9437e4266060974 | |
parent | 27c6f0a5897c06417e39f2d20a783f84a54cb0b3 [diff] |
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 <paulo.r.zanoni@intel.com> Reviewed-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>