commit | 8261b19173b89d86cc3088483595e2879e4976d6 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 19 23:18:09 2011 +0100 |
committer | Keith Packard <keithp@keithp.com> | Tue May 10 13:19:15 2011 -0700 |
tree | 8ae61604d984a43f73950c443992b1a636790e61 | |
parent | be925587570a745944d99042368f72496bc28a70 [diff] |
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 <chris@chris-wilson.co.uk> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>