From: Chris Wilson Date: Fri, 7 Dec 2012 10:43:25 +0000 (+0000) Subject: drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computations X-Git-Tag: v3.8-rc2~13^2~7^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f20e0b08b8b2a8432e6abf3683960099f0ab2958;p=pandora-kernel.git drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computations 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 Reviewed-by: Jesse Barnes Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed