commit | 6259cead57ebc19325183f8fd9968e19fc2fbe53 | [log] [tgz] |
---|---|---|
author | John Harrison <John.C.Harrison@Intel.com> | Mon Nov 24 18:49:29 2014 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 03 09:35:16 2014 +0100 |
tree | 47cde18fc949d384cbced32ca87fed09a72071ad | |
parent | ff8658850aa9bdb5bc308ff8cce60c2558c58566 [diff] |
drm/i915: Remove 'outstanding_lazy_seqno' The OLS value is now obsolete. Exactly the same value is guarateed to be always available as PLR->seqno. Thus it is safe to remove the OLS completely. And also to rename the PLR to OLR to keep the 'outstanding lazy ...' naming convention valid. For: VIZ-4377 Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Reviewed-by: Thomas Daniel <Thomas.Daniel@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>