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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 131E6C2B9F4 for ; Tue, 22 Jun 2021 06:42:21 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id AF7E8611CE for ; Tue, 22 Jun 2021 06:42:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AF7E8611CE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3D9C56E3DA; Tue, 22 Jun 2021 06:42:20 +0000 (UTC) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2035F6E3DA for ; Tue, 22 Jun 2021 06:42:19 +0000 (UTC) Received: from localhost (unknown [IPv6:2a01:e0a:2c:6930:5cf4:84a1:2763:fe0d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: bbrezillon) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id A2B0B1F426F8; Tue, 22 Jun 2021 07:42:17 +0100 (BST) Date: Tue, 22 Jun 2021 08:42:14 +0200 From: Boris Brezillon To: Alyssa Rosenzweig Subject: Re: [PATCH v2 2/2] drm/panfrost: Queue jobs on the hardware Message-ID: <20210622084214.575b9f43@collabora.com> In-Reply-To: References: <20210621140226.1685529-1-boris.brezillon@collabora.com> <20210621140226.1685529-3-boris.brezillon@collabora.com> <79669b33-afc7-7eae-988a-f3141fffa2d4@arm.com> Organization: Collabora X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 , dri-devel@lists.freedesktop.org, Steven Price , Rob Herring , Alyssa Rosenzweig , Robin Murphy Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, 21 Jun 2021 14:20:31 -0400 Alyssa Rosenzweig wrote: > > Also that feature was only introduced in t76x. So relying on that would > > sadly kill off support for t60x, t62x and t72x (albeit I'm not sure how > > 'supported' these are with Mesa anyway). > > t60x and t62x are not supported, but t720 very much is (albeit GLES2 > only, versus t760+ getting GLES3.1 and soon Vulkan)... t720 has > deqp-gles2 in CI and is ~close to passing everything... Please don't > break t720 :) Okay, I think I'll just disable this feature on t72x then.