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 ADCF1C3064D for ; Wed, 26 Jun 2024 02:05:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B0CC410E2DF; Wed, 26 Jun 2024 02:05:22 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="UiEneyUH"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.17]) by gabe.freedesktop.org (Postfix) with ESMTPS id CDFDA10E2DF for ; Wed, 26 Jun 2024 02:05:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1719367521; x=1750903521; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=9Ca4kNOwmu1QaOiLmdUDAgM8HdqMC43bmbHYxPK2TRY=; b=UiEneyUHf+CaYFzcbjawU2csRllb9KJuTzSN+roJ3WHxSTTWeK7CZ3k8 Y+G53kXKKFW7CQZQHSk7FEYw5vQpXUotOjlY8gwu9zUXcAup0tMsmGjKm cTTk+aTtJOaUNFQUB3uZBz2x1brhAN9r2LmcmBWyaZF8T7QF/oWPbxH7E +PGK+Os/LHgHSlhV0R3ZtmRrne/F/D/9eFF4O5RwDcBDAXWW4+6nHgEkA 5zZjiUAsrNUiZ9R0/XvKdsXdirW+WQrGdcYzAPXrF7VIxZBtbxT6swjO4 jRJzKHSGSI/uKyvE93vSDi6N7De9YdkU87OEs18WYKXDZwox8qgLZB2xD A==; X-CSE-ConnectionGUID: iweBeGm6RMiNWaiMJpVA+w== X-CSE-MsgGUID: MXqpDDIKTo+1x6cxmEsbYA== X-IronPort-AV: E=McAfee;i="6700,10204,11114"; a="16294465" X-IronPort-AV: E=Sophos;i="6.08,265,1712646000"; d="scan'208";a="16294465" Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by fmvoesa111.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jun 2024 19:05:20 -0700 X-CSE-ConnectionGUID: AAwzzot4Tci5cJBsgQiDKg== X-CSE-MsgGUID: lNO+bB9HSP2G3Qnv6bPM8w== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.08,265,1712646000"; d="scan'208";a="48416429" Received: from tlhardin-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.125.225.168]) by fmviesa004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jun 2024 19:05:20 -0700 Date: Tue, 25 Jun 2024 19:04:28 -0700 Message-ID: <87ikxwh32r.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Rodrigo Vivi Cc: "Wajdeczko, Michal" , "intel-xe@lists.freedesktop.org" Subject: Re: [PATCH v3] drm/xe/oa: Fix kernel doc warnings in xe_drm.h In-Reply-To: References: <20240623203119.3840283-1-ashutosh.dixit@intel.com> <9de03fae-edce-41c6-8b1f-421c83d6c23a@intel.com> <851q4mqf98.wl-ashutosh.dixit@intel.com> <91631dc09610974b9ca5aa1756ee72c258c09dd4.camel@intel.com> <87tthixfif.wl-ashutosh.dixit@intel.com> <87msn9gco6.wl-ashutosh.dixit@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/29.3 (x86_64-pc-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: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Tue, 25 Jun 2024 14:27:22 -0700, Rodrigo Vivi wrote: > > > Thanks everyone, I went ahead and merged this so that it gets into 6.11. > > I'm sorry for getting to late on this. Next time, please ensure that the > subject tag is drm/xe/uapi: for anything touching uapi headers. > Could even be drm/xe/uapi/oa: if needed to specify oa, but the 'uapi' > is more useful on the history. Sorry, yes will add uapi to the subject tag in the future if the patch touches xe_drm.h. Thanks. -- Ashutosh