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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C398C433EF for ; Wed, 12 Jan 2022 19:17:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242034AbiALTRp (ORCPT ); Wed, 12 Jan 2022 14:17:45 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:37224 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344337AbiALTRn (ORCPT ); Wed, 12 Jan 2022 14:17:43 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: alyssa) with ESMTPSA id C4AE51F453CE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1642015062; bh=Nm673CquIpUd7DH5oIeAGKy8gWnmmyZi5gLKio0coZc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M1NlySwXi9Mq46LTnbHlmU9+w5h9UFGwD/GT5S0E1nauO/9fTiAntg+rRVLqTRgcL bZ8L+P8HK5KjNnMmBqFHe4HF4u6dagvron5FRj0znfZx0KZnnfhFvCZwW23JXcuEJN no3XTJbFwfTyBoBOouG7XY4fmZfKpjywAtYbY9YBV2m+Ei+ieLgmxs7F3dWMKMilyB yj10+IErprgb6H1yn9eBHj0HFYG1HhLDCxZnjcu7v5v35hvpFRRhl0iIn64+xcQ66M 0xYEXZgYNRZKhF0N6755n2MqTn68u6wBe//DK9ej9sKy6m2I5bDq621lSlKOMI9HFo KiBtKuFsuXhqA== Date: Wed, 12 Jan 2022 14:17:34 -0500 From: Alyssa Rosenzweig To: Steven Price Cc: Alyssa Rosenzweig , dri-devel@lists.freedesktop.org, Rob Herring , Tomeu Vizoso , David Airlie , Daniel Vetter , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] drm/panfrost: Remove features meant for userspace Message-ID: References: <20220109170920.2921-1-alyssa.rosenzweig@collabora.com> <20220109170920.2921-2-alyssa.rosenzweig@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > (although it's a good thing kbase never did this cleanup - it's a useful > source of public information ;) ) Haha, yes. Actually, kbase did do the clean up recently (Valhall era kbase, I guess). To be fair, I still don't know what some of these were, like "T7xx pairing rules"... Presumably something dreadfully Midgard-compiler specific. 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 673C2C433F5 for ; Wed, 12 Jan 2022 19:17:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3D40B10E2AF; Wed, 12 Jan 2022 19:17:44 +0000 (UTC) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5A09810E2AF for ; Wed, 12 Jan 2022 19:17:43 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: alyssa) with ESMTPSA id C4AE51F453CE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1642015062; bh=Nm673CquIpUd7DH5oIeAGKy8gWnmmyZi5gLKio0coZc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M1NlySwXi9Mq46LTnbHlmU9+w5h9UFGwD/GT5S0E1nauO/9fTiAntg+rRVLqTRgcL bZ8L+P8HK5KjNnMmBqFHe4HF4u6dagvron5FRj0znfZx0KZnnfhFvCZwW23JXcuEJN no3XTJbFwfTyBoBOouG7XY4fmZfKpjywAtYbY9YBV2m+Ei+ieLgmxs7F3dWMKMilyB yj10+IErprgb6H1yn9eBHj0HFYG1HhLDCxZnjcu7v5v35hvpFRRhl0iIn64+xcQ66M 0xYEXZgYNRZKhF0N6755n2MqTn68u6wBe//DK9ej9sKy6m2I5bDq621lSlKOMI9HFo KiBtKuFsuXhqA== Date: Wed, 12 Jan 2022 14:17:34 -0500 From: Alyssa Rosenzweig To: Steven Price Subject: Re: [PATCH 1/2] drm/panfrost: Remove features meant for userspace Message-ID: References: <20220109170920.2921-1-alyssa.rosenzweig@collabora.com> <20220109170920.2921-2-alyssa.rosenzweig@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: , Cc: Tomeu Vizoso , David Airlie , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Alyssa Rosenzweig Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" > (although it's a good thing kbase never did this cleanup - it's a useful > source of public information ;) ) Haha, yes. Actually, kbase did do the clean up recently (Valhall era kbase, I guess). To be fair, I still don't know what some of these were, like "T7xx pairing rules"... Presumably something dreadfully Midgard-compiler specific.