]> git.ipfire.org Git - people/ms/linux.git/commit
drm/i915: Add execlist_port_complete
authorMika Kuoppala <mika.kuoppala@linux.intel.com>
Fri, 22 Sep 2017 12:43:06 +0000 (15:43 +0300)
committerMika Kuoppala <mika.kuoppala@intel.com>
Mon, 25 Sep 2017 08:33:47 +0000 (11:33 +0300)
commit7a62cc6107f31e119a0df6f79fa9fae566b1a22e
treecdbc7ee44dd03c7d30562e418c6ffa42ca4f745f
parentcf4591d1ce1c85d589a3e8e7e5a0bbc7aa9b0027
drm/i915: Add execlist_port_complete

When first execlist entry is processed, we move the port (contents).
Introduce function for this as execlist and guc use this common
operation.

v2: rebase. s/GEM_DEBUG_BUG/GEM_BUG (Chris)
v3: rebase

Signed-off-by: Mika Kuoppala <mika.kuoppala@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20170922124307.10914-4-mika.kuoppala@intel.com
drivers/gpu/drm/i915/i915_guc_submission.c
drivers/gpu/drm/i915/intel_lrc.c
drivers/gpu/drm/i915/intel_ringbuffer.h