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 4FBCFFA0C22 for ; Wed, 15 Apr 2026 03:39:00 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0F28810E66F; Wed, 15 Apr 2026 03:39:00 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="h66LDMGs"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.17]) by gabe.freedesktop.org (Postfix) with ESMTPS id 39AD810E66F for ; Wed, 15 Apr 2026 03:38:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1776224339; x=1807760339; h=date:message-id:from:to:cc:subject:in-reply-to: references:mime-version; bh=T1YlXvjeZb9vyMioc+B+TM3RGyWiHAbt7jvCpCB/jgc=; b=h66LDMGszJA+ZumBSPNUribUWCGxE9uwai6iaHYmZelPDKf2JOdOeCaT DU5zL5O+WffryzLKNegSgDzlWOrzRXCWMxSl39fxa1JYNSlAjxzknEsn5 EMj9qIGtYPezoyqBn9D+UBCT3/5jc5jsYZD0rpZZHNyQtO+3AN2PKHzaI g/hwt5ihCQBJvdvYIdRcWzjcfHhH6A0rK2H+kS/UQdCgQQb8vu+n7K8wk cZc4pSTd6FtKrYGgJvkTe6ACzgP60w7sb5yRQGYEWd8AZfvUqSRvarukv ozfm47/XghBk+Pab7be1vFnfnK3RYa2L6lK4q3r5/OLYzOVP16xt5FM3w w==; X-CSE-ConnectionGUID: U6J0/c0LSme2j/xioYaZuw== X-CSE-MsgGUID: XvgXJ+IoRgSjFFc71w+bmQ== X-IronPort-AV: E=McAfee;i="6800,10657,11759"; a="77164620" X-IronPort-AV: E=Sophos;i="6.23,179,1770624000"; d="scan'208";a="77164620" Received: from orviesa005.jf.intel.com ([10.64.159.145]) by orvoesa109.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2026 20:38:59 -0700 X-CSE-ConnectionGUID: jUpQnetKT/2TKceTjjCbbA== X-CSE-MsgGUID: 1i+NU3IVQvSeLUdh+EZ7pw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.23,179,1770624000"; d="scan'208";a="235238467" Received: from agustinl-mobl1.amr.corp.intel.com (HELO adixit-MOBL3.intel.com) ([10.125.161.162]) by orviesa005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Apr 2026 20:38:59 -0700 Date: Tue, 14 Apr 2026 20:38:57 -0700 Message-ID: <871pgg99ke.wl-ashutosh.dixit@intel.com> From: "Dixit, Ashutosh" To: Gustavo Sousa Cc: , Umesh Nerlige Ramappa Subject: Re: [PATCH 0/3] drm/xe/rtp: OA register whitelist fixes In-Reply-To: <87se8xwoho.fsf@intel.com> References: <20260414035244.741342-1-ashutosh.dixit@intel.com> <87se8xwoho.fsf@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/30.2 (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, 14 Apr 2026 08:28:03 -0700, Gustavo Sousa wrote: > > Ashutosh Dixit writes: > > > Ashutosh Dixit (3): > > drm/xe/rtp: Don't whitelist OA status registers > > drm/xe/rtp: Don't whitelist OA head pointer registers > > drm/xe/rtp: Fix offset alignment for MERT WHITELIST_OA_MERT_MMIO_TRG > > Drive-by comment: These patches aren't really changing RTP processing or > infrastructure. Maybe using "drm/xe/oa" as subject prefix would be more > appropriate? OK, I posted a new series with "drm/xe/oa" here: https://patchwork.freedesktop.org/series/164897/ Thanks. -- Ashutosh