commit | c80ff16e112bde543483cb779554ffde493988a5 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 27 09:07:27 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 27 16:23:05 2016 +0100 |
tree | 89468f1fdba24fcbbdae6ef2a05810c92a94c5a6 | |
parent | 33a051a5fc72c78a6770cb4f49b8932ae3587de9 [diff] |
drm/i915: Use engine to refer to the user's BSD intel_engine_cs This patch transitions the execbuf engine selection away from using the ring nomenclature - though we still refer to the user's incoming selector as their user_ring_id. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1469432687-22756-7-git-send-email-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1469606850-28659-2-git-send-email-chris@chris-wilson.co.uk