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 2FF80C4345F for ; Fri, 12 Apr 2024 15:35:27 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2CDB410E0B5; Fri, 12 Apr 2024 15:35:26 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="bM/3Ik/j"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.20]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5B07210F703 for ; Fri, 12 Apr 2024 15:35:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1712936121; x=1744472121; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=BlANmBrlCRJZK3l+FpcdpToeV0u9EppBOuPj05sU6Ec=; b=bM/3Ik/jHHZibugQqr473NZHOo1LKHQLawhjG4zHUnlP2oqGp/4M7aCT 7YnviXw7IqObiNgYdgXD6TrbZ17chqEY8KSh8TcPze3iN8eCL+HVKS6kY yhGinIwSXlDrxmRuFnE9n2MQznMtcgrV7xDAoWqeHROoizaYO64n5roXq 1JzzTAIp90NGmupyKqGYti3zprpcLh8SKLJITbPraSKuIVvdidxrsOQxb kT6jl8FSNOGb2Dt5k+didNnnHTTYIDryBx9exUtWrrD4R1mevumPkk56E k/gH3O+ExiPjYElMI1z5WNa8yTbSS4klGxRVt7Wq6xr2A4P+Nl9wNcZ/v A==; X-CSE-ConnectionGUID: aqLdUzk/SJGFqoXnXBRH9A== X-CSE-MsgGUID: 51+kX7LTTQudjlMVrclNRA== X-IronPort-AV: E=McAfee;i="6600,9927,11042"; a="8241915" X-IronPort-AV: E=Sophos;i="6.07,196,1708416000"; d="scan'208";a="8241915" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa112.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2024 08:35:21 -0700 X-CSE-ConnectionGUID: 2j7itX5nQUqS6Wys4MjvSw== X-CSE-MsgGUID: wO26fR8KSraPeMTdVPWcEA== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.07,196,1708416000"; d="scan'208";a="26068180" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.138]) by orviesa004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Apr 2024 08:35:22 -0700 Date: Fri, 12 Apr 2024 08:35:20 -0700 Message-ID: <85h6g6twzr.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Francois Dugast Cc: igt-dev@lists.freedesktop.org Subject: Re: [PATCH i-g-t, v2 3/3] drm-uapi/xe: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE In-Reply-To: <20240412142159.6-4-francois.dugast@intel.com> References: <20240412142159.6-1-francois.dugast@intel.com> <20240412142159.6-4-francois.dugast@intel.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/28.2 (x86_64-redhat-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: igt-dev@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development mailing list for IGT GPU Tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: igt-dev-bounces@lists.freedesktop.org Sender: "igt-dev" On Fri, 12 Apr 2024 07:21:59 -0700, Francois Dugast wrote: > > The commit ca4607939 ("drm/xe/uapi: Remove unused flags") is partially > reverted. At the time, flags not used by user space were removed during > cleanup. As a consequence, tests depending on those flags were also > removed. Some of those flags are now needed by user space, so bring them > back and the removed tests as well. > > Align with kernel commit ("drm/xe/uapi: Restore flags \ > VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATE"). > > v2: Fix missing period in kernel doc (Ashutosh Dixit) > > Signed-off-by: Francois Dugast > --- > include/drm-uapi/xe_drm.h | 8 +++ For the xe_drm.h changes in this patch: Acked-by: Ashutosh Dixit