drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computations
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 7 Dec 2012 10:43:25 +0000 (10:43 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 17 Dec 2012 11:39:11 +0000 (12:39 +0100)
Only the intel_crtc->active is accurate at the point where we wish to
perform WM computations, so use it instead of crtc->enabled.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found