commit | fca26bb45375266d9d9b8b4b57fee905ac38fe3c | [log] [tgz] |
---|---|---|
author | Mika Kuoppala <mika.kuoppala@linux.intel.com> | Wed Dec 19 11:13:08 2012 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 19 11:25:10 2012 +0100 |
tree | 910b86c16c7d5d49180c6a85d4d548f753143d89 | |
parent | ba1a7067c00f4cbdd99b00a570ff072639ae59f2 [diff] |
drm/i915: Introduce i915_gem_set_seqno() This function can be used to set the driver's next_seqno to arbitrary value. i915_gem_set_seqno() will idle the gpu, retire outstanding requests, clear the semaphore mailboxes and set the hardware status page's seqno index. 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>