drm/i915/guc: Disable bonding extension with GuC submission
authorMatthew Brost <matthew.brost@intel.com>
Tue, 27 Jul 2021 00:23:19 +0000 (17:23 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Wed, 28 Jul 2021 00:31:34 +0000 (17:31 -0700)
commitb02d86b915709155b3c61f97be44251bfdcd4834
treef4a981a5baca5b2f9aab881ba8c0ac66c9d8c9b4
parent1e98d8c52ed5dfbaf273c4423c636525c2ce59e7
drm/i915/guc: Disable bonding extension with GuC submission

Update the bonding extension to return -ENODEV when using GuC submission
as this extension fundamentally will not work with the GuC submission
interface.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210727002348.97202-5-matthew.brost@intel.com
drivers/gpu/drm/i915/gem/i915_gem_context.c