commit | 076e2c0eb83f1a0e2e7d0ae1e4d4c0f7b13f1f64 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jan 21 10:07:18 2011 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sun Jan 23 12:52:11 2011 +0000 |
tree | 8400486c1b98ef0cd0f960666c0e5b9beec81bab | |
parent | c7dca47bd6fbb7c215cb1ce6bc40398b4b017752 [diff] |
drm/i915: Fix use of invalid array size for ring->sync_seqno There are I915_NUM_RINGS-1 inter-ring synchronisation counters, but we were clearing I915_NUM_RINGS of them. Oops. Reported-by: Jiri Slaby <jirislaby@gmail.com> Tested-by: Jiri Slaby <jirislaby@gmail.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>