]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: disable DDI_BUF_CTL at the correct time
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Fri, 5 Oct 2012 15:06:00 +0000 (12:06 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 10 Oct 2012 22:42:52 +0000 (00:42 +0200)
commit2886e93f5d28c559b3de9c4f75547af31e14504e
tree2d9ea92cb54d43f05fbaaeb0b9437e4266060974
parent27c6f0a5897c06417e39f2d20a783f84a54cb0b3
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>
drivers/gpu/drm/i915/intel_ddi.c