From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 61A07C38A2D for ; Mon, 24 Oct 2022 14:50:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BE7EA10E7E9; Mon, 24 Oct 2022 14:50:31 +0000 (UTC) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by gabe.freedesktop.org (Postfix) with ESMTPS id 77B0010E7E9; Mon, 24 Oct 2022 14:50:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666623029; x=1698159029; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=i8eQYIzEW5kl0Sx33p/IjESQTeKXMAvAqTYx4ZFb0LY=; b=KGsdUZo1bInRYQOEIgDHL/ch13S8AFS8b3gWthmOt1Bn5grs/tNRjELp fFCtYRvJSyhJQyF48dB+TilQTk5yHG6U+UMG8jPK7b6mU4sOkz0jR833P 8CgfZZk+WnlnYoG1NcN0fY+T8S5YO5Fmpd08pQbjcxpTwhDDeCiLHqzhb RF2Qu4K8QEq62xCxOt6H0HsC3iBzygFshpHpGYdRxXvmGnugw2HvqS3Ih ahTsEpAeTpFyGOnGTOtGJMKhy7AiLcJJ2WzqoTSS3rBhF3FIPk3tH6653 01AFQXHMqtRAKWktfUgCBS7mxRz1VT8+5GQIiNhslg242+pgGukhDU+CX A==; X-IronPort-AV: E=McAfee;i="6500,9779,10510"; a="393752374" X-IronPort-AV: E=Sophos;i="5.95,209,1661842800"; d="scan'208";a="393752374" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2022 07:50:29 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10510"; a="736436080" X-IronPort-AV: E=Sophos;i="5.95,209,1661842800"; d="scan'208";a="736436080" Received: from cwilso3-mobl.fi.intel.com (HELO [10.252.13.22]) ([10.252.13.22]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Oct 2022 07:50:28 -0700 Message-ID: <19db9b97-4eeb-10f5-902c-5649c072585a@intel.com> Date: Mon, 24 Oct 2022 15:50:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Firefox/102.0 Thunderbird/102.4.0 Content-Language: en-GB To: Nirmoy Das , intel-gfx@lists.freedesktop.org References: <20221024144558.27747-1-nirmoy.das@intel.com> From: Matthew Auld In-Reply-To: <20221024144558.27747-1-nirmoy.das@intel.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Intel-gfx] [PATCH] drm/i915: Remove unwanted ghost obj check X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On 24/10/2022 15:45, Nirmoy Das wrote: > vm_fault_ttm() should not expect ttm ghost obj so remove that check. > > Suggested-by: Matthew Auld > Signed-off-by: Nirmoy Das Reviewed-by: Matthew Auld