Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp1148064ybg; Thu, 11 Jun 2020 02:09:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzGT89D7w5UusNgb2ikaHqeVTMfv1jZsst1888p/Zr7n6THTSfdjPPIDfpPnJIGkGoSKPoT X-Received: by 2002:a17:906:39d9:: with SMTP id i25mr7312762eje.510.1591866588352; Thu, 11 Jun 2020 02:09:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591866588; cv=none; d=google.com; s=arc-20160816; b=zV1MS04B19UzTn2ObD9d50HOlALWCtYuGMffSnmMmn/S7pXF7ynHTdfV6h0XrbyDIt 5lhaE/rkHneUisoemMa/6lD15EVW+zk0s15/30KeMzTyo7yKOAXw7otlem4/zXeTSemb J/BCQ+2huhHB+NOOWRvHRQ5RfTnvDxgJut5p75MCo0WdegobKqmmnwoxJzFaXSI0c1zW h7K5avhpt6jCibhAfWBu/fCdrJzp5pXKZ8TKOlR5TDhTg6ILNBy3SCGJEa/eUFvD9gcD 4rS9ne1z/i3ErcBsIVsHfmvvtRv1j+2gBr9fvf7DjNcm23ROQHixMeP9QzDkTnQplO7H DkiA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=safKTmo6M2gK4lSbZ0ciOyll1Hr7ocivyaWdMJ57riI=; b=g9eZri9YXvr6M3pwxxPZoAoONtF4uNXEZ/0r02Bqb2irGZoTbu7JumwEtVeKS2qOdG Me2H77BzqzOw9wMqLpBp7EMJqCopCE/6rIjMt9k3zSdZ3JavDO5QZwqVhEtIrX7ZiCTf Rbgc8pRyyB5XYPAcRV1QbmoZwdxtXoQvS+AixBhXI65cU9XLYYfNfIMBf7YtKZ8dc9Yo bmvPS41p+Yuo9evD0pEnScBa69G+/jjsKfNyyPgMHbLUGGxSI+nCVd4Q0gc+ydHZwAyu ZjwhZ2Yr9ccHsV0So18DTm3I6FjBa9E3lAby9Fkw612dVJQGe81zKxQGjQBXqREVvBcb C2Nw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lw2si1522470ejb.408.2020.06.11.02.09.25; Thu, 11 Jun 2020 02:09:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726899AbgFKJFk (ORCPT + 99 others); Thu, 11 Jun 2020 05:05:40 -0400 Received: from gloria.sntech.de ([185.11.138.130]:51988 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726697AbgFKJFk (ORCPT ); Thu, 11 Jun 2020 05:05:40 -0400 Received: from p5b127c64.dip0.t-ipconnect.de ([91.18.124.100] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jjJ9W-0006it-Li; Thu, 11 Jun 2020 11:05:38 +0200 From: Heiko Stuebner To: dri-devel@lists.freedesktop.org Cc: Tomeu Vizoso , LKML , David Airlie , Steven Price , Alyssa Rosenzweig Subject: Re: [PATCH 1/2] panfrost: Make sure GPU is powered on when reading GPU_LATEST_FLUSH_ID Date: Thu, 11 Jun 2020 11:05:37 +0200 Message-ID: <4351778.0rgn4tIXvQ@phil> In-Reply-To: <20200611085900.49740-1-tomeu.vizoso@collabora.com> References: <20200611085900.49740-1-tomeu.vizoso@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 11. Juni 2020, 10:58:43 CEST schrieb Tomeu Vizoso: > Bifrost devices do support the flush reduction feature, so on first job > submit we were trying to read the register while still powered off. > > If the GPU is powered off, the feature doesn't bring any benefit, so > don't try to read. > > Signed-off-by: Tomeu Vizoso on a PX30-board (sibling of rk3326) with a 720x1280 panel and glmark2 running all tests Tested-by: Heiko Stuebner