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 45A39CAC5A8 for ; Thu, 18 Sep 2025 08:43:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D50E510E687; Thu, 18 Sep 2025 08:43:29 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="W9i1uoSQ"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.14]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5655210E685; Thu, 18 Sep 2025 08:43:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1758185009; x=1789721009; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version:content-transfer-encoding; bh=DLGn7zKV2ykcYq/lTCerqdvTy9D+6SjLXtmloyna0fQ=; b=W9i1uoSQhx0V8VVjr7/q3qEPGdjJeBdgh9k0wOuWUJbVDgpxqRSvnP4C S+4C+ttjBqQ5D9HQt19GWzVoXsK0HU68v+KMGoOs1beidlIKPhmxtj5wd yLv5rAFPdRCa3KxJDFlvNBaSor5c45jucP04dXtlyOr8S5DdCTbB5BzlY u1mX02fdcQ2oHZijh+lirH+dfDZEMJf9A7SGSAGu+F0GzkzhHfVHA33f4 yKNNWQTcPEKM28Lf0SvtI/QwtY0RIjTzRJp3/rh2DM7Y2FhmGTN1B9L7v I2MUvVlcP711+/TXu8hf95hd7WmFoz5HqO4NafK7ijS5VXmwpdW8UqSoL g==; X-CSE-ConnectionGUID: fjOkUCI7TK2vR65J9YoRdg== X-CSE-MsgGUID: 8DrNIjLEQZOwVKO0D0s8gg== X-IronPort-AV: E=McAfee;i="6800,10657,11531"; a="64311313" X-IronPort-AV: E=Sophos;i="6.17,312,1747724400"; d="scan'208";a="64311313" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2025 01:43:29 -0700 X-CSE-ConnectionGUID: 8n7vRBE+TsOuZVyD75Mzfg== X-CSE-MsgGUID: gL2XvpVkToWbC2FvPQWYDQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.18,274,1751266800"; d="scan'208";a="206277691" Received: from slindbla-desk.ger.corp.intel.com (HELO localhost) ([10.245.246.185]) by orviesa002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2025 01:43:24 -0700 From: Jani Nikula To: Ville =?utf-8?B?U3lyasOkbMOk?= Cc: Maarten Lankhorst , Lucas De Marchi , intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, Jouni =?utf-8?Q?H=C3=B6gander?= , Vinod Govindapillai , "Saarinen, Jani" Subject: Re: [PATCH 2/9] drm/{i915, xe}/fbdev: add intel_fbdev_fb_pitch_align() In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <48e0a14d67ba84d64f6589bbdd0090e86be4fd4f@intel.com> <7cs3dirtgrypn7xjzmv7rxmkgbrtfxxjmtth576kfwerlydcgx@6zelewdmaukb> <86c6dd41fba3bc78b82a0f0343c7be770126a4e4@intel.com> Date: Thu, 18 Sep 2025 11:43:21 +0300 Message-ID: <0f9e52f66a126ca0d446015539018e29219d4b13@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 16 Sep 2025, Ville Syrj=C3=A4l=C3=A4 wrote: > For now I'd be happy if someone just nukes that bogus page alignemnt > of the stride on xe, allowing i915 and xe to use the same code here. I hope just [1] is enough for this. [1] https://lore.kernel.org/r/7f4972104de8b179d5724ae83892ee294d3f3fd3.1758= 184771.git.jani.nikula@intel.com --=20 Jani Nikula, Intel