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 F063EE77180 for ; Mon, 9 Dec 2024 21:06:25 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B5CCD10E578; Mon, 9 Dec 2024 21:06:25 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="XYaGB408"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.16]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0BE3910E578 for ; Mon, 9 Dec 2024 21:06:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1733778384; x=1765314384; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=n9v0DJY9kqehj8e7oBUTFzHt3AREHB9686wkdK/ZjUQ=; b=XYaGB4089ALaW7XdfbN4q3XUUNBqLq3rioFgHNt7d0gS3P0uMwXDcElR Un+3XjXTq4dD5m986Ke1v7I8RqIjEscFzOIZqqx+Vnr6pfZXjLB0TZNql U1t8rSA6az6bRizIA3M1pjibxCAs+xDk9fyhFwAzcV7FVsOQqm3vV+o0D nNpwu+pwf804/ajb9tuBZ4K8k7Gvhaqt9ea2FbVRXzIepek2otJ6uNM45 KEUi9onjITed5q2eWXR+IaRkMZR/1WOb23Y152ciMGsiIHY4r+itG4gg6 DjgOXVcjDvExg+ZzRhZe3apxZ/URx3+1xpMDRsULKu1CwZpW+bowX0DVE Q==; X-CSE-ConnectionGUID: aCEL1Z5eS/q5pFKjZDrfsg== X-CSE-MsgGUID: 6ZfdK2Q4TNa6W7I6uVXMCA== X-IronPort-AV: E=McAfee;i="6700,10204,11281"; a="21686764" X-IronPort-AV: E=Sophos;i="6.12,220,1728975600"; d="scan'208";a="21686764" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa110.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2024 13:06:24 -0800 X-CSE-ConnectionGUID: EhJvLBBeRhquIT+XquRaeg== X-CSE-MsgGUID: YZSNxS7pTS2diltoHSz+ow== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,220,1728975600"; d="scan'208";a="94900430" Received: from orsosgc001.jf.intel.com (HELO orsosgc001.intel.com) ([10.165.21.142]) by fmviesa006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Dec 2024 13:06:23 -0800 Date: Mon, 09 Dec 2024 13:06:23 -0800 Message-ID: <85frmw36sw.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Sai Teja Pottumuttu Cc: Subject: Re: [PATCH v3 1/1] drm/xe/oa/uapi: Make OA buffer size configurable In-Reply-To: <85o71p3jas.wl-ashutosh.dixit@intel.com> References: <20241205041913.883767-1-sai.teja.pottumuttu@intel.com> <20241205041913.883767-2-sai.teja.pottumuttu@intel.com> <85o71p3jas.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/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: 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 Thu, 05 Dec 2024 13:35:07 -0800, Dixit, Ashutosh wrote: > > On Wed, 04 Dec 2024 20:19:13 -0800, Sai Teja Pottumuttu wrote: > > > > Add a new property called DRM_XE_OA_PROPERTY_OA_BUFFER_SIZE to > > allow OA buffer size to be configurable from userspace. > > > > With this OA buffer size can be configured to any power of 2 > > size between 128KB and 128MB and it would default to 16MB in case > > the size is not supplied. > > Look great! > > Reviewed-by: Ashutosh Dixit MDAPI PR using the new uapi introduced here: https://github.com/intel/metrics-discovery/pull/31