commit | 618e4ca7b137612fd6b4395f011d9b392d68d149 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Aug 02 22:50:35 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Aug 02 22:58:29 2016 +0100 |
tree | ac8e3961337e9cdb4f693b53779992a032f62ba7 | |
parent | b0411e7d453118fb72f5b0c10202b5b7c98a0329 [diff] |
drm/i915/ringbuffer: Specialise SNB+ request emission for semaphores As gen6_emit_request() only differs from i9xx_emit_request() when semaphores are enabled, only use the specialised vfunc in that scenario. v2: Reorder semaphore init so as to keep engine->emit_request default vfunc selection compact. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1469432687-22756-27-git-send-email-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1470174640-18242-18-git-send-email-chris@chris-wilson.co.uk