From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7C42412BC44 for ; Thu, 7 Jul 2022 08:01:31 +0000 (UTC) Message-ID: Date: Thu, 7 Jul 2022 09:01:25 +0100 MIME-Version: 1.0 Content-Language: en-GB To: Nirmoy Das , igt-dev@lists.freedesktop.org References: <20220706120143.1268-1-nirmoy.das@intel.com> <20220706175912.6983-1-nirmoy.das@intel.com> From: Matthew Auld In-Reply-To: <20220706175912.6983-1-nirmoy.das@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [igt-dev] [PATCH i-g-t 3/3] i915/gem_exec_capture: fix needs_recoverable_ctx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: chris.p.wilson@intel.com Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" List-ID: On 06/07/2022 18:59, Nirmoy Das wrote: > needs_recoverable_ctx() should check for graphics_ver instead of > display_ver. Use intel_graphics_ver() now that we have it. > > Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/6356 > Signed-off-by: Nirmoy Das Reviewed-by: Matthew Auld