commit | ba1a7067c00f4cbdd99b00a570ff072639ae59f2 | [log] [tgz] |
---|---|---|
author | Mika Kuoppala <mika.kuoppala@linux.intel.com> | Wed Dec 19 11:13:07 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 19 11:17:41 2012 +0100 |
tree | 2e56adfd55d938f53b8e70c9d896d4435c158a34 | |
parent | f7e98ad4d4a8afa043126a6f24d0a154a684e081 [diff] |
drm/i915: Always clear semaphore mboxes on seqno wrap In preparation for setting the seqno to arbitrary value on init or through debugfs. We need to always clear the semaphores and set the hws page seqno index by calling intel_ring_init_seqno(). v2: rewrote the commit message as suggested by Chris Wilson. Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>