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 DD81BC369A2 for ; Mon, 14 Apr 2025 13:42:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 52B1610E5D3; Mon, 14 Apr 2025 13:42:46 +0000 (UTC) Received: from out-181.mta0.migadu.com (out-181.mta0.migadu.com [91.218.175.181]) by gabe.freedesktop.org (Postfix) with ESMTPS id 264DE10E5E7 for ; Mon, 14 Apr 2025 13:42:40 +0000 (UTC) Date: Mon, 14 Apr 2025 09:42:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rosenzweig.io; s=key1; t=1744638157; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=QEv3ILCsdFs5Kw2gfIqsFZqWUzptLCjG1Y+4a3xtink=; b=k4J0SetZUpfbtm+3AmiG/N6gIM8zjSrDxG+gtRHc7IXbZ5y5xXpEszhnwk/X4037xcSYRD hX48SvrwZiyEPXHJeffzuxR3l83X/eop7ALhzLQTkItT+YBFXv0/8A08T44Hx9I0sL/Q+K LaIMmDK4foxqCBJ0ai1T6a8ORaW5EO51fe5UyrZFMVBRXIUWJAvnOzxFhvcxjfqVoDiyHs tQEC9MKMorq7nMpG2AVp8uqxxLLcZG3Y9NKyI9LLZt9JH3r/+J3qBgQ2NidQ2wKITmVcmg Xv0sbk9hZRHYuSfiIofibPyNPkYi6SZ880mkKaFLwL8SZho+4KQcIu0+6o+T8A== X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Alyssa Rosenzweig To: Boris Brezillon Cc: Simona Vetter , Christian =?iso-8859-1?Q?K=F6nig?= , Steven Price , Liviu Dudau , =?iso-8859-1?Q?Adri=E1n?= Larumbe , lima@lists.freedesktop.org, Qiang Yu , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , dri-devel@lists.freedesktop.org, Dmitry Osipenko , kernel@collabora.com, Faith Ekstrand , Erik Faye-Lund Subject: Re: [PATCH v3 0/8] drm: Introduce sparse GEM shmem Message-ID: References: <20250410175349.6bf6a4ea@collabora.com> <20250410192054.24a592a5@collabora.com> <20250410204155.55d5cfc7@collabora.com> <20250414132206.728eacb3@collabora.com> <20250414153101.57d231ba@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250414153101.57d231ba@collabora.com> X-Migadu-Flow: FLOW_OUT X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" > I'm still trying to see if we can emulate/have incremental-rendering on > JM hardware I guess since we don't advertise vertex shader side effects... Lol, maybe that could work...