commit | 8d9ddbcbd0e3fc9368a5972346dc726493d31c9c | [log] [tgz] |
---|---|---|
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | Fri Oct 05 12:05:53 2012 -0300 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Oct 10 15:47:59 2012 +0200 |
tree | bf0043ee060c7bec041f96118a4738a28f537724 | |
parent | 79f689aa6b14e058d4effd734e9920ed9531401d [diff] |
drm/i915: enable and disable DDI_FUNC_CTL at the right time And the right time is exactly after/before changing PIPE_CONF. See the documentation about the mode set sequence. This code is not inside any encoder-specific callback because DDI_FUNC_CTL is part of the pipe, so it is used by all encoders. 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>