commit | 6b383a7f6378f193c30200435d8170f95916b5f0 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Sep 13 13:54:26 2010 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Sep 13 14:26:55 2010 +0100 |
tree | 871a780e43182c2fc1a5d9842112fccf6e92daaa | |
parent | 788319d48dc2b61db732b19bb9598c062c75ec37 [diff] |
drm/i915: Share crtc setup and teardown between dpms and disable/enable This closes a couple of corner cases where we introduced and forgot about a couple of routines that need to be called when disabling the crtc and then re-enabling it. The code needs to be moved again so that the common bits are shared across generations. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>