From: Chris Wilson Date: Tue, 19 Apr 2011 22:18:09 +0000 (+0100) Subject: drm/i915: Don't store temporary load-detect variables in the generic encoder X-Git-Tag: v3.0-rc1~312^2~4^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8261b19173b89d86cc3088483595e2879e4976d6;p=pandora-kernel.git drm/i915: Don't store temporary load-detect variables in the generic encoder Keep all the state required for undoing and restoring the previous pipe configuration together in a single struct passed from intel_get_load_detect_pipe() to intel_release_load_detect_pipe() rather than stuffing them inside the common encoder structure. Signed-off-by: Chris Wilson Reviewed-by: Keith Packard Signed-off-by: Keith Packard --- Reading git-diff-tree failed