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 33C4EC4332F for ; Thu, 9 Nov 2023 21:19:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DEC1B10E90D; Thu, 9 Nov 2023 21:19:18 +0000 (UTC) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 771D010E90D for ; Thu, 9 Nov 2023 21:19:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699564756; x=1731100756; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=Gljmn6BFoMC+tJB8IaHbZ/TOcG9VrKWEaSTMxbbdoPE=; b=AmBt/y9L5DRNs1CR4e4mJFbbnnMSHo9jEHmlua72kI0KRYSw2q6XyIDB +zZY9/WsCANU2HWxUuXmjKulOtmI4bQgV/MeUK7q7he3376II6emMRFhl ytm4+/jun2hC5Men/ldBBlsiVblikS96sx5aZKNeWga+Gw2/tRmT6sJqG 6D6ji35ALyLqEYaSfJbG7Loi7JMT6DJDB3Ic4wjSdKaHMtKPWsP/5bjA6 4bEyms1AMsyrDxV/WHKuFXkgZ077xceMS5dZWA+ltgGTuqRrKXapVk+aM YELxw1CRTjSUwWJWqHAE4thEOfz5EiShamxYk6FppH6TfIvCmLZJW1+EW g==; X-IronPort-AV: E=McAfee;i="6600,9927,10889"; a="454378089" X-IronPort-AV: E=Sophos;i="6.03,290,1694761200"; d="scan'208";a="454378089" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2023 13:19:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10889"; a="829446482" X-IronPort-AV: E=Sophos;i="6.03,290,1694761200"; d="scan'208";a="829446482" Received: from adixit-mobl.amr.corp.intel.com (HELO adixit-arch.intel.com) ([10.209.55.158]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2023 13:19:09 -0800 Date: Thu, 09 Nov 2023 13:19:09 -0800 Message-ID: <877cmqhbg2.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: intel-xe@lists.freedesktop.org In-Reply-To: <20231109170754.3836109-1-ashutosh.dixit@intel.com> References: <20231109170754.3836109-1-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.1 (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 Subject: Re: [Intel-xe] [PATCH] drm/xe/rtp: Fix displayed whitelisted register range 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: , Cc: Lucas De Marchi , Matt Roper Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Thu, 09 Nov 2023 09:07:54 -0800, Ashutosh Dixit wrote: > > Fix displayed whitelisted register range. For example, with: > > XE_RTP_ACTIONS(WHITELIST(0xdafc, RING_FORCE_TO_NONPRIV_RANGE_4)) > > Before we would show: > xe REG[0xdaf0-0xdaff]: allow read access > > With this patch we show: > xe REG[0xdafc-0xdb0b]: allow read access Please ignore this patch for now. I am still looking into this.