]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: fix the dequeue logic for single_port_submission context
authorMin He <min.he@intel.com>
Wed, 16 Nov 2016 14:05:04 +0000 (22:05 +0800)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 17 Nov 2016 07:56:58 +0000 (07:56 +0000)
commit8dfe33bd081e8390933d6e03c2e47c67622e3c0d
tree9b88ed08a68f5630979cdc5f5ca7bc1b280eb8ae
parent0cd71defceeeb6fb3030a4d9e5f7607ef55bbdf0
drm/i915: fix the dequeue logic for single_port_submission context

For a single_port_submission context, GVT expects that it can only be
submitted to port 0, and there shouldn't be any other context in port 1
at the same time. This is required by GVT-g context to have an opportunity
to save/restore some non-hw context render registers.

This patch is to workaround GVT-g.

v2: optimized code by following Chris's advice, and added more comments to
explain the patch.
v3: followed the coding style.

Signed-off-by: Min He <min.he@intel.com>
Reviewed-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1479305104-17049-1-git-send-email-min.he@intel.com
drivers/gpu/drm/i915/intel_lrc.c