Re: [PATCH 07/12] drm/i915/guc: Route semaphores to GuC for Gen12+

2022-07-16 Thread Ceraolo Spurio, Daniele
On 7/12/2022 4:31 PM, john.c.harri...@intel.com wrote: From: Michał Winiarski Since we're going to use semaphores in selftests (and eventually in regular GuC submission), let's route semaphores to GuC. I'd specify that this interrupt is only relevant for semaphores that context switch

Re: [PATCH 07/12] drm/i915/guc: Route semaphores to GuC for Gen12+

2022-07-12 Thread Matthew Brost
On Tue, Jul 12, 2022 at 04:31:31PM -0700, john.c.harri...@intel.com wrote: > From: Michał Winiarski > > Since we're going to use semaphores in selftests (and eventually in > regular GuC submission), let's route semaphores to GuC. I don't think this comment isn't correct, we have no plans to use

[PATCH 07/12] drm/i915/guc: Route semaphores to GuC for Gen12+

2022-07-12 Thread John . C . Harrison
From: Michał Winiarski Since we're going to use semaphores in selftests (and eventually in regular GuC submission), let's route semaphores to GuC. Signed-off-by: Michał Winiarski --- drivers/gpu/drm/i915/gt/uc/intel_guc_reg.h| 4 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c